blob: 6213512b9b852618a6ebec4dc7aafbc10133fa06 [file] [log] [blame]
David Benjamin3ecd0a52017-05-19 15:26:18 -04001# This file contains source lists that are also consumed by
2# generate_build_files.py.
3#
4# TODO(davidben): Move the other source lists into this file.
5
6set(
7 CRYPTO_TEST_DATA
8
David Benjamin6757fbf2017-05-24 00:50:35 -04009 crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt
10 crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt
11 crypto/cipher_extra/test/aes_128_cbc_sha256_tls_tests.txt
Steven Valdezf16cd422018-02-13 13:39:42 -050012 crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt
David Benjaminf8058d42018-03-01 19:11:14 -050013 crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt
David Benjamin6757fbf2017-05-24 00:50:35 -040014 crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt
15 crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt
16 crypto/cipher_extra/test/aes_128_gcm_tests.txt
David Benjamin6757fbf2017-05-24 00:50:35 -040017 crypto/cipher_extra/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt
18 crypto/cipher_extra/test/aes_256_cbc_sha1_tls_tests.txt
19 crypto/cipher_extra/test/aes_256_cbc_sha256_tls_tests.txt
20 crypto/cipher_extra/test/aes_256_cbc_sha384_tls_tests.txt
21 crypto/cipher_extra/test/aes_256_ctr_hmac_sha256.txt
22 crypto/cipher_extra/test/aes_256_gcm_siv_tests.txt
23 crypto/cipher_extra/test/aes_256_gcm_tests.txt
24 crypto/cipher_extra/test/chacha20_poly1305_tests.txt
Adam Langley7c1f21a2018-08-07 17:04:54 -070025 crypto/cipher_extra/test/xchacha20_poly1305_tests.txt
David Benjamin6757fbf2017-05-24 00:50:35 -040026 crypto/cipher_extra/test/cipher_tests.txt
David Benjamin6757fbf2017-05-24 00:50:35 -040027 crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_implicit_iv_tests.txt
28 crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_tests.txt
29 crypto/cipher_extra/test/nist_cavp/aes_128_cbc.txt
30 crypto/cipher_extra/test/nist_cavp/aes_128_ctr.txt
31 crypto/cipher_extra/test/nist_cavp/aes_128_gcm.txt
32 crypto/cipher_extra/test/nist_cavp/aes_192_cbc.txt
33 crypto/cipher_extra/test/nist_cavp/aes_192_ctr.txt
34 crypto/cipher_extra/test/nist_cavp/aes_256_cbc.txt
35 crypto/cipher_extra/test/nist_cavp/aes_256_ctr.txt
36 crypto/cipher_extra/test/nist_cavp/aes_256_gcm.txt
37 crypto/cipher_extra/test/nist_cavp/tdes_cbc.txt
38 crypto/cipher_extra/test/nist_cavp/tdes_ecb.txt
David Benjamin8c2e8282017-05-22 16:33:29 -040039 crypto/curve25519/ed25519_tests.txt
David Benjamin9db1a002018-05-14 11:40:56 -040040 crypto/cmac/cavp_3des_cmac_tests.txt
41 crypto/cmac/cavp_aes128_cmac_tests.txt
42 crypto/cmac/cavp_aes192_cmac_tests.txt
43 crypto/cmac/cavp_aes256_cmac_tests.txt
Adam Langley4732c542018-07-27 14:27:09 -070044 crypto/ecdh_extra/ecdh_tests.txt
David Benjamin16c3f062017-06-08 16:00:10 -040045 crypto/evp/evp_tests.txt
David Benjaminb5292532017-06-09 19:27:37 -040046 crypto/evp/scrypt_tests.txt
David Benjamin3ecd0a52017-05-19 15:26:18 -040047 crypto/fipsmodule/aes/aes_tests.txt
David Benjamin6758d042017-06-04 15:37:23 -040048 crypto/fipsmodule/bn/bn_tests.txt
David Benjamin50418af2018-03-23 16:24:43 -040049 crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt
David Benjamin656aa9a2017-06-08 20:04:08 -040050 crypto/fipsmodule/ec/p256-x86_64_tests.txt
David Benjamind91e1ef2017-06-06 10:22:22 -040051 crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt
52 crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt
David Benjamin6757fbf2017-05-24 00:50:35 -040053 crypto/fipsmodule/modes/gcm_tests.txt
54 crypto/fipsmodule/rand/ctrdrbg_vectors.txt
55 crypto/hmac_extra/hmac_tests.txt
56 crypto/poly1305/poly1305_tests.txt
David Benjamin40150002017-09-18 18:22:01 -040057 crypto/x509/many_constraints.pem
58 crypto/x509/many_names1.pem
59 crypto/x509/many_names2.pem
60 crypto/x509/many_names3.pem
61 crypto/x509/some_names1.pem
62 crypto/x509/some_names2.pem
63 crypto/x509/some_names3.pem
David Benjaminbf331142018-05-07 14:19:34 -040064 third_party/wycheproof_testvectors/aes_cbc_pkcs5_test.txt
David Benjamin62abceb2018-05-14 12:38:29 -040065 third_party/wycheproof_testvectors/aes_cmac_test.txt
David Benjaminbf331142018-05-07 14:19:34 -040066 third_party/wycheproof_testvectors/aes_gcm_siv_test.txt
67 third_party/wycheproof_testvectors/aes_gcm_test.txt
68 third_party/wycheproof_testvectors/chacha20_poly1305_test.txt
69 third_party/wycheproof_testvectors/dsa_test.txt
David Benjaminf84c0da2018-08-10 12:14:41 -050070 third_party/wycheproof_testvectors/ecdh_secp224r1_test.txt
71 third_party/wycheproof_testvectors/ecdh_secp256r1_test.txt
72 third_party/wycheproof_testvectors/ecdh_secp384r1_test.txt
73 third_party/wycheproof_testvectors/ecdh_secp521r1_test.txt
David Benjaminbf331142018-05-07 14:19:34 -040074 third_party/wycheproof_testvectors/ecdsa_secp224r1_sha224_test.txt
75 third_party/wycheproof_testvectors/ecdsa_secp224r1_sha256_test.txt
David Benjaminbdc40982018-08-10 12:41:07 -050076 third_party/wycheproof_testvectors/ecdsa_secp224r1_sha512_test.txt
David Benjaminbf331142018-05-07 14:19:34 -040077 third_party/wycheproof_testvectors/ecdsa_secp256r1_sha256_test.txt
David Benjaminbdc40982018-08-10 12:41:07 -050078 third_party/wycheproof_testvectors/ecdsa_secp256r1_sha512_test.txt
David Benjaminbf331142018-05-07 14:19:34 -040079 third_party/wycheproof_testvectors/ecdsa_secp384r1_sha384_test.txt
80 third_party/wycheproof_testvectors/ecdsa_secp384r1_sha512_test.txt
81 third_party/wycheproof_testvectors/ecdsa_secp521r1_sha512_test.txt
82 third_party/wycheproof_testvectors/eddsa_test.txt
83 third_party/wycheproof_testvectors/kw_test.txt
David Benjaminaf37f842018-08-10 12:37:39 -050084 third_party/wycheproof_testvectors/rsa_pss_2048_sha1_mgf1_20_test.txt
85 third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_0_test.txt
86 third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_32_test.txt
87 third_party/wycheproof_testvectors/rsa_pss_3072_sha256_mgf1_32_test.txt
88 third_party/wycheproof_testvectors/rsa_pss_4096_sha256_mgf1_32_test.txt
89 third_party/wycheproof_testvectors/rsa_pss_4096_sha512_mgf1_32_test.txt
90 third_party/wycheproof_testvectors/rsa_pss_misc_test.txt
David Benjaminbf331142018-05-07 14:19:34 -040091 third_party/wycheproof_testvectors/rsa_signature_test.txt
92 third_party/wycheproof_testvectors/x25519_test.txt
David Benjamin3ecd0a52017-05-19 15:26:18 -040093)