1 file changed
+1
-1
lines changed- .github/docker_images/gcc-4.8/Dockerfile+20
- .github/docker_images/gcc-4.8/awslc_build.sh+18
- .github/docker_images/gcc-4.8/entry.sh+8
- .github/workflows/actions-ci.yml+14
- .github/workflows/integrations.yml+14
- .github/workflows/windows-alt.yml+45-6
- CMakeLists.txt+15-7
- crypto/CMakeLists.txt+51
- crypto/cipher_extra/e_des.c+7-7
- crypto/constant_time_test.cc+30
- crypto/curve25519/internal.h+1-1
- crypto/des/des.c+65-3
- crypto/des/des_test.cc+50
- crypto/dh_extra/dh_test.cc+21
- crypto/ec_extra/ec_asn1.c+50
- crypto/fipsmodule/CMakeLists.txt+8-1
- crypto/fipsmodule/aes/asm/aesni-xts-avx512.pl+5-1
- crypto/fipsmodule/bn/asm/x86_64-mont.pl+15-1
- crypto/fipsmodule/bn/asm/x86_64-mont5.pl+13-1
- crypto/fipsmodule/cpucap/cpu_arm_freebsd.c+2
- crypto/fipsmodule/cpucap/cpu_arm_linux.c+4
- crypto/fipsmodule/cpucap/cpu_ppc64le.c+4
- crypto/fipsmodule/dh/check.c+2-25
- crypto/fipsmodule/ec/asm/p256-x86_64-asm.pl+52-2
- crypto/fipsmodule/ec/ec.c+9
- crypto/fipsmodule/ec/ec_nistp.c+143-59
- crypto/fipsmodule/ec/ec_nistp.h+54-18
- crypto/fipsmodule/ec/ec_test.cc+135-58
- crypto/fipsmodule/ec/p256.c+13-11
- crypto/fipsmodule/ec/p384.c+35-75
- crypto/fipsmodule/ec/p521.c+35-74
- crypto/fipsmodule/hmac/hmac.c+9
- crypto/fipsmodule/modes/asm/aesni-gcm-avx512.pl+5-1
- crypto/fipsmodule/modes/asm/aesv8-gcm-armv8.pl+16-51
- crypto/fipsmodule/modes/gcm.c+5-3
- crypto/fipsmodule/modes/internal.h+2
- crypto/fipsmodule/service_indicator/service_indicator_test.cc+2-2
- crypto/hmac_extra/hmac_test.cc+25
- crypto/internal.h+21
- generated-src/ios-aarch64/crypto/fipsmodule/aesv8-gcm-armv8.S+16-51
- generated-src/linux-aarch64/crypto/fipsmodule/aesv8-gcm-armv8.S+16-51
- generated-src/linux-x86_64/crypto/fipsmodule/aesni-gcm-avx512.S+2
- generated-src/linux-x86_64/crypto/fipsmodule/aesni-xts-avx512.S+2
- generated-src/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S+36-1
- generated-src/linux-x86_64/crypto/fipsmodule/x86_64-mont.S+10
- generated-src/linux-x86_64/crypto/fipsmodule/x86_64-mont5.S+8
- generated-src/mac-x86_64/crypto/fipsmodule/aesni-gcm-avx512.S+2
- generated-src/mac-x86_64/crypto/fipsmodule/aesni-xts-avx512.S+2
- generated-src/mac-x86_64/crypto/fipsmodule/p256-x86_64-asm.S+36-1
- generated-src/mac-x86_64/crypto/fipsmodule/x86_64-mont.S+10
- generated-src/mac-x86_64/crypto/fipsmodule/x86_64-mont5.S+8
- generated-src/win-aarch64/crypto/fipsmodule/aesv8-gcm-armv8.S+16-51
- generated-src/win-x86_64/crypto/fipsmodule/aesni-xts-avx512.asm+2
- generated-src/win-x86_64/crypto/fipsmodule/p256-x86_64-asm.asm+48-1
- generated-src/win-x86_64/crypto/fipsmodule/x86_64-mont.asm+14
- generated-src/win-x86_64/crypto/fipsmodule/x86_64-mont5.asm+12
- include/openssl/base.h+1-1
- include/openssl/des.h+16-5
- include/openssl/ec.h+40-12
- include/openssl/opensslconf.h-5
- include/openssl/ssl.h+39-13
- ssl/extensions.cc+10-7
- ssl/internal.h+5
- ssl/ssl_lib.cc+37-22
- ssl/ssl_test.cc+36-1
- tests/ci/cdk/cdk/ssm/general_test_run_ssm_document.yaml+5-2
- tests/ci/integration/python_patch/3.13/aws-lc-cpython.patch+1-1
- tests/ci/integration/python_patch/main/aws-lc-cpython.patch-121
- tests/ci/integration/run_accp_integration.sh+29
- tests/ci/run_posix_tests.sh+5-2
- tests/docker_images/gcc/4.8/Dockerfile+17
- tests/docker_images/gcc/build_images.sh+28
- tool-openssl/CMakeLists.txt+55
- tool-openssl/README.md+8
- tool-openssl/internal.h+21
- tool-openssl/tool.cc+113
- tool-openssl/x509.cc+74
- tool-openssl/x509_test.cc+105
- util/all_tests.json+5
- util/build_compilation_database.sh+2-2
- util/fipstools/acvp/acvptool/subprocess/hash.go+44-19
- util/fipstools/acvp/acvptool/test/expected/SHAKE-128.bz2
- util/fipstools/acvp/acvptool/test/expected/SHAKE-256.bz2
- util/fipstools/acvp/acvptool/test/vectors/SHAKE-128.bz2
- util/fipstools/acvp/acvptool/test/vectors/SHAKE-256.bz2
- util/fipstools/acvp/modulewrapper/modulewrapper.cc+55-33
- util/fipstools/test_fips.c+3-3
0 commit comments