aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_crypto.c
Commit message (Expand)AuthorAge
* Fix numerous 64->32 errors in the unit testsNick Mathewson2014-05-08
* Unit tests for pk fingerprint functionsNick Mathewson2014-02-28
* mingw fix: Rename a variable in the unit testsNick Mathewson2014-02-16
* Tests for siphash, from reference implementation.Nick Mathewson2014-02-12
* Add checks to prevent memcmp(.,.,negative) in tests (CID 1064417)Nick Mathewson2013-11-22
* Fix crypto/digests testNick Mathewson2013-11-18
* Completely refactor how FILENAME_PRIVATE worksNick Mathewson2013-07-10
* Fix "make check-spaces"Nick Mathewson2013-06-10
* Bug #5170 - test crypto_pk_get_all_digestsMarek Majkowski2013-06-10
* Remove PK_PKCS1_PADDINGArlo Breault2013-05-17
* Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-05-08
|\
| * Fix bug 8845: check the right length of memory in aes unit testsNick Mathewson2013-05-08
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-03-23
|\|
| * Avoid clang warnings from implicit off_t->size_t castNick Mathewson2013-03-23
| * Remove some functions which were unused except for their testsNick Mathewson2013-02-23
* | Remove unused check_fingerprint_syntaxNick Mathewson2013-03-01
* | Remove unused HMAC-SHA1 functionNick Mathewson2013-03-01
|/
* Resolve memory leaks in the unit tests and benchmarks (found by coverity)Nick Mathewson2013-02-11
* Speed up the curve25519 unit test by doing fewer iterationsNick Mathewson2013-02-11
* whitespace fixNick Mathewson2013-02-07
* Tolerate curve25519 backends where the high bit of the pk isn't ignoredNick Mathewson2013-02-07
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Make the = at the end of ntor-onion-key optional.Nick Mathewson2013-01-05
* Whoops; make that unit test actually pass :/Nick Mathewson2013-01-03
* Add a unit test for the curve25519 keypair persistence functionsNick Mathewson2013-01-03
* Merge branch 'ntor-resquashed'Nick Mathewson2013-01-03
|\
| * Refactor strong os-RNG into its own functionNick Mathewson2013-01-02
| * Add a wrapper around, and test and build support for, curve25519.Nick Mathewson2013-01-02
| * Add a unit test for the old KDF while we're at itNick Mathewson2012-12-06
| * Implement HKDF from RFC5869Nick Mathewson2012-12-06
* | In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistentlyNick Mathewson2012-11-02
|/
* Add unit test for crypto_pk_cmp_keys and NULLNick Mathewson2012-09-17
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Refactor the API for setting up a block cipher.Nick Mathewson2012-03-27
* Remove support for PK_NO_PADDING in crypto_pk_public_hybrid_encryptNick Mathewson2012-03-27
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Test for broken counter-mode at runtimeNick Mathewson2012-01-10
* Make AES unit tests cover the AES and the EVP case.Nick Mathewson2011-11-25
* Add a sha256 hmac function, with testsNick Mathewson2011-10-10
* Prefer tt_assert in unit tests, not tor_assertNick Mathewson2011-06-08
* 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