index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_crypto.c
Commit message (
Expand
)
Author
Age
*
Completely refactor how FILENAME_PRIVATE works
Nick Mathewson
2013-07-10
*
Fix "make check-spaces"
Nick Mathewson
2013-06-10
*
Bug #5170 - test crypto_pk_get_all_digests
Marek Majkowski
2013-06-10
*
Remove PK_PKCS1_PADDING
Arlo Breault
2013-05-17
*
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-05-08
|
\
|
*
Fix bug 8845: check the right length of memory in aes unit tests
Nick Mathewson
2013-05-08
*
|
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-03-23
|
\
|
|
*
Avoid clang warnings from implicit off_t->size_t cast
Nick Mathewson
2013-03-23
|
*
Remove some functions which were unused except for their tests
Nick Mathewson
2013-02-23
*
|
Remove unused check_fingerprint_syntax
Nick Mathewson
2013-03-01
*
|
Remove unused HMAC-SHA1 function
Nick Mathewson
2013-03-01
|
/
*
Resolve memory leaks in the unit tests and benchmarks (found by coverity)
Nick Mathewson
2013-02-11
*
Speed up the curve25519 unit test by doing fewer iterations
Nick Mathewson
2013-02-11
*
whitespace fix
Nick Mathewson
2013-02-07
*
Tolerate curve25519 backends where the high bit of the pk isn't ignored
Nick Mathewson
2013-02-07
*
Update the copyright date to 201.
Nick Mathewson
2013-01-16
*
Make the = at the end of ntor-onion-key optional.
Nick Mathewson
2013-01-05
*
Whoops; make that unit test actually pass :/
Nick Mathewson
2013-01-03
*
Add a unit test for the curve25519 keypair persistence functions
Nick Mathewson
2013-01-03
*
Merge branch 'ntor-resquashed'
Nick Mathewson
2013-01-03
|
\
|
*
Refactor strong os-RNG into its own function
Nick Mathewson
2013-01-02
|
*
Add a wrapper around, and test and build support for, curve25519.
Nick Mathewson
2013-01-02
|
*
Add a unit test for the old KDF while we're at it
Nick Mathewson
2012-12-06
|
*
Implement HKDF from RFC5869
Nick Mathewson
2012-12-06
*
|
In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistently
Nick Mathewson
2012-11-02
|
/
*
Add unit test for crypto_pk_cmp_keys and NULL
Nick Mathewson
2012-09-17
*
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-06-04
*
Refactor the API for setting up a block cipher.
Nick Mathewson
2012-03-27
*
Remove support for PK_NO_PADDING in crypto_pk_public_hybrid_encrypt
Nick Mathewson
2012-03-27
*
Rename nonconformant identifiers.
Nick Mathewson
2012-01-18
*
Test for broken counter-mode at runtime
Nick Mathewson
2012-01-10
*
Make AES unit tests cover the AES and the EVP case.
Nick Mathewson
2011-11-25
*
Add a sha256 hmac function, with tests
Nick Mathewson
2011-10-10
*
Prefer tt_assert in unit tests, not tor_assert
Nick Mathewson
2011-06-08
*
Reject 128-byte keys that are not 1024-bit
Nick Mathewson
2011-06-03
*
Fix GCC 4.6's new -Wunused-but-set-variable warnings.
Nick Mathewson
2011-05-23
*
Clean up whitespace
Nick Mathewson
2011-03-16
*
Make the DH parameter we use for TLS match the one from Apache's mod_ssl
Nick Mathewson
2011-01-24
*
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-15
*
Bump copyright statements to 2011 (0.2.2)
Nick Mathewson
2011-01-03
*
Add a function to return a double in range [0,1).
Nick Mathewson
2010-06-22
*
Update copyright dates for files not in maint-0.2.1
Nick Mathewson
2010-02-27
*
Fix CID 409: check return value of base64_encode in tests
Nick Mathewson
2009-10-26
*
Reduce log level for someone else sending us weak DH keys.
Karsten Loesing
2009-10-25
*
Support for encoding and decoding 256-bit digests in base64
Nick Mathewson
2009-10-15
*
Improved fix for test_memeq_hex leak.
Nick Mathewson
2009-09-27
*
Split crypto tests into a separate module.
Nick Mathewson
2009-09-23