Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-09 | log: Close log and err file descriptors before aborting | teor | |
Part of 31594. | |||
2018-07-10 | Rename util_malloc to malloc. | Nick Mathewson | |
2018-06-29 | Stop using util.h and compat.h in src/trunnel/ | Nick Mathewson | |
2018-06-21 | Additional non-automated change to trunnel-local.h | Nick Mathewson | |
2018-06-20 | Run rectify_include_paths.py | Nick Mathewson | |
2018-04-06 | crypto: Refactor (P)RNG functionality into new crypto_rand module. | Isis Lovecruft | |
* ADD new /src/common/crypto_rand.[ch] module. * ADD new /src/common/crypto_util.[ch] module (contains the memwipe() function, since all crypto_* modules need this). * FIXES part of #24658: https://bugs.torproject.org/24658 | |||
2014-09-25 | Use trunnel for crypto_pwbox encoding/decoding. | Nick Mathewson | |
This reduces the likelihood that I have made any exploitable errors in the encoding/decoding. This commit also imports the trunnel runtime source into Tor. |