aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/crypto.cc
AgeCommit message (Expand)Author
2024-08-08tree-wide: automated migration to charptr_castJade Lovelace
2024-08-08tree-wide: fix a pile of lintsJade Lovelace
2024-05-29util.{hh,cc}: Split out strings.{hh,cc}Tom Hubrecht
2024-05-29util.{hh,cc}: Split out file-system.{hh,cc}Tom Hubrecht
2021-01-06Make sodium a required dependencyEelco Dolstra
2021-01-06crypto.cc: API cleanup and add generate() / to_string() methodsEelco Dolstra
2017-11-20binary-cache-public-keys -> trusted-public-keysEelco Dolstra
2017-04-13Convert Settings to the new config systemEelco Dolstra
2017-02-22Explicitly model all settings and fail on unrecognized onesDan Peebles
2016-04-07Use secret-key-files for verifyingEelco Dolstra
2016-03-29Add "nix verify-paths" commandEelco Dolstra
2016-03-15Fix Darwin buildEelco Dolstra
2016-03-04BinaryCacheStore: Remove publicKeyFile argumentEelco Dolstra
2016-02-17Fix build without sodiumEelco Dolstra
2016-02-16Add C++ functions for .narinfo processing / signingEelco Dolstra