aboutsummaryrefslogtreecommitdiff
path: root/build.json
diff options
context:
space:
mode:
authorBob Beck <bbe@google.com>2024-05-29 19:42:44 +0000
committerDavid Benjamin <davidben@google.com>2024-05-29 19:46:19 +0000
commited3f05a6794adfd39937d0027afefad8f6afcae9 (patch)
tree7abedeab14ba6df08a2899793dde4c344ff12b03 /build.json
parent4a7815c94077eebb3546fc287d1fa0e1356a2cd0 (diff)
downloadboringssl-ed3f05a6794adfd39937d0027afefad8f6afcae9.zip
boringssl-ed3f05a6794adfd39937d0027afefad8f6afcae9.tar.gz
boringssl-ed3f05a6794adfd39937d0027afefad8f6afcae9.tar.bz2
Revert "Also extract the test data files from bcm"
This reverts commit 5326e94dd188beba0a5e536b1d2723aee65bd85d. Change-Id: Ieb7fafaf9ca553330620f3f5c30fb69d54bdb8aa Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/68808 Reviewed-by: David Benjamin <davidben@google.com> Commit-Queue: David Benjamin <davidben@google.com> Auto-Submit: Bob Beck <bbe@google.com>
Diffstat (limited to 'build.json')
-rw-r--r--build.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/build.json b/build.json
index 6bd2216..c6d3bf6 100644
--- a/build.json
+++ b/build.json
@@ -857,26 +857,26 @@
],
"data": [
"crypto/blake2/blake2b256_tests.txt",
- "crypto/cipher_extra/aes_tests.txt",
- "crypto/cipher_extra/cavp_3des_cmac_tests.txt",
- "crypto/cipher_extra/cavp_aes128_cmac_tests.txt",
- "crypto/cipher_extra/cavp_aes192_cmac_tests.txt",
- "crypto/cipher_extra/cavp_aes256_cmac_tests.txt",
"crypto/cipher_extra/test/*.txt",
"crypto/cipher_extra/test/nist_cavp/*.txt",
"crypto/curve25519/ed25519_tests.txt",
"crypto/dilithium/dilithium_tests.txt",
"crypto/dilithium/edge_cases_draft_dilithium3_sign.txt",
"crypto/dilithium/edge_cases_draft_dilithium3_verify.txt",
- "crypto/ec_extra/ec_scalar_base_mult_tests.txt",
"crypto/ec_extra/p256-nistz_tests.txt",
- "crypto/ecdsa_extra/ecdsa_sign_tests.txt",
- "crypto/ecdsa_extra/ecdsa_verify_tests.txt",
"crypto/ecdh_extra/ecdh_tests.txt",
"crypto/evp/evp_tests.txt",
"crypto/evp/scrypt_tests.txt",
- "crypto/bn_extra/test/*.txt",
- "crypto/cipher_extra/gcm_tests.txt",
+ "crypto/fipsmodule/aes/aes_tests.txt",
+ "crypto/fipsmodule/bn/test/*.txt",
+ "crypto/fipsmodule/cmac/cavp_3des_cmac_tests.txt",
+ "crypto/fipsmodule/cmac/cavp_aes128_cmac_tests.txt",
+ "crypto/fipsmodule/cmac/cavp_aes192_cmac_tests.txt",
+ "crypto/fipsmodule/cmac/cavp_aes256_cmac_tests.txt",
+ "crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt",
+ "crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt",
+ "crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt",
+ "crypto/fipsmodule/modes/gcm_tests.txt",
"crypto/hmac_extra/hmac_tests.txt",
"crypto/hpke/hpke_test_vectors.txt",
"crypto/keccak/keccak_tests.txt",