Skip to content

Commit 2f0ee75

Browse files
justsmthaws-lc-sys-bindings-generator
andauthored
Align aws-lc-sys 0.35.0 w/ AWS-LC v1.66.0 (#972)
* Align aws-lc-sys 0.35.0 w/ AWS-LC v1.66.0 * Symbols from ubuntu-latest * Symbols from macos-latest * Symbols from x86_64-pc-windows-gnu * Symbols from macos-15-intel * Symbols from i686-pc-windows-msvc * Symbols for arm-unknown-linux-gnueabi * Symbols for x86_64-unknown-linux-musl * Symbols for aarch64-unknown-linux-musl * Symbols for powerpc64le-unknown-linux-gnu * Symbols from x86_64-pc-windows-msvc * Symbols from aarch64-pc-windows-msvc * Symbols for i686-unknown-linux-gnu * Symbols for aarch64-unknown-linux-gnu * Symbols for armv7-unknown-linux-gnueabihf * Symbols for powerpc-unknown-linux-gnu * Generated headers * Generated bindings from ubuntu-latest * Generated bindings from ubuntu-latest * Generated bindings from macos-latest * Generated bindings for x86_64-pc-windows-msvc * Generated bindings for x86_64-pc-windows-gnu * Generated bindings for i686-pc-windows-msvc * Generated bindings for aarch64-pc-windows-msvc * Generated bindings for x86_64-unknown-linux-musl * Generated bindings for aarch64-unknown-linux-gnu * Generated bindings for i686-unknown-linux-gnu * Generated bindings for aarch64-unknown-linux-musl * Generated bindings for aarch64-linux-android * Generated bindings for riscv64gc-unknown-linux-gnu * Generated bindings from macos-latest * Generated bindings from macos-15-intel * Collected source files from ubuntu-latest * Collected source files for x86_64-unknown-linux-musl * Collected source files from macos-latest * Collected source files for i686-unknown-linux-gnu * Collected NASM files * Collected source files for aarch64-unknown-linux-gnu * Collected source files for aarch64-unknown-linux-musl * Collected source files from macos-15-intel * Collected source files for riscv64gc-unknown-linux-gnu * Fix links metadata --------- Co-authored-by: aws-lc-sys-bindings-generator <aws-lc-github-bot@amazon.com>
1 parent 6ecc4e7 commit 2f0ee75

File tree

96 files changed

+37518
-36933
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+37518
-36933
lines changed

aws-lc-rs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "aws-lc-rs"
33
authors = ["AWS-LibCrypto"]
4-
version = "1.15.2"
4+
version = "1.15.3"
55
# this crate re-exports whatever sys crate that was selected
6-
links = "aws_lc_rs_1_15_2_sys"
6+
links = "aws_lc_rs_1_15_3_sys"
77
edition = "2021"
88
rust-version = "1.70.0"
99
keywords = ["crypto", "cryptography", "security"]
@@ -47,7 +47,7 @@ fips = ["dep:aws-lc-fips-sys"]
4747

4848
[dependencies]
4949
untrusted = { workspace = true, optional = true }
50-
aws-lc-sys = { version = "0.34.0", path = "../aws-lc-sys", default-features = false, optional = true }
50+
aws-lc-sys = { version = "0.35.0", path = "../aws-lc-sys", default-features = false, optional = true }
5151
aws-lc-fips-sys = { version = "0.13.1", path = "../aws-lc-fips-sys", optional = true }
5252
zeroize.workspace = true
5353

aws-lc-sys/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "aws-lc-sys"
33
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."
4-
version = "0.34.0"
5-
links = "aws_lc_0_34_0"
4+
version = "0.35.0"
5+
links = "aws_lc_0_35_0"
66
authors = ["AWS-LC"]
77
edition = "2021"
88
repository = "https://github.com/aws/aws-lc-rs"
@@ -74,4 +74,4 @@ cc = { workspace = true, features = ["parallel"] }
7474
bindgen = { workspace = true, optional = true }
7575

7676
[package.metadata.aws-lc-sys]
77-
commit-hash = "7b627926398b6bb786296132b22dbb37bab7649f"
77+
commit-hash = "c23b2ae88deec89091d8eeb37178fbef24c96919"

aws-lc-sys/aws-lc

Submodule aws-lc updated 819 files

aws-lc-sys/builder/cc_builder/aarch64_apple_darwin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed Nov 19 21:32:59 UTC 2025
3+
// Mon Dec 15 15:05:42 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/aarch64_unknown_linux_gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed Nov 19 21:35:03 UTC 2025
3+
// Mon Dec 15 15:07:03 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/aarch64_unknown_linux_musl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed Nov 19 21:36:07 UTC 2025
3+
// Mon Dec 15 15:07:07 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/i686_unknown_linux_gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed Nov 19 21:35:14 UTC 2025
3+
// Mon Dec 15 15:06:53 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/riscv64gc_unknown_linux_gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed Nov 19 21:35:23 UTC 2025
3+
// Mon Dec 15 15:06:43 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/x86_64_apple_darwin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed Nov 19 21:34:19 UTC 2025
3+
// Mon Dec 15 15:07:40 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/x86_64_unknown_linux_gnu.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0 OR ISC
3-
// Wed Nov 19 21:32:44 UTC 2025
3+
// Mon Dec 15 15:04:56 UTC 2025
44

55
use crate::cc_builder::Library;
66

0 commit comments

Comments
 (0)