aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto_pwbox.c
AgeCommit message (Expand)Author
2018-06-21Split crypto and tls libraries into directoriesNick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-04-06crypto: Alphabetise some #includes in /src/common/crypto*.Isis Lovecruft
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-02-03Include crypto_digest.h in order to solve dependency issues.Fernando Fernandez Mancera
2017-09-28Move around some LCOV_EXCLs in src/commonNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-05-16Mark three lines unreachable, with extensive docs and use of BUG macrosNick Mathewson
2016-02-27Add a brief file-level description for everything in src/commonNick Mathewson
2014-10-30Silence spurious clang warningsteor
2014-09-25Use trunnel for crypto_pwbox encoding/decoding.Nick Mathewson
2014-09-25Adjust pwbox format: use a random IV each timeNick Mathewson
2014-09-25Rudimentary-but-sufficient passphrase-encrypted box code.Nick Mathewson