Skip to content

Commit

Permalink
aws-lc-sys: latest on main
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Jan 14, 2025
1 parent 121245c commit eebe785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-lc-sys/aws-lc
Submodule aws-lc updated 76 files
+18 −0 .github/workflows/actions-ci.yml
+5 −12 crypto/CMakeLists.txt
+3 −3 crypto/evp_extra/evp_asn1.c
+0 −6 crypto/evp_extra/evp_extra_test.cc
+2 −3 crypto/evp_extra/internal.h
+2 −3 crypto/evp_extra/p_methods.c
+28 −26 crypto/evp_extra/p_pqdsa.c
+4 −4 crypto/evp_extra/p_pqdsa_asn1.c
+5 −18 crypto/evp_extra/p_pqdsa_test.cc
+2 −12 crypto/evp_extra/print.c
+0 −6 crypto/fipsmodule/bcm.c
+0 −3 crypto/fipsmodule/evp/evp_ctx.c
+2 −11 crypto/fipsmodule/evp/internal.h
+1 −1 crypto/fipsmodule/ml_kem/ml_kem_ref/symmetric-shake.c
+16 −16 crypto/fipsmodule/sha/asm/keccak1600-armv8.pl
+21 −25 crypto/fipsmodule/sha/internal.h
+15 −15 crypto/fipsmodule/sha/keccak1600.c
+4 −4 crypto/fipsmodule/sha/sha3.c
+1 −1 crypto/fipsmodule/sha/sha3_test.cc
+0 −0 crypto/ml_dsa/kat/MLDSA_44_hedged_pure.txt
+0 −0 crypto/ml_dsa/kat/MLDSA_65_hedged_pure.txt
+0 −0 crypto/ml_dsa/kat/MLDSA_87_hedged_pure.txt
+10 −10 crypto/ml_dsa/ml_dsa.c
+0 −0 crypto/ml_dsa/ml_dsa.h
+0 −0 crypto/ml_dsa/ml_dsa_ref/README.md
+0 −0 crypto/ml_dsa/ml_dsa_ref/ntt.c
+0 −0 crypto/ml_dsa/ml_dsa_ref/ntt.h
+0 −0 crypto/ml_dsa/ml_dsa_ref/packing.c
+0 −0 crypto/ml_dsa/ml_dsa_ref/packing.h
+0 −0 crypto/ml_dsa/ml_dsa_ref/params.c
+1 −1 crypto/ml_dsa/ml_dsa_ref/params.h
+11 −11 crypto/ml_dsa/ml_dsa_ref/poly.c
+0 −0 crypto/ml_dsa/ml_dsa_ref/poly.h
+0 −0 crypto/ml_dsa/ml_dsa_ref/polyvec.c
+0 −0 crypto/ml_dsa/ml_dsa_ref/polyvec.h
+0 −0 crypto/ml_dsa/ml_dsa_ref/reduce.c
+0 −0 crypto/ml_dsa/ml_dsa_ref/reduce.h
+0 −0 crypto/ml_dsa/ml_dsa_ref/rounding.c
+0 −0 crypto/ml_dsa/ml_dsa_ref/rounding.h
+0 −0 crypto/ml_dsa/ml_dsa_ref/sign.c
+0 −0 crypto/ml_dsa/ml_dsa_ref/sign.h
+0 −0 crypto/pqdsa/internal.h
+61 −62 crypto/pqdsa/pqdsa.c
+5 −13 crypto/x509/algorithm.c
+1 −8 crypto/x509/x509_test.cc
+984 −984 generated-src/crypto_test_data.cc
+12 −12 generated-src/ios-aarch64/crypto/fipsmodule/keccak1600-armv8.S
+20 −20 generated-src/linux-aarch64/crypto/fipsmodule/keccak1600-armv8.S
+12 −12 generated-src/win-aarch64/crypto/fipsmodule/keccak1600-armv8.S
+0 −6 include/openssl/evp.h
+0 −6 include/openssl/pem.h
+3 −3 sources.cmake
+1 −2 tests/ci/cdk/cdk/ssm/windows_docker_build_ssm_document.yaml
+101 −43 tests/ci/cdk/cdk/windows_docker_image_build_stack.py
+17 −12 tests/ci/docker_images/dependencies/build_cryptofuzz_modules.sh
+1 −1 tests/ci/docker_images/linux-aarch/ubuntu-22.04_base/Dockerfile
+1 −1 tests/ci/docker_images/linux-x86/amazonlinux-2023_base/Dockerfile
+2 −2 tests/ci/docker_images/linux-x86/amazonlinux-2_gcc-7x-intel-sde/Dockerfile
+2 −0 tests/ci/docker_images/linux-x86/centos-7_gcc-4x/Dockerfile
+1 −1 tests/ci/docker_images/linux-x86/ubuntu-22.04_base/Dockerfile
+2 −2 tests/ci/docker_images/linux-x86/ubuntu-22.04_clang-14x-sde/Dockerfile
+2 −2 tests/ci/docker_images/windows/vs2017/Dockerfile
+2 −1 tests/ci/run_benchmark_build_tests.sh
+46 −0 tests/ci/run_x509_limbo.sh
+6 −6 tests/ci/setup.py
+1 −0 tests/ci/x509/limbo-report/.gitignore
+15 −0 tests/ci/x509/limbo-report/Makefile
+122 −0 tests/ci/x509/limbo-report/annotate.go
+310 −0 tests/ci/x509/limbo-report/diff.go
+5 −0 tests/ci/x509/limbo-report/go.mod
+2 −0 tests/ci/x509/limbo-report/go.sum
+271 −0 tests/ci/x509/limbo-report/limbo.go
+49 −0 tests/ci/x509/limbo-report/main.go
+931 −0 tests/ci/x509/limbo-report/main_test.go
+33,252 −0 tests/ci/x509/x509-limbo.patch
+3 −3 tool/speed.cc

0 comments on commit eebe785

Please sign in to comment.