Skip to content

Commit cd58abe

Browse files
authored
Align aws-lc-sys v0.34.0 w/ AWS-LC v1.65.0 (#955)
1 parent 3728f18 commit cd58abe

File tree

81 files changed

+36931
-36931
lines changed

Some content is hidden

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

81 files changed

+36931
-36931
lines changed

aws-lc-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.33.0", path = "../aws-lc-sys", default-features = false, optional = true }
50+
aws-lc-sys = { version = "0.34.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.33.0"
5-
links = "aws_lc_0_33_0"
4+
version = "0.34.0"
5+
links = "aws_lc_0_34_0"
66
authors = ["AWS-LC"]
77
edition = "2021"
88
repository = "https://github.com/aws/aws-lc-rs"
@@ -79,4 +79,4 @@ bindgen = { workspace = true, optional = true }
7979
bindgen.workspace = true
8080

8181
[package.metadata.aws-lc-sys]
82-
commit-hash = "7187ab572ddcdae4fa408e932d3e878c9941137b"
82+
commit-hash = "7b627926398b6bb786296132b22dbb37bab7649f"

aws-lc-sys/aws-lc

Submodule aws-lc updated 151 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-
// Tue Nov 11 15:36:46 UTC 2025
3+
// Wed Nov 19 21:32:59 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-
// Tue Nov 11 15:38:09 UTC 2025
3+
// Wed Nov 19 21:35: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-
// Tue Nov 11 15:37:57 UTC 2025
3+
// Wed Nov 19 21:36: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-
// Tue Nov 11 15:37:52 UTC 2025
3+
// Wed Nov 19 21:35:14 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-
// Tue Nov 11 15:37:55 UTC 2025
3+
// Wed Nov 19 21:35:23 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-
// Tue Nov 11 15:39:05 UTC 2025
3+
// Wed Nov 19 21:34:19 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-
// Tue Nov 11 15:36:47 UTC 2025
3+
// Wed Nov 19 21:32:44 UTC 2025
44

55
use crate::cc_builder::Library;
66

0 commit comments

Comments
 (0)