ring/tests
Brian Smith ab0726d0cd Embed test data into test executables.
Embed test data files into test executables so that file I/O isn't
necessary during tests. This allows the tests to run on platforms that
don't have file I/O. It also makes it easier to run the tests on a
separate (virtual) machine from the build machine since the test
automation no longer needs to keep track of the test files.
2019-02-02 13:21:02 -10:00
..
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 Embed test data into test executables. 2019-02-02 13:21:02 -10:00
agreement_tests.rs Embed test data into test executables. 2019-02-02 13:21:02 -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 Embed test data into test executables. 2019-02-02 13:21:02 -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 Embed test data into test executables. 2019-02-02 13:21:02 -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 Embed test data into test executables. 2019-02-02 13:21:02 -10:00
ed25519_tests.txt Merge BoringSSL 7e9949c: Import additional test vectors from RFC 8032. 2017-12-29 12:02:42 -10:00
hkdf_tests.rs Embed test data into test executables. 2019-02-02 13:21:02 -10:00
hkdf_tests.txt Move HKDF functional tests to tests/. 2017-06-08 12:01:34 -10:00
hmac_tests.rs Embed test data into test executables. 2019-02-02 13:21:02 -10:00
hmac_tests.txt Move HMAC functional tests to tests/. 2017-06-08 12:01:35 -10:00
pbkdf2_tests.rs Embed test data into test executables. 2019-02-02 13:21:02 -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 Embed test data into test executables. 2019-02-02 13:21:02 -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 Improve and test various key type Clone/Debug implementations. 2019-01-19 19:56:02 -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 Embed test data into test executables. 2019-02-02 13:21:02 -10:00
signature_tests.rs Remove failed attempt at a generic public key signing API. 2018-12-21 15:21:50 -10:00