CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/06/10 06:28:02
Modified files:
security/boringssl/head: Makefile
security/boringssl/fips: Makefile
Added files:
security/boringssl/head/patches:
patch-crypto_chacha_asm_chacha-x86_64_pl
patch-crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl
patch-crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl
patch-crypto_fipsmodule_aes_asm_aesni-x86_64_pl
patch-crypto_fipsmodule_aes_asm_vpaes-x86_64_pl
patch-crypto_fipsmodule_bn_asm_rsaz-avx2_pl
patch-crypto_fipsmodule_bn_asm_x86_64-mont5_pl
patch-crypto_fipsmodule_bn_asm_x86_64-mont_pl
patch-crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl
patch-crypto_fipsmodule_ec_asm_p256_beeu-x86_64-asm_pl
patch-crypto_fipsmodule_md5_asm_md5-x86_64_pl
patch-crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl
patch-crypto_fipsmodule_modes_asm_ghash-ssse3-x86_64_pl
patch-crypto_fipsmodule_modes_asm_ghash-x86_64_pl
patch-crypto_fipsmodule_rand_asm_rdrand-x86_64_pl
patch-crypto_fipsmodule_sha_asm_sha1-x86_64_pl
patch-crypto_fipsmodule_sha_asm_sha512-x86_64_pl
patch-crypto_perlasm_x86_64-xlate_pl
patch-crypto_test_asm_trampoline-x86_64_pl
security/boringssl/fips/patches:
patch-crypto_chacha_asm_chacha-x86_64_pl
patch-crypto_cipher_extra_asm_aes128gcmsiv-x86_64_pl
patch-crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl
patch-crypto_fipsmodule_aes_asm_aesni-x86_64_pl
patch-crypto_fipsmodule_aes_asm_vpaes-x86_64_pl
patch-crypto_fipsmodule_bn_asm_rsaz-avx2_pl
patch-crypto_fipsmodule_bn_asm_x86_64-mont5_pl
patch-crypto_fipsmodule_bn_asm_x86_64-mont_pl
patch-crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl
patch-crypto_fipsmodule_ec_asm_p256_beeu-x86_64-asm_pl
patch-crypto_fipsmodule_md5_asm_md5-x86_64_pl
patch-crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl
patch-crypto_fipsmodule_modes_asm_ghash-ssse3-x86_64_pl
patch-crypto_fipsmodule_modes_asm_ghash-x86_64_pl
patch-crypto_fipsmodule_rand_asm_rdrand-x86_64_pl
patch-crypto_fipsmodule_sha_asm_sha1-x86_64_pl
patch-crypto_fipsmodule_sha_asm_sha512-x86_64_pl
patch-crypto_perlasm_x86_64-xlate_pl
patch-crypto_test_asm_trampoline-x86_64_pl
Log message:
Implement support for IBT by using the _CET_ENDBR macro provide by the
<cet.h> header that is provided by the compilers.
ok tb@, beck@