summaryrefslogtreecommitdiff
path: root/src/test/test_crypto.c
AgeCommit message (Expand)Author
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-27Remove configure option to disable curve25519Sebastian Hahn
2014-09-29Whitespace fixesNick Mathewson
2014-09-29Stop test & bench build failures with --disable-curve25519teor
2014-09-25Merge branch 'ed25519_ref10_squashed'Nick Mathewson
2014-09-25Add a reference implementation of our ed25519 modificationsNick Mathewson
2014-09-25Draft implementation for ed25519 key blinding, as in prop224Nick Mathewson
2014-09-25Add curve25519->ed25519 key conversion per proposal 228Nick Mathewson
2014-09-25Add encode/decode functions for ed25519 public keysNick Mathewson
2014-09-25Another ed25519 tweak: store secret keys in expanded formatNick Mathewson
2014-09-25Add Ed25519 support, wrappers, and tests.Nick Mathewson
2014-09-25Merge branch 'libscrypt_trunnel_squashed'Nick Mathewson
2014-09-25Add tests for failing cases of crypto_pwboxNick Mathewson
2014-09-25Test a full array of s2k flags with pwbox test.Nick Mathewson
2014-09-25Use preferred key-expansion means for pbkdf2, scrypt.Nick Mathewson
2014-09-25Test vectors for PBKDF2 from RFC6070Nick Mathewson
2014-09-25Test vectors for scrypt from draft-josefsson-scrypt-kdf-00Nick Mathewson
2014-09-25Rudimentary-but-sufficient passphrase-encrypted box code.Nick Mathewson
2014-09-25More generic passphrase hashing code, including scrypt supportNick Mathewson
2014-09-16clean up eol whitespace from coccinelle-generated patchesNick Mathewson
2014-09-16Remove the legacy_test_helper and legacy_setup wrappersNick Mathewson
2014-09-15Replace the remaining test_n?eq_ptr callsNick Mathewson
2014-09-15Use coccinelle scripts to clean up our unit testsNick Mathewson
2014-08-28Rename secret_to_key to secret_to_key_rfc2440Nick Mathewson
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