0648129566
The changes to delocate.go are needed because modes/ does things like return the address of a module function. Both of these need to be changed from referencing the GOT to using local symbols. Rather than testing whether |ghash| is |gcm_ghash_avx|, we can just keep that information in a flag. The test for |aesni_ctr32_encrypt_blocks| is more problematic, but I believe that it's superfluous and can be dropped: if you passed in a stream function that was semantically different from |aesni_ctr32_encrypt_blocks| you would already have a bug because |CRYPTO_gcm128_[en|de]crypt_ctr32| will handle a block at the end themselves, and assume a big-endian, 32-bit counter anyway. Change-Id: I68a84ebdab6c6006e11e9467e3362d7585461385 Reviewed-on: https://boringssl-review.googlesource.com/15064 Reviewed-by: Adam Langley <agl@google.com>
64 lines
4.1 KiB
JSON
64 lines
4.1 KiB
JSON
[
|
|
["crypto/fipsmodule/aes_test", "crypto/fipsmodule/aes/aes_tests.txt"],
|
|
["crypto/bn/bn_test", "crypto/bn/bn_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-128-gcm", "crypto/cipher/test/aes_128_gcm_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-256-gcm", "crypto/cipher/test/aes_256_gcm_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-128-gcm-siv", "crypto/cipher/test/aes_128_gcm_siv_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-256-gcm-siv", "crypto/cipher/test/aes_256_gcm_siv_tests.txt"],
|
|
["crypto/cipher/aead_test", "chacha20-poly1305", "crypto/cipher/test/chacha20_poly1305_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-128-cbc-sha1-tls", "crypto/cipher/test/aes_128_cbc_sha1_tls_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-128-cbc-sha1-tls-implicit-iv", "crypto/cipher/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-128-cbc-sha256-tls", "crypto/cipher/test/aes_128_cbc_sha256_tls_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-256-cbc-sha1-tls", "crypto/cipher/test/aes_256_cbc_sha1_tls_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-256-cbc-sha1-tls-implicit-iv", "crypto/cipher/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-256-cbc-sha256-tls", "crypto/cipher/test/aes_256_cbc_sha256_tls_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-256-cbc-sha384-tls", "crypto/cipher/test/aes_256_cbc_sha384_tls_tests.txt"],
|
|
["crypto/cipher/aead_test", "des-ede3-cbc-sha1-tls", "crypto/cipher/test/des_ede3_cbc_sha1_tls_tests.txt"],
|
|
["crypto/cipher/aead_test", "des-ede3-cbc-sha1-tls-implicit-iv", "crypto/cipher/test/des_ede3_cbc_sha1_tls_implicit_iv_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-128-cbc-sha1-ssl3", "crypto/cipher/test/aes_128_cbc_sha1_ssl3_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-256-cbc-sha1-ssl3", "crypto/cipher/test/aes_256_cbc_sha1_ssl3_tests.txt"],
|
|
["crypto/cipher/aead_test", "des-ede3-cbc-sha1-ssl3", "crypto/cipher/test/des_ede3_cbc_sha1_ssl3_tests.txt"],
|
|
["crypto/cipher/aead_test", "aes-128-ctr-hmac-sha256", "crypto/cipher/test/aes_128_ctr_hmac_sha256.txt"],
|
|
["crypto/cipher/aead_test", "aes-256-ctr-hmac-sha256", "crypto/cipher/test/aes_256_ctr_hmac_sha256.txt"],
|
|
["crypto/cipher/cipher_test", "crypto/cipher/test/cipher_tests.txt"],
|
|
["crypto/cipher/cipher_test", "crypto/cipher/test/nist_cavp/aes_128_cbc.txt"],
|
|
["crypto/cipher/cipher_test", "crypto/cipher/test/nist_cavp/aes_192_cbc.txt"],
|
|
["crypto/cipher/cipher_test", "crypto/cipher/test/nist_cavp/aes_256_cbc.txt"],
|
|
["crypto/cipher/cipher_test", "crypto/cipher/test/nist_cavp/aes_128_ctr.txt"],
|
|
["crypto/cipher/cipher_test", "crypto/cipher/test/nist_cavp/aes_192_ctr.txt"],
|
|
["crypto/cipher/cipher_test", "crypto/cipher/test/nist_cavp/aes_256_ctr.txt"],
|
|
["crypto/cipher/cipher_test", "crypto/cipher/test/nist_cavp/tdes_cbc.txt"],
|
|
["crypto/cipher/cipher_test", "crypto/cipher/test/nist_cavp/tdes_ecb.txt"],
|
|
["crypto/cmac/cmac_test"],
|
|
["crypto/crypto_test"],
|
|
["crypto/curve25519/ed25519_test", "crypto/curve25519/ed25519_tests.txt"],
|
|
["crypto/curve25519/spake25519_test"],
|
|
["crypto/digest_extra/digest_test"],
|
|
["crypto/ec/example_mul"],
|
|
["crypto/ec/p256-x86_64_test", "crypto/ec/p256-x86_64_tests.txt"],
|
|
["crypto/ecdh/ecdh_test", "crypto/ecdh/ecdh_tests.txt"],
|
|
["crypto/ecdsa/ecdsa_sign_test", "crypto/ecdsa/ecdsa_sign_tests.txt"],
|
|
["crypto/ecdsa/ecdsa_test"],
|
|
["crypto/ecdsa/ecdsa_verify_test", "crypto/ecdsa/ecdsa_verify_tests.txt"],
|
|
["crypto/evp/evp_test", "crypto/evp/evp_tests.txt"],
|
|
["crypto/evp/pbkdf_test"],
|
|
["crypto/hkdf/hkdf_test"],
|
|
["crypto/hmac_extra/hmac_test", "crypto/hmac_extra/hmac_tests.txt"],
|
|
["crypto/lhash/lhash_test"],
|
|
["crypto/fipsmodule/gcm_test"],
|
|
["crypto/obj/obj_test"],
|
|
["crypto/pkcs7/pkcs7_test"],
|
|
["crypto/pkcs8/pkcs12_test"],
|
|
["crypto/pkcs8/pkcs8_test"],
|
|
["crypto/poly1305/poly1305_test", "crypto/poly1305/poly1305_tests.txt"],
|
|
["crypto/pool/pool_test"],
|
|
["crypto/rand/ctrdrbg_vector_test", "crypto/rand/ctrdrbg_vectors.txt"],
|
|
["crypto/refcount_test"],
|
|
["crypto/thread_test"],
|
|
["crypto/x509/x509_test"],
|
|
["crypto/x509v3/tab_test"],
|
|
["crypto/x509v3/v3name_test"],
|
|
["decrepit/decrepit_test"],
|
|
["ssl/ssl_test"]
|
|
]
|