..
aead_aes_128_gcm_tests.txt
Move AEAD functional tests to tests/.
2017-06-08 10:41:05 -10:00
aead_aes_256_gcm_tests.txt
Move AEAD functional tests to tests/.
2017-06-08 10:41:05 -10:00
aead_chacha20_poly1305_openssh_tests.txt
Add basic tests for chacha20_poly1305_openssh.
2018-12-08 13:10:25 -10:00
aead_chacha20_poly1305_tests.txt
Move AEAD functional tests to tests/.
2017-06-08 10:41:05 -10:00
aead_tests.rs
Revert "Add support for random nonce generation to ring::aead."
2019-08-30 05:46:15 -10:00
agreement_tests.rs
0.16.7: & -> &dyn in agreement_tests.rs to fix beta/nightly build.
2019-08-11 16:08:00 -10:00
agreement_tests.txt
Move agreement functional tests to tests/agreement_tests.rs.
2017-06-08 12:01:26 -10:00
digest_tests.rs
Fix SHA-1 slow tests.
2019-07-09 17:47:52 -10:00
digest_tests.txt
Add SHA-512/256.
2017-06-09 17:47:34 -10:00
ecdsa_from_pkcs8_tests.txt
Report some details of why asymmetric keys were rejected.
2018-11-28 11:52:18 -10:00
ecdsa_test_private_key_p256.p8
Improve and test various key type Clone/Debug implementations.
2019-01-19 19:56:02 -10:00
ecdsa_test_public_key_p256_debug.txt
Improve and test various key type Clone/Debug implementations.
2019-01-19 19:56:02 -10:00
ecdsa_test_public_key_p256.der
Improve and test various key type Clone/Debug implementations.
2019-01-19 19:56:02 -10:00
ecdsa_tests.rs
Remove deprecated signature::verify API.
2019-07-15 17:52:27 -10:00
ecdsa_verify_asn1_tests.txt
Move ECDSA integration/functional tests to tests/.
2017-05-13 00:34:45 -10:00
ecdsa_verify_fixed_tests.txt
Move ECDSA integration/functional tests to tests/.
2017-05-13 00:34:45 -10:00
ed25519_from_pkcs8_tests.txt
Report some details of why asymmetric keys were rejected.
2018-11-28 11:52:18 -10:00
ed25519_from_pkcs8_unchecked_tests.txt
Report some details of why asymmetric keys were rejected.
2018-11-28 11:52:18 -10:00
ed25519_test_private_key.bin
Add Ed25519 PKCS#8 support.
2017-05-07 10:21:18 -10:00
ed25519_test_private_key.p8
Improve and test various key type Clone/Debug implementations.
2019-01-19 19:56:02 -10:00
ed25519_test_public_key.bin
Add Ed25519 PKCS#8 support.
2017-05-07 10:21:18 -10:00
ed25519_test_public_key.der
Improve and test various key type Clone/Debug implementations.
2019-01-19 19:56:02 -10:00
ed25519_tests.rs
Remove deprecated signature::verify API.
2019-07-15 17:52:27 -10:00
ed25519_tests.txt
Merge BoringSSL 7e9949c: Import additional test vectors from RFC 8032.
2017-12-29 12:02:42 -10:00
error_tests.rs
Replace use_heap feature with alloc and std features; use alloc crate.
2019-07-09 21:15:18 -10:00
hkdf_tests.rs
Test HKDF output length error handling.
2019-08-11 14:17:26 -10:00
hkdf_tests.txt
Limit HKDF to SHA-{256,384,512} and remove HKDF-SHA-1 tests.
2019-07-07 16:32:46 -10:00
hmac_tests.rs
Rename SHA1 to SHA1_FOR_LEGACY_USE_ONLY.
2019-07-09 14:16:39 -10:00
hmac_tests.txt
Move HMAC functional tests to tests/.
2017-06-08 12:01:35 -10:00
pbkdf2_tests.rs
Rename RSA_PKCS1_2048_8192_SHA1 => RSA_PKCS1_2048_8192_SHA1_FOR_LEGACY_USE_ONLY.
2019-07-10 10:26:04 -10:00
pbkdf2_tests.txt
Add PBKDF2-HMAC-SHA256 test vectors from RFC 7914
2018-05-21 08:15:10 -10:00
quic_aes_128_tests.txt
Implement QUIC header protection API
2019-01-04 17:42:59 -10:00
quic_aes_256_tests.txt
Implement QUIC header protection API
2019-01-04 17:42:59 -10:00
quic_chacha20_tests.txt
Add ChaCha20 support to QUIC header protection
2019-01-05 09:07:20 -10:00
quic_tests.rs
Use stable rustfmt.
2019-04-10 09:33:38 -10:00
rand_tests.rs
derive Clone and Debug for SystemRandom.
2019-07-16 11:12:08 -10:00
rsa_from_pkcs8_tests.txt
Add more RSA key length tests.
2018-11-28 12:34:39 -10:00
rsa_pkcs1_sign_tests.txt
Temporarily stop checking whether p and q are too close in RSA.
2018-05-09 13:53:39 -10:00
rsa_pkcs1_verify_tests.txt
Add support for keys where p < q
2018-05-04 08:57:38 -10:00
rsa_primitive_verify_tests.txt
Move RSA signing & verification functional tests to tests/.
2017-05-13 22:37:26 -10:00
rsa_pss_sign_tests.txt
Move RSA signing & verification functional tests to tests/.
2017-05-13 22:37:26 -10:00
rsa_pss_verify_tests.txt
Move RSA signing & verification functional tests to tests/.
2017-05-13 22:37:26 -10:00
rsa_test_private_key_2048.p8
Improve and test various key type Clone/Debug implementations.
2019-01-19 19:56:02 -10:00
rsa_test_public_key_2048_debug.txt
Rename RsaPublicKey to RsaSubjectPublicKey`.
2019-04-05 16:01:31 -10:00
rsa_test_public_key_2048.der
Improve and test various key type Clone/Debug implementations.
2019-01-19 19:56:02 -10:00
rsa_tests.rs
Remove deprecated signature::verify API.
2019-07-15 17:52:27 -10:00
signature_tests.rs
Remove failed attempt at a generic public key signing API.
2018-12-21 15:21:50 -10:00