aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_crypto.c
Commit message (Expand)AuthorAge
* Add a sha256 hmac function, with testsNick Mathewson2012-02-22
* Reject 128-byte keys that are not 1024-bitNick Mathewson2011-06-03
* Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson2011-05-23
* Clean up whitespaceNick Mathewson2011-03-16
* Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson2011-01-24
* Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-15
* Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* 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.Karsten Loesing2009-10-25
* Support for encoding and decoding 256-bit digests in base64Nick Mathewson2009-10-15
* Improved fix for test_memeq_hex leak.Nick Mathewson2009-09-27
* Split crypto tests into a separate module.Nick Mathewson2009-09-23