Skip to content

Commit

Permalink
Prepare aws-lc-sys v0.26.0 (#688)
Browse files Browse the repository at this point in the history
* Prepare aws-lc-sys v0.26.0

* Symbols from ubuntu-latest

* Symbols from macos-14-xlarge

* Symbols from macos-13

* Symbols for powerpc-unknown-linux-gnu

* Symbols for aarch64-unknown-linux-musl

* Symbols for aarch64-unknown-linux-gnu

* Symbols for powerpc64le-unknown-linux-gnu

* Symbols for i686-unknown-linux-gnu

* Symbols for armv7-unknown-linux-gnueabihf

* Symbols for arm-unknown-linux-gnueabi

* Symbols from  x86_64-pc-windows-gnu

* Symbols for x86_64-unknown-linux-musl

* Symbols from  aarch64-pc-windows-msvc

* Symbols from  i686-pc-windows-msvc

* Symbols from  x86_64-pc-windows-msvc

* Generated headers

* Generated bindings from ubuntu-latest

* Generated bindings from macos-14-xlarge

* Generated bindings for x86_64-pc-windows-gnu

* Generated bindings from macos-13

* Generated bindings for aarch64-pc-windows-msvc

* Generated bindings for aarch64-linux-android

* Generated bindings for i686-pc-windows-msvc

* Generated bindings for aarch64-unknown-linux-gnu

* Generated bindings for x86_64-unknown-linux-musl

* Generated bindings for i686-unknown-linux-gnu

* Generated bindings for x86_64-pc-windows-msvc

* Generated bindings for aarch64-unknown-linux-musl

* Collected source files from macos-14-xlarge

* Collected source files from ubuntu-latest

* Collected source files from macos-13

* Collected source files for i686-unknown-linux-gnu

* Collected source files for aarch64-unknown-linux-gnu

* Collected source files for x86_64-unknown-linux-musl

* Collected source files for aarch64-unknown-linux-musl

* Collected NASM files

---------

Co-authored-by: aws-lc-sys-bindings-generator <[email protected]>
  • Loading branch information
justsmth and aws-lc-sys-bindings-generator authored Feb 6, 2025
1 parent 5225017 commit 5af71cc
Show file tree
Hide file tree
Showing 92 changed files with 37,714 additions and 33,086 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.25.0", path = "../aws-lc-sys", optional = true }
aws-lc-sys = { version = "0.26.0", path = "../aws-lc-sys", optional = true }
aws-lc-fips-sys = { version = "0.13.1", path = "../aws-lc-fips-sys", optional = true }
zeroize = "1.7"
paste = "1.0.11"
Expand Down
6 changes: 3 additions & 3 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.25.1"
links = "aws_lc_0_25_1"
version = "0.26.0"
links = "aws_lc_0_26_0"
authors = ["AWS-LC"]
edition = "2021"
repository = "https://github.com/aws/aws-lc-rs"
Expand Down Expand Up @@ -69,4 +69,4 @@ bindgen = { version = "0.69.5" }
paste = "1.0.11"

[package.metadata.aws-lc-sys]
commit-hash = "697acc6616736ad07539fda1e0726cc043e1097a"
commit-hash = "e7bd0732f4287f1ff974b6c78ee0e8873a0b586d"
2 changes: 1 addition & 1 deletion aws-lc-sys/aws-lc
Submodule aws-lc updated 209 files
7 changes: 6 additions & 1 deletion aws-lc-sys/builder/cc_builder/aarch64_apple_darwin.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Feb 3 15:16:01 UTC 2025
// Thu Feb 6 13:31:32 UTC 2025

use crate::cc_builder::Library;

Expand Down Expand Up @@ -74,6 +74,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/cipher_extra/tls_cbc.c",
"crypto/conf/conf.c",
"crypto/crypto.c",
"crypto/curve25519_extra/curve25519_extra.c",
"crypto/decrepit/bio/base64_bio.c",
"crypto/decrepit/blowfish/blowfish.c",
"crypto/decrepit/cast/cast.c",
Expand Down Expand Up @@ -108,6 +109,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/evp_extra/p_hmac_asn1.c",
"crypto/evp_extra/p_kem_asn1.c",
"crypto/evp_extra/p_methods.c",
"crypto/evp_extra/p_pqdsa.c",
"crypto/evp_extra/p_pqdsa_asn1.c",
"crypto/evp_extra/p_rsa_asn1.c",
"crypto/evp_extra/p_x25519.c",
"crypto/evp_extra/p_x25519_asn1.c",
Expand All @@ -126,6 +129,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/kyber/pqcrystals_kyber_ref_common/fips202.c",
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_dsa/ml_dsa.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down Expand Up @@ -154,6 +158,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/pkcs8/pkcs8_x509.c",
"crypto/poly1305/poly1305.c",
"crypto/pool/pool.c",
"crypto/pqdsa/pqdsa.c",
"crypto/rand_extra/forkunsafe.c",
"crypto/rand_extra/rand_extra.c",
"crypto/rc4/rc4.c",
Expand Down
9 changes: 6 additions & 3 deletions aws-lc-sys/builder/cc_builder/aarch64_unknown_linux_gnu.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Feb 3 15:21:51 UTC 2025
// Thu Feb 6 13:36:54 UTC 2025

use crate::cc_builder::Library;

Expand Down Expand Up @@ -74,6 +74,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/cipher_extra/tls_cbc.c",
"crypto/conf/conf.c",
"crypto/crypto.c",
"crypto/curve25519_extra/curve25519_extra.c",
"crypto/decrepit/bio/base64_bio.c",
"crypto/decrepit/blowfish/blowfish.c",
"crypto/decrepit/cast/cast.c",
Expand Down Expand Up @@ -108,6 +109,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/evp_extra/p_hmac_asn1.c",
"crypto/evp_extra/p_kem_asn1.c",
"crypto/evp_extra/p_methods.c",
"crypto/evp_extra/p_pqdsa.c",
"crypto/evp_extra/p_pqdsa_asn1.c",
"crypto/evp_extra/p_rsa_asn1.c",
"crypto/evp_extra/p_x25519.c",
"crypto/evp_extra/p_x25519_asn1.c",
Expand All @@ -127,6 +130,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/kyber/pqcrystals_kyber_ref_common/fips202.c",
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_dsa/ml_dsa.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down Expand Up @@ -157,12 +161,11 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/poly1305/poly1305_arm.c",
"crypto/poly1305/poly1305_vec.c",
"crypto/pool/pool.c",
"crypto/pqdsa/pqdsa.c",
"crypto/rand_extra/deterministic.c",
"crypto/rand_extra/entropy_passive.c",
"crypto/rand_extra/forkunsafe.c",
"crypto/rand_extra/fuchsia.c",
"crypto/rand_extra/rand_extra.c",
"crypto/rand_extra/trusty.c",
"crypto/rand_extra/windows.c",
"crypto/rc4/rc4.c",
"crypto/refcount_c11.c",
Expand Down
9 changes: 6 additions & 3 deletions aws-lc-sys/builder/cc_builder/aarch64_unknown_linux_musl.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Feb 3 15:22:09 UTC 2025
// Thu Feb 6 13:38:31 UTC 2025

use crate::cc_builder::Library;

Expand Down Expand Up @@ -74,6 +74,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/cipher_extra/tls_cbc.c",
"crypto/conf/conf.c",
"crypto/crypto.c",
"crypto/curve25519_extra/curve25519_extra.c",
"crypto/decrepit/bio/base64_bio.c",
"crypto/decrepit/blowfish/blowfish.c",
"crypto/decrepit/cast/cast.c",
Expand Down Expand Up @@ -108,6 +109,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/evp_extra/p_hmac_asn1.c",
"crypto/evp_extra/p_kem_asn1.c",
"crypto/evp_extra/p_methods.c",
"crypto/evp_extra/p_pqdsa.c",
"crypto/evp_extra/p_pqdsa_asn1.c",
"crypto/evp_extra/p_rsa_asn1.c",
"crypto/evp_extra/p_x25519.c",
"crypto/evp_extra/p_x25519_asn1.c",
Expand All @@ -127,6 +130,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/kyber/pqcrystals_kyber_ref_common/fips202.c",
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_dsa/ml_dsa.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down Expand Up @@ -157,12 +161,11 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/poly1305/poly1305_arm.c",
"crypto/poly1305/poly1305_vec.c",
"crypto/pool/pool.c",
"crypto/pqdsa/pqdsa.c",
"crypto/rand_extra/deterministic.c",
"crypto/rand_extra/entropy_passive.c",
"crypto/rand_extra/forkunsafe.c",
"crypto/rand_extra/fuchsia.c",
"crypto/rand_extra/rand_extra.c",
"crypto/rand_extra/trusty.c",
"crypto/rand_extra/windows.c",
"crypto/rc4/rc4.c",
"crypto/refcount_c11.c",
Expand Down
9 changes: 6 additions & 3 deletions aws-lc-sys/builder/cc_builder/i686_unknown_linux_gnu.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Feb 3 15:22:12 UTC 2025
// Thu Feb 6 13:37:12 UTC 2025

use crate::cc_builder::Library;

Expand Down Expand Up @@ -74,6 +74,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/cipher_extra/tls_cbc.c",
"crypto/conf/conf.c",
"crypto/crypto.c",
"crypto/curve25519_extra/curve25519_extra.c",
"crypto/decrepit/bio/base64_bio.c",
"crypto/decrepit/blowfish/blowfish.c",
"crypto/decrepit/cast/cast.c",
Expand Down Expand Up @@ -108,6 +109,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/evp_extra/p_hmac_asn1.c",
"crypto/evp_extra/p_kem_asn1.c",
"crypto/evp_extra/p_methods.c",
"crypto/evp_extra/p_pqdsa.c",
"crypto/evp_extra/p_pqdsa_asn1.c",
"crypto/evp_extra/p_rsa_asn1.c",
"crypto/evp_extra/p_x25519.c",
"crypto/evp_extra/p_x25519_asn1.c",
Expand All @@ -127,6 +130,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/kyber/pqcrystals_kyber_ref_common/fips202.c",
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_dsa/ml_dsa.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down Expand Up @@ -157,12 +161,11 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/poly1305/poly1305_arm.c",
"crypto/poly1305/poly1305_vec.c",
"crypto/pool/pool.c",
"crypto/pqdsa/pqdsa.c",
"crypto/rand_extra/deterministic.c",
"crypto/rand_extra/entropy_passive.c",
"crypto/rand_extra/forkunsafe.c",
"crypto/rand_extra/fuchsia.c",
"crypto/rand_extra/rand_extra.c",
"crypto/rand_extra/trusty.c",
"crypto/rand_extra/windows.c",
"crypto/rc4/rc4.c",
"crypto/refcount_c11.c",
Expand Down
7 changes: 6 additions & 1 deletion aws-lc-sys/builder/cc_builder/x86_64_apple_darwin.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Feb 3 15:17:02 UTC 2025
// Thu Feb 6 13:33:28 UTC 2025

use crate::cc_builder::Library;

Expand Down Expand Up @@ -74,6 +74,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/cipher_extra/tls_cbc.c",
"crypto/conf/conf.c",
"crypto/crypto.c",
"crypto/curve25519_extra/curve25519_extra.c",
"crypto/decrepit/bio/base64_bio.c",
"crypto/decrepit/blowfish/blowfish.c",
"crypto/decrepit/cast/cast.c",
Expand Down Expand Up @@ -108,6 +109,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/evp_extra/p_hmac_asn1.c",
"crypto/evp_extra/p_kem_asn1.c",
"crypto/evp_extra/p_methods.c",
"crypto/evp_extra/p_pqdsa.c",
"crypto/evp_extra/p_pqdsa_asn1.c",
"crypto/evp_extra/p_rsa_asn1.c",
"crypto/evp_extra/p_x25519.c",
"crypto/evp_extra/p_x25519_asn1.c",
Expand All @@ -126,6 +129,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/kyber/pqcrystals_kyber_ref_common/fips202.c",
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_dsa/ml_dsa.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down Expand Up @@ -154,6 +158,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/pkcs8/pkcs8_x509.c",
"crypto/poly1305/poly1305_vec.c",
"crypto/pool/pool.c",
"crypto/pqdsa/pqdsa.c",
"crypto/rand_extra/forkunsafe.c",
"crypto/rand_extra/rand_extra.c",
"crypto/rc4/rc4.c",
Expand Down
9 changes: 6 additions & 3 deletions aws-lc-sys/builder/cc_builder/x86_64_unknown_linux_gnu.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Feb 3 15:15:55 UTC 2025
// Thu Feb 6 13:31:15 UTC 2025

use crate::cc_builder::Library;

Expand Down Expand Up @@ -74,6 +74,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/cipher_extra/tls_cbc.c",
"crypto/conf/conf.c",
"crypto/crypto.c",
"crypto/curve25519_extra/curve25519_extra.c",
"crypto/decrepit/bio/base64_bio.c",
"crypto/decrepit/blowfish/blowfish.c",
"crypto/decrepit/cast/cast.c",
Expand Down Expand Up @@ -108,6 +109,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/evp_extra/p_hmac_asn1.c",
"crypto/evp_extra/p_kem_asn1.c",
"crypto/evp_extra/p_methods.c",
"crypto/evp_extra/p_pqdsa.c",
"crypto/evp_extra/p_pqdsa_asn1.c",
"crypto/evp_extra/p_rsa_asn1.c",
"crypto/evp_extra/p_x25519.c",
"crypto/evp_extra/p_x25519_asn1.c",
Expand All @@ -128,6 +131,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/kyber/pqcrystals_kyber_ref_common/fips202.c",
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_dsa/ml_dsa.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down Expand Up @@ -158,12 +162,11 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/poly1305/poly1305_arm.c",
"crypto/poly1305/poly1305_vec.c",
"crypto/pool/pool.c",
"crypto/pqdsa/pqdsa.c",
"crypto/rand_extra/deterministic.c",
"crypto/rand_extra/entropy_passive.c",
"crypto/rand_extra/forkunsafe.c",
"crypto/rand_extra/fuchsia.c",
"crypto/rand_extra/rand_extra.c",
"crypto/rand_extra/trusty.c",
"crypto/rand_extra/windows.c",
"crypto/rc4/rc4.c",
"crypto/refcount_c11.c",
Expand Down
9 changes: 6 additions & 3 deletions aws-lc-sys/builder/cc_builder/x86_64_unknown_linux_musl.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Feb 3 15:22:18 UTC 2025
// Thu Feb 6 13:37:52 UTC 2025

use crate::cc_builder::Library;

Expand Down Expand Up @@ -74,6 +74,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/cipher_extra/tls_cbc.c",
"crypto/conf/conf.c",
"crypto/crypto.c",
"crypto/curve25519_extra/curve25519_extra.c",
"crypto/decrepit/bio/base64_bio.c",
"crypto/decrepit/blowfish/blowfish.c",
"crypto/decrepit/cast/cast.c",
Expand Down Expand Up @@ -108,6 +109,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/evp_extra/p_hmac_asn1.c",
"crypto/evp_extra/p_kem_asn1.c",
"crypto/evp_extra/p_methods.c",
"crypto/evp_extra/p_pqdsa.c",
"crypto/evp_extra/p_pqdsa_asn1.c",
"crypto/evp_extra/p_rsa_asn1.c",
"crypto/evp_extra/p_x25519.c",
"crypto/evp_extra/p_x25519_asn1.c",
Expand All @@ -128,6 +131,7 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/kyber/pqcrystals_kyber_ref_common/fips202.c",
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_dsa/ml_dsa.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down Expand Up @@ -158,12 +162,11 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/poly1305/poly1305_arm.c",
"crypto/poly1305/poly1305_vec.c",
"crypto/pool/pool.c",
"crypto/pqdsa/pqdsa.c",
"crypto/rand_extra/deterministic.c",
"crypto/rand_extra/entropy_passive.c",
"crypto/rand_extra/forkunsafe.c",
"crypto/rand_extra/fuchsia.c",
"crypto/rand_extra/rand_extra.c",
"crypto/rand_extra/trusty.c",
"crypto/rand_extra/windows.c",
"crypto/rc4/rc4.c",
"crypto/refcount_c11.c",
Expand Down
Loading

0 comments on commit 5af71cc

Please sign in to comment.