summaryrefslogtreecommitdiff
path: root/src/or/onion_ntor.c
AgeCommit message (Expand)Author
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-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-07-06Improve test coverage a little on onion*.cNick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Make sure that every module in src/or has a brief description.Nick Mathewson
2015-02-02Merge remote-tracking branch 'public/bug9635_warnings_025'Nick Mathewson
2015-02-02tweak based on comments from dgouletNick 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-10-16Downgrade 'invalid result from curve25519 handshake: 4' warningNick Mathewson
2014-05-01have only one code path for #9635 loggingNick Mathewson
2014-03-27Give specific warnings when client-side onionskin handshakes failNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-03Check all crypto_rand return values for ntor.Nick Mathewson
2013-01-03Use safe_mem_is_zero for checking curve25519 output for 0-nessNick Mathewson
2013-01-03Add reference implementation for ntor, plus compatibility testNick Mathewson
2013-01-03ntor: Don't fail fast server-side on an unrecognized KEYID(B)Nick Mathewson
2013-01-02Implementat the ntor handshakeNick Mathewson