aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_crypto.c
AgeCommit message (Expand)Author
2014-05-08Fix numerous 64->32 errors in the unit testsNick Mathewson
2014-02-28Unit tests for pk fingerprint functionsNick Mathewson
2014-02-16mingw fix: Rename a variable in the unit testsNick Mathewson
2014-02-12Tests for siphash, from reference implementation.Nick Mathewson
2013-11-22Add checks to prevent memcmp(.,.,negative) in tests (CID 1064417)Nick Mathewson
2013-11-18Fix crypto/digests testNick Mathewson
2013-07-10Completely refactor how FILENAME_PRIVATE worksNick Mathewson
2013-06-10Fix "make check-spaces"Nick Mathewson
2013-06-10Bug #5170 - test crypto_pk_get_all_digestsMarek Majkowski
2013-05-17Remove PK_PKCS1_PADDINGArlo Breault
2013-05-08Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-05-08Fix bug 8845: check the right length of memory in aes unit testsNick Mathewson
2013-03-23Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-23Avoid clang warnings from implicit off_t->size_t castNick Mathewson
2013-03-01Remove unused check_fingerprint_syntaxNick Mathewson
2013-03-01Remove unused HMAC-SHA1 functionNick Mathewson
2013-02-23Remove some functions which were unused except for their testsNick Mathewson
2013-02-11Resolve memory leaks in the unit tests and benchmarks (found by coverity)Nick Mathewson
2013-02-11Speed up the curve25519 unit test by doing fewer iterationsNick Mathewson
2013-02-07whitespace fixNick Mathewson
2013-02-07Tolerate curve25519 backends where the high bit of the pk isn't ignoredNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2013-01-05Make the = at the end of ntor-onion-key optional.Nick Mathewson
2013-01-03Whoops; make that unit test actually pass :/Nick Mathewson
2013-01-03Add a unit test for the curve25519 keypair persistence functionsNick Mathewson
2013-01-03Merge branch 'ntor-resquashed'Nick Mathewson
2013-01-02Refactor strong os-RNG into its own functionNick Mathewson
2013-01-02Add a wrapper around, and test and build support for, curve25519.Nick Mathewson
2012-12-06Add a unit test for the old KDF while we're at itNick Mathewson
2012-12-06Implement HKDF from RFC5869Nick Mathewson
2012-11-02In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistentlyNick Mathewson
2012-09-17Add unit test for crypto_pk_cmp_keys and NULLNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-03-27Refactor the API for setting up a block cipher.Nick Mathewson
2012-03-27Remove support for PK_NO_PADDING in crypto_pk_public_hybrid_encryptNick Mathewson
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-10Test for broken counter-mode at runtimeNick Mathewson
2011-11-25Make AES unit tests cover the AES and the EVP case.Nick Mathewson
2011-10-10Add a sha256 hmac function, with testsNick Mathewson
2011-06-08Prefer tt_assert in unit tests, not tor_assertNick Mathewson
2011-06-03Reject 128-byte keys that are not 1024-bitNick Mathewson
2011-05-23Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson
2011-03-16Clean up whitespaceNick Mathewson
2011-01-24Make the DH parameter we use for TLS match the one from Apache's mod_sslNick Mathewson
2011-01-15Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011 (0.2.2)Nick Mathewson
2010-06-22Add a function to return a double in range [0,1).Nick Mathewson
2010-02-27Update copyright dates for files not in maint-0.2.1Nick Mathewson
2009-10-26Fix CID 409: check return value of base64_encode in testsNick Mathewson
2009-10-25Reduce log level for someone else sending us weak DH keys.Karsten Loesing