Skip to content

Commit

Permalink
Prepare aws-lc-sys 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Nov 5, 2024
1 parent 0ac767f commit d34affe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion aws-lc-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ fips = ["dep:aws-lc-fips-sys"]

[dependencies]
untrusted = { version = "0.7.1", optional = true }
aws-lc-sys = { version = "0.22.0", path = "../aws-lc-sys", optional = true }
aws-lc-sys = { version = "0.23.0", path = "../aws-lc-sys", optional = true }
aws-lc-fips-sys = { version = "0.12.0", path = "../aws-lc-fips-sys", optional = true }
zeroize = "1.7"
mirai-annotations = "1.12.0"
Expand Down
4 changes: 2 additions & 2 deletions aws-lc-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "aws-lc-sys"
description = "AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. It іs based on code from the Google BoringSSL project and the OpenSSL project."
version = "0.22.0"
links = "aws_lc_0_22_0"
version = "0.23.0"
links = "aws_lc_0_23_0"
authors = ["AWS-LC"]
edition = "2021"
repository = "https://github.com/aws/aws-lc-rs"
Expand Down
2 changes: 1 addition & 1 deletion aws-lc-sys/aws-lc
Submodule aws-lc updated 99 files
+25 −0 .github/docker_images/alpine-linux/Dockerfile
+27 −0 .github/workflows/actions-ci.yml
+5 −9 CMakeLists.txt
+23 −0 cmake/JoinPaths.cmake
+1 −3 crypto/CMakeLists.txt
+9 −23 crypto/chacha/asm/chacha-x86.pl
+1 −1 crypto/chacha/chacha.c
+0 −3 crypto/chacha/chacha_test.cc
+19 −15 crypto/chacha/internal.h
+0 −26 crypto/dilithium/dilithium3r3_ref.c
+0 −902 crypto/dilithium/kat/dilithium3_r3.txt
+902 −0 crypto/dilithium/kat/mldsa65.txt
+4 −4 crypto/dilithium/p_dilithium3.c
+1 −1 crypto/dilithium/p_dilithium3_asn1.c
+89 −65 crypto/dilithium/p_dilithium_test.cc
+22 −0 crypto/dilithium/pqcrystals_dilithium_ref_common/README.md
+0 −203 crypto/dilithium/pqcrystals_dilithium_ref_common/api.h
+0 −32 crypto/dilithium/pqcrystals_dilithium_ref_common/config.h
+0 −2 crypto/dilithium/pqcrystals_dilithium_ref_common/ntt.h
+74 −61 crypto/dilithium/pqcrystals_dilithium_ref_common/packing.c
+25 −15 crypto/dilithium/pqcrystals_dilithium_ref_common/packing.h
+86 −0 crypto/dilithium/pqcrystals_dilithium_ref_common/params.c
+39 −59 crypto/dilithium/pqcrystals_dilithium_ref_common/params.h
+227 −193 crypto/dilithium/pqcrystals_dilithium_ref_common/poly.c
+33 −38 crypto/dilithium/pqcrystals_dilithium_ref_common/poly.h
+159 −81 crypto/dilithium/pqcrystals_dilithium_ref_common/polyvec.c
+85 −63 crypto/dilithium/pqcrystals_dilithium_ref_common/polyvec.h
+0 −4 crypto/dilithium/pqcrystals_dilithium_ref_common/reduce.h
+36 −28 crypto/dilithium/pqcrystals_dilithium_ref_common/rounding.c
+3 −7 crypto/dilithium/pqcrystals_dilithium_ref_common/rounding.h
+148 −106 crypto/dilithium/pqcrystals_dilithium_ref_common/sign.c
+13 −13 crypto/dilithium/pqcrystals_dilithium_ref_common/sign.h
+5 −6 crypto/dilithium/pqcrystals_dilithium_ref_common/symmetric.h
+21 −19 crypto/dilithium/sig_dilithium.h
+35 −13 crypto/dilithium/sig_dilithium3.c
+433 −344 crypto/evp_extra/evp_extra_test.cc
+69 −4 crypto/evp_extra/p_dh.c
+6 −2 crypto/fipsmodule/CMakeLists.txt
+5 −5 crypto/fipsmodule/FIPS.md
+1 −1 crypto/fipsmodule/aes/asm/vpaes-x86.pl
+1 −2 crypto/fipsmodule/bn/asm/bn-586.pl
+1 −2 crypto/fipsmodule/bn/asm/x86-mont.pl
+102 −29 crypto/fipsmodule/ec/ec.c
+7 −0 crypto/fipsmodule/ec/ec_key.c
+241 −60 crypto/fipsmodule/ec/ec_test.cc
+15 −2 crypto/fipsmodule/ec/internal.h
+46 −8 crypto/fipsmodule/evp/evp_ctx.c
+28 −0 crypto/fipsmodule/evp/evp_ctx_test.cc
+23 −0 crypto/fipsmodule/evp/internal.h
+15 −3 crypto/fipsmodule/evp/p_rsa.c
+29 −0 crypto/fipsmodule/ml_kem/ml_kem_ref/indcpa.c
+14 −0 crypto/fipsmodule/ml_kem/ml_kem_ref/kem.c
+3 −3 crypto/fipsmodule/modes/asm/ghash-x86.pl
+ crypto/fipsmodule/policydocs/140sp4631.pdf
+ crypto/fipsmodule/policydocs/140sp4759.pdf
+ crypto/fipsmodule/policydocs/140sp4816.pdf
+ crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx
+ crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx
+ crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx
+ crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx
+ crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx
+2 −2 crypto/fipsmodule/service_indicator/service_indicator_test.cc
+2 −5 crypto/fipsmodule/sha/asm/sha1-586.pl
+2 −3 crypto/fipsmodule/sha/asm/sha256-586.pl
+2 −3 crypto/fipsmodule/sha/asm/sha512-586.pl
+2 −0 crypto/x509/internal.h
+6 −1 crypto/x509/v3_purp.c
+191 −113 crypto/x509/x509_test.cc
+14 −0 crypto/x509/x509_vfy.c
+314 −313 generated-src/crypto_test_data.cc
+48 −60 generated-src/linux-x86/crypto/chacha/chacha-x86.S
+44 −60 generated-src/mac-x86/crypto/chacha/chacha-x86.S
+42 −56 generated-src/win-x86/crypto/chacha/chacha-x86.asm
+2 −2 include/openssl/base.h
+78 −30 include/openssl/ec.h
+51 −15 include/openssl/evp.h
+3 −3 include/openssl/experimental/kem_deterministic_api.h
+7 −0 include/openssl/pem.h
+15 −13 include/openssl/ssl.h
+2 −2 include/openssl/tls1.h
+84 −76 include/openssl/x509.h
+2 −2 pkgconfig/libcrypto.pc.in
+2 −2 pkgconfig/libssl.pc.in
+2 −2 pkgconfig/openssl.pc.in
+1 −1 sources.cmake
+2 −2 ssl/extensions.cc
+4 −7 ssl/internal.h
+6 −6 ssl/ssl_cert.cc
+1 −1 ssl/test/runner/common.go
+1 −1 ssl/test/runner/handshake_client.go
+11 −11 ssl/test/runner/handshake_messages.go
+12 −12 ssl/test/runner/runner.go
+10 −0 tests/ci/cdk/cdk/codebuild/github_ci_linux_arm_omnibus.yaml
+14 −10 tests/ci/common_posix_setup.sh
+10 −6 tests/ci/run_benchmark_build_tests.sh
+80 −74 third_party/s2n-bignum/include/s2n-bignum_aws-lc.h
+4 −2 tool/speed.cc
+1 −1 util/fipstools/acvp/modulewrapper/modulewrapper.cc
+3 −3 util/generate_build_files.py

0 comments on commit d34affe

Please sign in to comment.