aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_crypto.c
Commit message (Expand)AuthorAge
* Add a function to return a double in range [0,1).Nick Mathewson2010-06-22
* Update copyright dates for files not in maint-0.2.1Nick Mathewson2010-02-27
* Fix CID 409: check return value of base64_encode in testsNick Mathewson2009-10-26
* Reduce log level for someone else sending us weak DH keys.•••See task 1114. The most plausible explanation for someone sending us weak DH keys is that they experiment with their Tor code or implement a new Tor client. Usually, we don't care about such events, especially not on warn level. If we really care about someone not following the Tor protocol, we can set ProtocolWarnings to 1. Karsten Loesing2009-10-25
* Support for encoding and decoding 256-bit digests in base64Nick Mathewson2009-10-15
* Improved fix for test_memeq_hex leak.•••The earlier fix would only handle the success case. In the failing case, test_mem_op does a goto done, which would leave the leak leaking. Nick Mathewson2009-09-27
* Split crypto tests into a separate module.Nick Mathewson2009-09-23