blob: 9ac55d5e926155220a9765e32096df2ab05c22bb [file] [log] [blame]
Robert Sloan8ff03552017-06-14 12:40:58 -07001# 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
Pete Bentleydcdc7bb2021-01-28 18:45:11 +00009 crypto/blake2/blake2b256_tests.txt
Robert Sloan8ff03552017-06-14 12:40:58 -070010 crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt
11 crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt
Sergey Volnov62b47fa2021-07-23 12:29:55 +000012 crypto/cipher_extra/test/aes_128_cbc_sha256_tls_tests.txt
Robert Sloanab8b8882018-03-26 11:39:51 -070013 crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt
14 crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt
Robert Sloan8ff03552017-06-14 12:40:58 -070015 crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt
Pete Bentley17486112021-01-20 11:51:47 +000016 crypto/cipher_extra/test/aes_128_gcm_randnonce_tests.txt
Robert Sloan8ff03552017-06-14 12:40:58 -070017 crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt
18 crypto/cipher_extra/test/aes_128_gcm_tests.txt
Pete Bentleyebd3e962019-09-26 10:51:12 +010019 crypto/cipher_extra/test/aes_192_gcm_tests.txt
Robert Sloan8ff03552017-06-14 12:40:58 -070020 crypto/cipher_extra/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt
21 crypto/cipher_extra/test/aes_256_cbc_sha1_tls_tests.txt
Sergey Volnov62b47fa2021-07-23 12:29:55 +000022 crypto/cipher_extra/test/aes_256_cbc_sha256_tls_tests.txt
23 crypto/cipher_extra/test/aes_256_cbc_sha384_tls_tests.txt
Robert Sloan8ff03552017-06-14 12:40:58 -070024 crypto/cipher_extra/test/aes_256_ctr_hmac_sha256.txt
Pete Bentley17486112021-01-20 11:51:47 +000025 crypto/cipher_extra/test/aes_256_gcm_randnonce_tests.txt
Robert Sloan8ff03552017-06-14 12:40:58 -070026 crypto/cipher_extra/test/aes_256_gcm_siv_tests.txt
27 crypto/cipher_extra/test/aes_256_gcm_tests.txt
28 crypto/cipher_extra/test/chacha20_poly1305_tests.txt
Adam Vartanianbfcf3a72018-08-10 14:55:24 +010029 crypto/cipher_extra/test/xchacha20_poly1305_tests.txt
Robert Sloan8ff03552017-06-14 12:40:58 -070030 crypto/cipher_extra/test/cipher_tests.txt
Robert Sloan8ff03552017-06-14 12:40:58 -070031 crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_implicit_iv_tests.txt
32 crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_tests.txt
33 crypto/cipher_extra/test/nist_cavp/aes_128_cbc.txt
34 crypto/cipher_extra/test/nist_cavp/aes_128_ctr.txt
35 crypto/cipher_extra/test/nist_cavp/aes_128_gcm.txt
36 crypto/cipher_extra/test/nist_cavp/aes_192_cbc.txt
37 crypto/cipher_extra/test/nist_cavp/aes_192_ctr.txt
38 crypto/cipher_extra/test/nist_cavp/aes_256_cbc.txt
39 crypto/cipher_extra/test/nist_cavp/aes_256_ctr.txt
40 crypto/cipher_extra/test/nist_cavp/aes_256_gcm.txt
41 crypto/cipher_extra/test/nist_cavp/tdes_cbc.txt
42 crypto/cipher_extra/test/nist_cavp/tdes_ecb.txt
43 crypto/curve25519/ed25519_tests.txt
Adam Vartanianbfcf3a72018-08-10 14:55:24 +010044 crypto/cmac/cavp_3des_cmac_tests.txt
45 crypto/cmac/cavp_aes128_cmac_tests.txt
46 crypto/cmac/cavp_aes192_cmac_tests.txt
47 crypto/cmac/cavp_aes256_cmac_tests.txt
48 crypto/ecdh_extra/ecdh_tests.txt
Robert Sloan8ff03552017-06-14 12:40:58 -070049 crypto/evp/evp_tests.txt
50 crypto/evp/scrypt_tests.txt
51 crypto/fipsmodule/aes/aes_tests.txt
52 crypto/fipsmodule/bn/bn_tests.txt
Tobias Thiererb201fcd2019-10-15 21:48:16 +010053 crypto/fipsmodule/bn/miller_rabin_tests.txt
Robert Sloan49d063b2018-04-03 11:30:38 -070054 crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt
Robert Sloan8ff03552017-06-14 12:40:58 -070055 crypto/fipsmodule/ec/p256-x86_64_tests.txt
56 crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt
57 crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt
58 crypto/fipsmodule/modes/gcm_tests.txt
59 crypto/fipsmodule/rand/ctrdrbg_vectors.txt
60 crypto/hmac_extra/hmac_tests.txt
Pete Bentleyf23caaf2020-09-22 18:02:11 +010061 crypto/hpke/hpke_test_vectors.txt
Robert Sloan8ff03552017-06-14 12:40:58 -070062 crypto/poly1305/poly1305_tests.txt
Pete Bentley0c61efe2019-08-13 09:32:23 +010063 crypto/siphash/siphash_tests.txt
Pete Bentleyf23caaf2020-09-22 18:02:11 +010064 crypto/x509/test/basic_constraints_ca.pem
65 crypto/x509/test/basic_constraints_ca_pathlen_0.pem
66 crypto/x509/test/basic_constraints_ca_pathlen_1.pem
67 crypto/x509/test/basic_constraints_ca_pathlen_10.pem
68 crypto/x509/test/basic_constraints_leaf.pem
69 crypto/x509/test/basic_constraints_none.pem
70 crypto/x509/test/invalid_extension_intermediate.pem
71 crypto/x509/test/invalid_extension_intermediate_authority_key_identifier.pem
72 crypto/x509/test/invalid_extension_intermediate_basic_constraints.pem
73 crypto/x509/test/invalid_extension_intermediate_ext_key_usage.pem
74 crypto/x509/test/invalid_extension_intermediate_key_usage.pem
75 crypto/x509/test/invalid_extension_intermediate_name_constraints.pem
76 crypto/x509/test/invalid_extension_intermediate_subject_alt_name.pem
77 crypto/x509/test/invalid_extension_intermediate_subject_key_identifier.pem
78 crypto/x509/test/invalid_extension_leaf.pem
79 crypto/x509/test/invalid_extension_leaf_authority_key_identifier.pem
80 crypto/x509/test/invalid_extension_leaf_basic_constraints.pem
81 crypto/x509/test/invalid_extension_leaf_ext_key_usage.pem
82 crypto/x509/test/invalid_extension_leaf_key_usage.pem
83 crypto/x509/test/invalid_extension_leaf_name_constraints.pem
84 crypto/x509/test/invalid_extension_leaf_subject_alt_name.pem
85 crypto/x509/test/invalid_extension_leaf_subject_key_identifier.pem
86 crypto/x509/test/invalid_extension_root.pem
87 crypto/x509/test/invalid_extension_root_authority_key_identifier.pem
88 crypto/x509/test/invalid_extension_root_basic_constraints.pem
89 crypto/x509/test/invalid_extension_root_ext_key_usage.pem
90 crypto/x509/test/invalid_extension_root_key_usage.pem
91 crypto/x509/test/invalid_extension_root_name_constraints.pem
92 crypto/x509/test/invalid_extension_root_subject_alt_name.pem
93 crypto/x509/test/invalid_extension_root_subject_key_identifier.pem
94 crypto/x509/test/many_constraints.pem
95 crypto/x509/test/many_names1.pem
96 crypto/x509/test/many_names2.pem
97 crypto/x509/test/many_names3.pem
98 crypto/x509/test/some_names1.pem
99 crypto/x509/test/some_names2.pem
100 crypto/x509/test/some_names3.pem
Adam Vartanianbfcf3a72018-08-10 14:55:24 +0100101 third_party/wycheproof_testvectors/aes_cbc_pkcs5_test.txt
102 third_party/wycheproof_testvectors/aes_cmac_test.txt
103 third_party/wycheproof_testvectors/aes_gcm_siv_test.txt
104 third_party/wycheproof_testvectors/aes_gcm_test.txt
105 third_party/wycheproof_testvectors/chacha20_poly1305_test.txt
106 third_party/wycheproof_testvectors/dsa_test.txt
Robert Sloand9e572d2018-08-27 12:27:00 -0700107 third_party/wycheproof_testvectors/ecdh_secp224r1_test.txt
108 third_party/wycheproof_testvectors/ecdh_secp256r1_test.txt
109 third_party/wycheproof_testvectors/ecdh_secp384r1_test.txt
110 third_party/wycheproof_testvectors/ecdh_secp521r1_test.txt
Adam Vartanianbfcf3a72018-08-10 14:55:24 +0100111 third_party/wycheproof_testvectors/ecdsa_secp224r1_sha224_test.txt
112 third_party/wycheproof_testvectors/ecdsa_secp224r1_sha256_test.txt
Robert Sloand9e572d2018-08-27 12:27:00 -0700113 third_party/wycheproof_testvectors/ecdsa_secp224r1_sha512_test.txt
Adam Vartanianbfcf3a72018-08-10 14:55:24 +0100114 third_party/wycheproof_testvectors/ecdsa_secp256r1_sha256_test.txt
Robert Sloand9e572d2018-08-27 12:27:00 -0700115 third_party/wycheproof_testvectors/ecdsa_secp256r1_sha512_test.txt
Adam Vartanianbfcf3a72018-08-10 14:55:24 +0100116 third_party/wycheproof_testvectors/ecdsa_secp384r1_sha384_test.txt
117 third_party/wycheproof_testvectors/ecdsa_secp384r1_sha512_test.txt
118 third_party/wycheproof_testvectors/ecdsa_secp521r1_sha512_test.txt
119 third_party/wycheproof_testvectors/eddsa_test.txt
Tobias Thierer43be7d22020-03-02 19:23:34 +0000120 third_party/wycheproof_testvectors/hkdf_sha1_test.txt
121 third_party/wycheproof_testvectors/hkdf_sha256_test.txt
122 third_party/wycheproof_testvectors/hkdf_sha384_test.txt
123 third_party/wycheproof_testvectors/hkdf_sha512_test.txt
124 third_party/wycheproof_testvectors/hmac_sha1_test.txt
125 third_party/wycheproof_testvectors/hmac_sha224_test.txt
126 third_party/wycheproof_testvectors/hmac_sha256_test.txt
127 third_party/wycheproof_testvectors/hmac_sha384_test.txt
128 third_party/wycheproof_testvectors/hmac_sha512_test.txt
Pete Bentley0c61efe2019-08-13 09:32:23 +0100129 third_party/wycheproof_testvectors/kwp_test.txt
Adam Vartanianbfcf3a72018-08-10 14:55:24 +0100130 third_party/wycheproof_testvectors/kw_test.txt
Tobias Thierer43be7d22020-03-02 19:23:34 +0000131 third_party/wycheproof_testvectors/primality_test.txt
132 third_party/wycheproof_testvectors/rsa_oaep_2048_sha1_mgf1sha1_test.txt
133 third_party/wycheproof_testvectors/rsa_oaep_2048_sha224_mgf1sha1_test.txt
134 third_party/wycheproof_testvectors/rsa_oaep_2048_sha224_mgf1sha224_test.txt
135 third_party/wycheproof_testvectors/rsa_oaep_2048_sha256_mgf1sha1_test.txt
136 third_party/wycheproof_testvectors/rsa_oaep_2048_sha256_mgf1sha256_test.txt
137 third_party/wycheproof_testvectors/rsa_oaep_2048_sha384_mgf1sha1_test.txt
138 third_party/wycheproof_testvectors/rsa_oaep_2048_sha384_mgf1sha384_test.txt
139 third_party/wycheproof_testvectors/rsa_oaep_2048_sha512_mgf1sha1_test.txt
140 third_party/wycheproof_testvectors/rsa_oaep_2048_sha512_mgf1sha512_test.txt
141 third_party/wycheproof_testvectors/rsa_oaep_3072_sha256_mgf1sha1_test.txt
142 third_party/wycheproof_testvectors/rsa_oaep_3072_sha256_mgf1sha256_test.txt
143 third_party/wycheproof_testvectors/rsa_oaep_3072_sha512_mgf1sha1_test.txt
144 third_party/wycheproof_testvectors/rsa_oaep_3072_sha512_mgf1sha512_test.txt
145 third_party/wycheproof_testvectors/rsa_oaep_4096_sha256_mgf1sha1_test.txt
146 third_party/wycheproof_testvectors/rsa_oaep_4096_sha256_mgf1sha256_test.txt
147 third_party/wycheproof_testvectors/rsa_oaep_4096_sha512_mgf1sha1_test.txt
148 third_party/wycheproof_testvectors/rsa_oaep_4096_sha512_mgf1sha512_test.txt
149 third_party/wycheproof_testvectors/rsa_oaep_misc_test.txt
150 third_party/wycheproof_testvectors/rsa_pkcs1_2048_test.txt
151 third_party/wycheproof_testvectors/rsa_pkcs1_3072_test.txt
152 third_party/wycheproof_testvectors/rsa_pkcs1_4096_test.txt
Robert Sloand9e572d2018-08-27 12:27:00 -0700153 third_party/wycheproof_testvectors/rsa_pss_2048_sha1_mgf1_20_test.txt
154 third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_0_test.txt
155 third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_32_test.txt
156 third_party/wycheproof_testvectors/rsa_pss_3072_sha256_mgf1_32_test.txt
157 third_party/wycheproof_testvectors/rsa_pss_4096_sha256_mgf1_32_test.txt
158 third_party/wycheproof_testvectors/rsa_pss_4096_sha512_mgf1_32_test.txt
159 third_party/wycheproof_testvectors/rsa_pss_misc_test.txt
Tobias Thierer43be7d22020-03-02 19:23:34 +0000160 third_party/wycheproof_testvectors/rsa_sig_gen_misc_test.txt
161 third_party/wycheproof_testvectors/rsa_signature_2048_sha224_test.txt
162 third_party/wycheproof_testvectors/rsa_signature_2048_sha256_test.txt
163 third_party/wycheproof_testvectors/rsa_signature_2048_sha384_test.txt
164 third_party/wycheproof_testvectors/rsa_signature_2048_sha512_test.txt
165 third_party/wycheproof_testvectors/rsa_signature_3072_sha256_test.txt
166 third_party/wycheproof_testvectors/rsa_signature_3072_sha384_test.txt
167 third_party/wycheproof_testvectors/rsa_signature_3072_sha512_test.txt
168 third_party/wycheproof_testvectors/rsa_signature_4096_sha384_test.txt
169 third_party/wycheproof_testvectors/rsa_signature_4096_sha512_test.txt
Adam Vartanianbfcf3a72018-08-10 14:55:24 +0100170 third_party/wycheproof_testvectors/rsa_signature_test.txt
171 third_party/wycheproof_testvectors/x25519_test.txt
Tobias Thierer43be7d22020-03-02 19:23:34 +0000172 third_party/wycheproof_testvectors/xchacha20_poly1305_test.txt
Robert Sloan8ff03552017-06-14 12:40:58 -0700173)