David Benjamin | 3ecd0a5 | 2017-05-19 15:26:18 -0400 | [diff] [blame] | 1 | # 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 | |
| 6 | set( |
| 7 | CRYPTO_TEST_DATA |
| 8 | |
David Benjamin | 6757fbf | 2017-05-24 00:50:35 -0400 | [diff] [blame] | 9 | 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 Valdez | f16cd42 | 2018-02-13 13:39:42 -0500 | [diff] [blame] | 12 | crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt |
David Benjamin | f8058d4 | 2018-03-01 19:11:14 -0500 | [diff] [blame] | 13 | crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt |
David Benjamin | 6757fbf | 2017-05-24 00:50:35 -0400 | [diff] [blame] | 14 | 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 Benjamin | 6757fbf | 2017-05-24 00:50:35 -0400 | [diff] [blame] | 17 | 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 |
| 25 | crypto/cipher_extra/test/cipher_tests.txt |
David Benjamin | 6757fbf | 2017-05-24 00:50:35 -0400 | [diff] [blame] | 26 | crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_implicit_iv_tests.txt |
| 27 | crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_tests.txt |
| 28 | crypto/cipher_extra/test/nist_cavp/aes_128_cbc.txt |
| 29 | crypto/cipher_extra/test/nist_cavp/aes_128_ctr.txt |
| 30 | crypto/cipher_extra/test/nist_cavp/aes_128_gcm.txt |
| 31 | crypto/cipher_extra/test/nist_cavp/aes_192_cbc.txt |
| 32 | crypto/cipher_extra/test/nist_cavp/aes_192_ctr.txt |
| 33 | crypto/cipher_extra/test/nist_cavp/aes_256_cbc.txt |
| 34 | crypto/cipher_extra/test/nist_cavp/aes_256_ctr.txt |
| 35 | crypto/cipher_extra/test/nist_cavp/aes_256_gcm.txt |
| 36 | crypto/cipher_extra/test/nist_cavp/tdes_cbc.txt |
| 37 | crypto/cipher_extra/test/nist_cavp/tdes_ecb.txt |
David Benjamin | 8c2e828 | 2017-05-22 16:33:29 -0400 | [diff] [blame] | 38 | crypto/curve25519/ed25519_tests.txt |
David Benjamin | 9db1a00 | 2018-05-14 11:40:56 -0400 | [diff] [blame] | 39 | crypto/cmac/cavp_3des_cmac_tests.txt |
| 40 | crypto/cmac/cavp_aes128_cmac_tests.txt |
| 41 | crypto/cmac/cavp_aes192_cmac_tests.txt |
| 42 | crypto/cmac/cavp_aes256_cmac_tests.txt |
David Benjamin | 6757fbf | 2017-05-24 00:50:35 -0400 | [diff] [blame] | 43 | crypto/ecdh/ecdh_tests.txt |
David Benjamin | 16c3f06 | 2017-06-08 16:00:10 -0400 | [diff] [blame] | 44 | crypto/evp/evp_tests.txt |
David Benjamin | b529253 | 2017-06-09 19:27:37 -0400 | [diff] [blame] | 45 | crypto/evp/scrypt_tests.txt |
David Benjamin | 3ecd0a5 | 2017-05-19 15:26:18 -0400 | [diff] [blame] | 46 | crypto/fipsmodule/aes/aes_tests.txt |
David Benjamin | 6758d04 | 2017-06-04 15:37:23 -0400 | [diff] [blame] | 47 | crypto/fipsmodule/bn/bn_tests.txt |
David Benjamin | 50418af | 2018-03-23 16:24:43 -0400 | [diff] [blame] | 48 | crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt |
David Benjamin | 656aa9a | 2017-06-08 20:04:08 -0400 | [diff] [blame] | 49 | crypto/fipsmodule/ec/p256-x86_64_tests.txt |
David Benjamin | d91e1ef | 2017-06-06 10:22:22 -0400 | [diff] [blame] | 50 | crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt |
| 51 | crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt |
David Benjamin | 6757fbf | 2017-05-24 00:50:35 -0400 | [diff] [blame] | 52 | crypto/fipsmodule/modes/gcm_tests.txt |
| 53 | crypto/fipsmodule/rand/ctrdrbg_vectors.txt |
| 54 | crypto/hmac_extra/hmac_tests.txt |
| 55 | crypto/poly1305/poly1305_tests.txt |
David Benjamin | 4015000 | 2017-09-18 18:22:01 -0400 | [diff] [blame] | 56 | crypto/x509/many_constraints.pem |
| 57 | crypto/x509/many_names1.pem |
| 58 | crypto/x509/many_names2.pem |
| 59 | crypto/x509/many_names3.pem |
| 60 | crypto/x509/some_names1.pem |
| 61 | crypto/x509/some_names2.pem |
| 62 | crypto/x509/some_names3.pem |
David Benjamin | bf33114 | 2018-05-07 14:19:34 -0400 | [diff] [blame] | 63 | third_party/wycheproof_testvectors/aes_cbc_pkcs5_test.txt |
David Benjamin | 62abceb | 2018-05-14 12:38:29 -0400 | [diff] [blame] | 64 | third_party/wycheproof_testvectors/aes_cmac_test.txt |
David Benjamin | bf33114 | 2018-05-07 14:19:34 -0400 | [diff] [blame] | 65 | third_party/wycheproof_testvectors/aes_gcm_siv_test.txt |
| 66 | third_party/wycheproof_testvectors/aes_gcm_test.txt |
| 67 | third_party/wycheproof_testvectors/chacha20_poly1305_test.txt |
| 68 | third_party/wycheproof_testvectors/dsa_test.txt |
| 69 | third_party/wycheproof_testvectors/ecdh_test.txt |
| 70 | third_party/wycheproof_testvectors/ecdsa_secp224r1_sha224_test.txt |
| 71 | third_party/wycheproof_testvectors/ecdsa_secp224r1_sha256_test.txt |
| 72 | third_party/wycheproof_testvectors/ecdsa_secp256r1_sha256_test.txt |
| 73 | third_party/wycheproof_testvectors/ecdsa_secp384r1_sha384_test.txt |
| 74 | third_party/wycheproof_testvectors/ecdsa_secp384r1_sha512_test.txt |
| 75 | third_party/wycheproof_testvectors/ecdsa_secp521r1_sha512_test.txt |
| 76 | third_party/wycheproof_testvectors/eddsa_test.txt |
| 77 | third_party/wycheproof_testvectors/kw_test.txt |
| 78 | third_party/wycheproof_testvectors/rsa_signature_test.txt |
| 79 | third_party/wycheproof_testvectors/x25519_test.txt |
David Benjamin | 3ecd0a5 | 2017-05-19 15:26:18 -0400 | [diff] [blame] | 80 | ) |