2017-05-19 20:26:18 +01:00
|
|
|
# This file contains source lists that are also consumed by
|
|
|
|
# generate_build_files.py.
|
|
|
|
#
|
|
|
|
# TODO(davidben): Move the other source lists into this file.
|
|
|
|
|
|
|
|
set(
|
|
|
|
CRYPTO_TEST_DATA
|
|
|
|
|
2017-05-24 05:50:35 +01:00
|
|
|
crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt
|
|
|
|
crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt
|
|
|
|
crypto/cipher_extra/test/aes_128_cbc_sha256_tls_tests.txt
|
2018-02-13 18:39:42 +00:00
|
|
|
crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt
|
2018-03-02 00:11:14 +00:00
|
|
|
crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt
|
2017-05-24 05:50:35 +01:00
|
|
|
crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt
|
|
|
|
crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt
|
|
|
|
crypto/cipher_extra/test/aes_128_gcm_tests.txt
|
|
|
|
crypto/cipher_extra/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt
|
|
|
|
crypto/cipher_extra/test/aes_256_cbc_sha1_tls_tests.txt
|
|
|
|
crypto/cipher_extra/test/aes_256_cbc_sha256_tls_tests.txt
|
|
|
|
crypto/cipher_extra/test/aes_256_cbc_sha384_tls_tests.txt
|
|
|
|
crypto/cipher_extra/test/aes_256_ctr_hmac_sha256.txt
|
|
|
|
crypto/cipher_extra/test/aes_256_gcm_siv_tests.txt
|
|
|
|
crypto/cipher_extra/test/aes_256_gcm_tests.txt
|
|
|
|
crypto/cipher_extra/test/chacha20_poly1305_tests.txt
|
2018-08-08 01:04:54 +01:00
|
|
|
crypto/cipher_extra/test/xchacha20_poly1305_tests.txt
|
2017-05-24 05:50:35 +01:00
|
|
|
crypto/cipher_extra/test/cipher_tests.txt
|
|
|
|
crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_implicit_iv_tests.txt
|
|
|
|
crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_tests.txt
|
|
|
|
crypto/cipher_extra/test/nist_cavp/aes_128_cbc.txt
|
|
|
|
crypto/cipher_extra/test/nist_cavp/aes_128_ctr.txt
|
|
|
|
crypto/cipher_extra/test/nist_cavp/aes_128_gcm.txt
|
|
|
|
crypto/cipher_extra/test/nist_cavp/aes_192_cbc.txt
|
|
|
|
crypto/cipher_extra/test/nist_cavp/aes_192_ctr.txt
|
|
|
|
crypto/cipher_extra/test/nist_cavp/aes_256_cbc.txt
|
|
|
|
crypto/cipher_extra/test/nist_cavp/aes_256_ctr.txt
|
|
|
|
crypto/cipher_extra/test/nist_cavp/aes_256_gcm.txt
|
|
|
|
crypto/cipher_extra/test/nist_cavp/tdes_cbc.txt
|
|
|
|
crypto/cipher_extra/test/nist_cavp/tdes_ecb.txt
|
2017-05-22 21:33:29 +01:00
|
|
|
crypto/curve25519/ed25519_tests.txt
|
2018-05-14 16:40:56 +01:00
|
|
|
crypto/cmac/cavp_3des_cmac_tests.txt
|
|
|
|
crypto/cmac/cavp_aes128_cmac_tests.txt
|
|
|
|
crypto/cmac/cavp_aes192_cmac_tests.txt
|
|
|
|
crypto/cmac/cavp_aes256_cmac_tests.txt
|
2018-07-27 22:27:09 +01:00
|
|
|
crypto/ecdh_extra/ecdh_tests.txt
|
2017-06-08 21:00:10 +01:00
|
|
|
crypto/evp/evp_tests.txt
|
2017-06-10 00:27:37 +01:00
|
|
|
crypto/evp/scrypt_tests.txt
|
2017-05-19 20:26:18 +01:00
|
|
|
crypto/fipsmodule/aes/aes_tests.txt
|
2017-06-04 20:37:23 +01:00
|
|
|
crypto/fipsmodule/bn/bn_tests.txt
|
2018-03-23 20:24:43 +00:00
|
|
|
crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt
|
2017-06-09 01:04:08 +01:00
|
|
|
crypto/fipsmodule/ec/p256-x86_64_tests.txt
|
2017-06-06 15:22:22 +01:00
|
|
|
crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt
|
|
|
|
crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt
|
2017-05-24 05:50:35 +01:00
|
|
|
crypto/fipsmodule/modes/gcm_tests.txt
|
|
|
|
crypto/fipsmodule/rand/ctrdrbg_vectors.txt
|
|
|
|
crypto/hmac_extra/hmac_tests.txt
|
|
|
|
crypto/poly1305/poly1305_tests.txt
|
2017-09-18 23:22:01 +01:00
|
|
|
crypto/x509/many_constraints.pem
|
|
|
|
crypto/x509/many_names1.pem
|
|
|
|
crypto/x509/many_names2.pem
|
|
|
|
crypto/x509/many_names3.pem
|
|
|
|
crypto/x509/some_names1.pem
|
|
|
|
crypto/x509/some_names2.pem
|
|
|
|
crypto/x509/some_names3.pem
|
2018-05-07 19:19:34 +01:00
|
|
|
third_party/wycheproof_testvectors/aes_cbc_pkcs5_test.txt
|
2018-05-14 17:38:29 +01:00
|
|
|
third_party/wycheproof_testvectors/aes_cmac_test.txt
|
2018-05-07 19:19:34 +01:00
|
|
|
third_party/wycheproof_testvectors/aes_gcm_siv_test.txt
|
|
|
|
third_party/wycheproof_testvectors/aes_gcm_test.txt
|
|
|
|
third_party/wycheproof_testvectors/chacha20_poly1305_test.txt
|
|
|
|
third_party/wycheproof_testvectors/dsa_test.txt
|
2018-08-10 18:14:41 +01:00
|
|
|
third_party/wycheproof_testvectors/ecdh_secp224r1_test.txt
|
|
|
|
third_party/wycheproof_testvectors/ecdh_secp256r1_test.txt
|
|
|
|
third_party/wycheproof_testvectors/ecdh_secp384r1_test.txt
|
|
|
|
third_party/wycheproof_testvectors/ecdh_secp521r1_test.txt
|
2018-05-07 19:19:34 +01:00
|
|
|
third_party/wycheproof_testvectors/ecdsa_secp224r1_sha224_test.txt
|
|
|
|
third_party/wycheproof_testvectors/ecdsa_secp224r1_sha256_test.txt
|
|
|
|
third_party/wycheproof_testvectors/ecdsa_secp256r1_sha256_test.txt
|
|
|
|
third_party/wycheproof_testvectors/ecdsa_secp384r1_sha384_test.txt
|
|
|
|
third_party/wycheproof_testvectors/ecdsa_secp384r1_sha512_test.txt
|
|
|
|
third_party/wycheproof_testvectors/ecdsa_secp521r1_sha512_test.txt
|
|
|
|
third_party/wycheproof_testvectors/eddsa_test.txt
|
|
|
|
third_party/wycheproof_testvectors/kw_test.txt
|
|
|
|
third_party/wycheproof_testvectors/rsa_signature_test.txt
|
|
|
|
third_party/wycheproof_testvectors/x25519_test.txt
|
2017-05-19 20:26:18 +01:00
|
|
|
)
|