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
2018-05-24
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-05-24
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-05-24
Add a unit test for PEM-encrypted documents.
Nick Mathewson
2017-09-15
Merge branch 'scan-build-032'
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-09-12
Fix warnings about passing uninitialized buffers into functions
Nick Mathewson
2017-09-12
Clear up dead-assignment warnings from scan-build
Nick Mathewson
2017-08-24
apply ahf's test_assert_null.cocci
Nick Mathewson
2017-08-24
apply ahf's test_assert_int.cocci
Nick Mathewson
2017-08-24
Fix operator usage in src/test/*.c
Alexander Færøy
2017-07-24
Rename the hybrid_encrypt/decrypt functions; label them as dangerous
Nick Mathewson
2017-06-28
ed25519: Add tests blinding bad ed25519 pubkeys.
George Kadianakis
2017-06-27
whitespace fix
Nick Mathewson
2017-06-27
ed25519: Add unittests for ed25519 pubkey validation.
George Kadianakis
2017-04-07
Test odd-sized base64 decodes
Taylor Yu
2017-03-31
Remove openssl/evp.h dependency from test_crypto.c
Nick Mathewson
2017-03-31
Remove crypto/rand include from test_crypto.c
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-12-14
crypto: Change crypto_mac_sha3_256 to use the key length in the construction
David Goulet
2016-12-14
prop224 prepwork: Introduce HMAC-SHA3 function.
George Kadianakis
2016-09-16
Add support for AES256 and AES192
Nick Mathewson
2016-09-16
Simplify the crypto_cipher_t interface and structure
Nick Mathewson
2016-09-09
Make a couple more tests run faster.
Nick Mathewson
2016-09-09
Move the donna-fuzzing tests into test_slow.
Nick Mathewson
2016-09-06
checkSpace.pl now forbids more identifiers.
Nick Mathewson
2016-08-23
Introduce ed25519_{sign,checksig}_prefixed functions().
George Kadianakis
2016-06-20
Make base16_decodes return number of decoded bytes
nikkolasg
2016-06-11
Merge branch 'bug19180_easy_squashed'
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-06-09
Reduce make check-spaces noise
Andrea Shepard
2016-06-06
Repair test_crypto_openssl_version with LibreSSL
Nick Mathewson
2016-06-06
Check tor_sscanf return value in test_crypto.c
Nick Mathewson
2016-06-02
Use tor_sscanf, not sscanf, in test_crypto.c
Nick Mathewson
2016-05-18
Fix a bad sizeof() in test_crypto.c. Harmless. Spotted by coverity.
Nick Mathewson
2016-05-16
Fix memory leak in test_crypto_aes_ctr_testvec
Nick Mathewson
2016-05-16
Windows lacks truncate(3).
Nick Mathewson
2016-05-16
Cover all our DH code, and/or mark it unreachable.
Nick Mathewson
2016-05-16
At long last, unit tests for degenerate DH public keys.
Nick Mathewson
2016-05-16
Slight improvements to DH coverage.
Nick Mathewson
2016-05-16
Improve test coverage of our strongest-rng code.
Nick Mathewson
2016-05-16
Test coverage on ed25519 load/store functions.
Nick Mathewson
2016-05-16
HKDF-SHA256 test vectors from RFC5869
Nick Mathewson
2016-05-03
Ed25519 test vectors from draft-irtf-cfrg-eddsa-05
Nick Mathewson
2016-05-03
Add test vector for AES_CTR from NIST SP800-38a sec F.5
Nick Mathewson
2016-05-03
Add test vector for Curve25519 from RFC7748
Nick Mathewson
2016-05-03
tests for some of the simpler functions in crypto.c
Nick Mathewson
2016-05-03
White-box tests for crypto_rand_*_range(), rand_hostname().
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-23
Merge branch 'bug17795'
Nick Mathewson
2016-02-10
Another automated rename.
Nick Mathewson
[next]