Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update aws-lc-sys/aws-lc to AWS-LC v1.33.0 #480

Merged
merged 27 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5beab3f
Update aws-lc-sys/aws-lc to v1.33.0
skmcgrail Aug 1, 2024
b3b7571
Symbols from ubuntu-latest
Aug 1, 2024
0d924d7
Symbols from macos-13-xlarge
Aug 1, 2024
5c4a59d
Symbols from macos-12
Aug 1, 2024
65fc362
Symbols for powerpc64le-unknown-linux-gnu
Aug 1, 2024
808e120
Symbols for aarch64-unknown-linux-musl
Aug 1, 2024
90d654c
Symbols for i686-unknown-linux-gnu
Aug 1, 2024
895e029
Symbols for x86_64-unknown-linux-musl
Aug 1, 2024
2aa6228
Symbols for powerpc-unknown-linux-gnu
Aug 1, 2024
6e212a6
Symbols for armv7-unknown-linux-gnueabihf
Aug 1, 2024
2b0d5dd
Symbols for aarch64-unknown-linux-gnu
Aug 1, 2024
548da16
Symbols for arm-unknown-linux-gnueabi
Aug 1, 2024
c9d191e
Generated headers
Aug 1, 2024
6a1ee04
Generated bindings from ubuntu-latest
Aug 1, 2024
06d5d6c
Generated bindings from macos-13-xlarge
Aug 1, 2024
ee3ae8c
Generated bindings from macos-12
Aug 1, 2024
590c23c
Generated bindings for i686-unknown-linux-gnu
Aug 1, 2024
6c79f21
Generated bindings for aarch64-unknown-linux-musl
Aug 1, 2024
4e9d222
Generated bindings for x86_64-unknown-linux-musl
Aug 1, 2024
6ee116c
Generated bindings for aarch64-unknown-linux-gnu
Aug 1, 2024
fcedc4e
Collected source files from ubuntu-latest
Aug 1, 2024
4e491bc
Collected source files from macos-13-xlarge
Aug 1, 2024
f05b314
Collected source files from macos-12
Aug 1, 2024
1ca47f9
Collected source files for x86_64-unknown-linux-musl
Aug 2, 2024
c497e98
Collected source files for i686-unknown-linux-gnu
Aug 2, 2024
355e82a
Collected source files for aarch64-unknown-linux-musl
Aug 2, 2024
6a850f9
Collected source files for aarch64-unknown-linux-gnu
Aug 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws-lc-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fips = ["dep:aws-lc-fips-sys"]

[dependencies]
untrusted = { version = "0.7.1", optional = true }
aws-lc-sys = { version = "0.20.0", path = "../aws-lc-sys", optional = true }
aws-lc-sys = { version = "0.21.0", path = "../aws-lc-sys", optional = true }
aws-lc-fips-sys = { version = "0.12.0", path = "../aws-lc-fips-sys", optional = true }
zeroize = { version = "1.7", features = ["zeroize_derive"] }
mirai-annotations = "1.12.0"
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.20.1"
links = "aws_lc_0_20_1"
version = "0.21.0"
links = "aws_lc_0_21_0"
authors = ["AWS-LC"]
edition = "2021"
repository = "https://github.com/aws/aws-lc-rs"
Expand Down Expand Up @@ -67,4 +67,4 @@ libc = "0.2.121"
paste = "1.0.11"

[package.metadata.aws-lc-sys]
commit-hash = "47333e18117875148fc737c38c2d5586b45c7dfc"
commit-hash = "05747780676652f41d0b9c570a495e4bb6608560"
2 changes: 1 addition & 1 deletion aws-lc-sys/aws-lc
Submodule aws-lc updated 240 files
4 changes: 3 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
// Tue Jul 30 17:22:25 UTC 2024
// Thu Aug 1 23:56:17 UTC 2024

use crate::cc_builder::Library;

Expand Down Expand Up @@ -132,7 +132,9 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_kem/ml_kem.c",
"crypto/ml_kem/ml_kem_1024_ipd.c",
"crypto/ml_kem/ml_kem_512_ipd.c",
"crypto/ml_kem/ml_kem_768_ipd.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down
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
// Tue Jul 30 17:39:12 UTC 2024
// Thu Aug 1 23:59:13 UTC 2024

use crate::cc_builder::Library;

Expand Down Expand Up @@ -133,7 +133,9 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_kem/ml_kem.c",
"crypto/ml_kem/ml_kem_1024_ipd.c",
"crypto/ml_kem/ml_kem_512_ipd.c",
"crypto/ml_kem/ml_kem_768_ipd.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down
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
// Tue Jul 30 17:38:22 UTC 2024
// Thu Aug 1 23:59:27 UTC 2024

use crate::cc_builder::Library;

Expand Down Expand Up @@ -133,7 +133,9 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_kem/ml_kem.c",
"crypto/ml_kem/ml_kem_1024_ipd.c",
"crypto/ml_kem/ml_kem_512_ipd.c",
"crypto/ml_kem/ml_kem_768_ipd.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down
4 changes: 3 additions & 1 deletion 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
// Tue Jul 30 17:38:29 UTC 2024
// Thu Aug 1 23:59:21 UTC 2024

use crate::cc_builder::Library;

Expand Down Expand Up @@ -133,7 +133,9 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_kem/ml_kem.c",
"crypto/ml_kem/ml_kem_1024_ipd.c",
"crypto/ml_kem/ml_kem_512_ipd.c",
"crypto/ml_kem/ml_kem_768_ipd.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down
4 changes: 3 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
// Tue Jul 30 17:23:36 UTC 2024
// Thu Aug 1 23:57:43 UTC 2024

use crate::cc_builder::Library;

Expand Down Expand Up @@ -132,7 +132,9 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_kem/ml_kem.c",
"crypto/ml_kem/ml_kem_1024_ipd.c",
"crypto/ml_kem/ml_kem_512_ipd.c",
"crypto/ml_kem/ml_kem_768_ipd.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down
4 changes: 3 additions & 1 deletion 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
// Tue Jul 30 17:21:56 UTC 2024
// Thu Aug 1 23:55:58 UTC 2024

use crate::cc_builder::Library;

Expand Down Expand Up @@ -134,7 +134,9 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_kem/ml_kem.c",
"crypto/ml_kem/ml_kem_1024_ipd.c",
"crypto/ml_kem/ml_kem_512_ipd.c",
"crypto/ml_kem/ml_kem_768_ipd.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down
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
// Tue Jul 30 17:38:45 UTC 2024
// Thu Aug 1 23:59:23 UTC 2024

use crate::cc_builder::Library;

Expand Down Expand Up @@ -134,7 +134,9 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/ml_kem/ml_kem.c",
"crypto/ml_kem/ml_kem_1024_ipd.c",
"crypto/ml_kem/ml_kem_512_ipd.c",
"crypto/ml_kem/ml_kem_768_ipd.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/ocsp/ocsp_asn.c",
Expand Down
Loading
Loading