Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-15 | Run the copyright update script. | Nick Mathewson | |
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2015-01-02 | Bump copyright dates to 2015, in case someday this matters. | Nick Mathewson | |
2014-10-28 | Add another year to our copyright dates. | Nick Mathewson | |
Because in 95 years, we or our successors will surely care about enforcing the BSD license terms on this code. Right? | |||
2014-09-25 | Tweak and expose secret_to_key_compute_key for testing | Nick Mathewson | |
Doing this lets me pass in a salt of an unusual length. | |||
2014-09-25 | More generic passphrase hashing code, including scrypt support | Nick Mathewson | |
Uses libscrypt when found; otherwise, we don't have scrypt and we only support openpgp rfc2440 s2k hashing, or pbkdf2. Includes documentation and unit tests; coverage around 95%. Remaining uncovered code is sanity-checks that shouldn't be reachable fwict. |