index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test_crypto.c
Age
Commit message (
Expand
)
Author
2016-01-15
Whitespace cleanup
Nick Mathewson
2015-12-23
Unit tests for crypto_force_rand_ssleay().
Nick Mathewson
2015-12-23
Always test both ed25519 backends.
Nick Mathewson
2015-12-20
Appease "make check-spaces"
Nick Mathewson
2015-12-20
Add the randomized large buffer test for SHA-3 incremental hashing.
Yawning Angel
2015-12-19
Add `crypto_xof_t` and assorted routines, backed by SHAKE256.
Yawning Angel
2015-12-19
Add the SHA-3 hash functions to common/crypto.h.
Yawning Angel
2015-11-27
Unit test the full length of SHA256 and SHA512 digests
teor (Tim Wilson-Brown)
2015-11-26
Merge remote-tracking branch 'teor/rand-failure-modes-v2'
Nick Mathewson
2015-11-26
Fix buffer size in sha512 unit test
Nick Mathewson
2015-11-26
Add unit tests that check for common RNG failure modes
teor (Tim Wilson-Brown)
2015-11-24
add SHA512 support to crypto
George Tankersley
2015-07-16
Break some wide lines
Nick Mathewson
2015-07-06
Integrate and enable ed25519-donna.
Yawning Angel
2015-07-06
Integrate the accelerated Curve25519 scalar basemult.
Yawning Angel
2015-05-28
Merge branch '12498_ed25519_keys_v6'
Nick Mathewson
2015-05-28
Implement ed25519-signed descriptors
Nick Mathewson
2015-05-20
Merge branch 'bug16034_no_more_openssl_098_squashed'
Nick Mathewson
2015-05-20
Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no args
Nick Mathewson
2015-04-28
Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.
Yawning Angel
2015-04-23
Merge remote-tracking branch 'public/bug15745_027_03'
Nick Mathewson
2015-04-23
Fix some implicit conversion warnings
Nick Mathewson
2015-04-23
Use a custom Base64 encoder with more control over the output format.
Yawning Angel
2015-04-21
Add test for random-int-in-range
Nick Mathewson
2015-01-23
Split the slow unit tests into their own binary
Nick Mathewson
2015-01-14
Basic unit test for condition variables.
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-11-12
Fix wide lines (from 13172)
Nick Mathewson
2014-11-12
Replace operators used as macro arguments with OP_XX macros
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-10-27
Remove configure option to disable curve25519
Sebastian Hahn
2014-09-29
Whitespace fixes
Nick Mathewson
2014-09-29
Stop test & bench build failures with --disable-curve25519
teor
2014-09-25
Merge branch 'ed25519_ref10_squashed'
Nick Mathewson
2014-09-25
Add a reference implementation of our ed25519 modifications
Nick Mathewson
2014-09-25
Draft implementation for ed25519 key blinding, as in prop224
Nick Mathewson
2014-09-25
Add curve25519->ed25519 key conversion per proposal 228
Nick Mathewson
2014-09-25
Add encode/decode functions for ed25519 public keys
Nick Mathewson
2014-09-25
Another ed25519 tweak: store secret keys in expanded format
Nick Mathewson
2014-09-25
Add Ed25519 support, wrappers, and tests.
Nick Mathewson
2014-09-25
Merge branch 'libscrypt_trunnel_squashed'
Nick Mathewson
2014-09-25
Add tests for failing cases of crypto_pwbox
Nick Mathewson
2014-09-25
Test a full array of s2k flags with pwbox test.
Nick Mathewson
2014-09-25
Use preferred key-expansion means for pbkdf2, scrypt.
Nick Mathewson
2014-09-25
Test vectors for PBKDF2 from RFC6070
Nick Mathewson
2014-09-25
Test vectors for scrypt from draft-josefsson-scrypt-kdf-00
Nick Mathewson
2014-09-25
Rudimentary-but-sufficient passphrase-encrypted box code.
Nick Mathewson
2014-09-25
More generic passphrase hashing code, including scrypt support
Nick Mathewson
2014-09-16
clean up eol whitespace from coccinelle-generated patches
Nick Mathewson
2014-09-16
Remove the legacy_test_helper and legacy_setup wrappers
Nick Mathewson
[next]