aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_s2k.c
AgeCommit message (Expand)Author
2017-03-15Run the copyright update script.Nick Mathewson
2016-05-25Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-24Make sure that libscrypt_scrypt actually exists before using it.Nick Mathewson
2016-05-16Mark three lines unreachable, with extensive docs and use of BUG macrosNick Mathewson
2016-04-12Add LCOV_EXCL* markers to crypto.c and crypto_s2k.cNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Add a brief file-level description for everything in src/commonNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-26Check key_len in secret_to_key_new()Nick Mathewson
2014-09-25Use preferred key-expansion means for pbkdf2, scrypt.Nick Mathewson
2014-09-25Tweak and expose secret_to_key_compute_key for testingNick Mathewson
2014-09-25More generic passphrase hashing code, including scrypt supportNick Mathewson
2014-08-28Move secret-to-key functionality into a separate moduleNick Mathewson