Skip to content

Commit efb40be

Browse files
skmcgrailaws-lc-sys-bindings-generator
andauthored
Update aws-lc-sys/aws-lc to v1.38.0 (#579)
* Add openssl/ocsp.h for generation * Update aws-lc-sys to v1.38.0 * Symbols for aarch64-unknown-linux-musl * Symbols for aarch64-unknown-linux-gnu * Symbols for powerpc64le-unknown-linux-gnu * Symbols from x86_64-pc-windows-msvc * Symbols from ubuntu-latest * Symbols for armv7-unknown-linux-gnueabihf * Symbols for arm-unknown-linux-gnueabi * Symbols for i686-unknown-linux-gnu * Symbols from macos-14-xlarge * Symbols from x86_64-pc-windows-gnu * Symbols from aarch64-pc-windows-msvc * Symbols for x86_64-unknown-linux-musl * Symbols for powerpc-unknown-linux-gnu * Symbols from macos-13 * Symbols from i686-pc-windows-msvc * Generated headers * Generated bindings from ubuntu-latest * Generated bindings from macos-14-xlarge * Generated bindings for x86_64-pc-windows-msvc * Generated bindings from macos-13 * Generated bindings for aarch64-unknown-linux-gnu * Generated bindings for i686-unknown-linux-gnu * Generated bindings for aarch64-unknown-linux-musl * Generated bindings for i686-pc-windows-msvc * Generated bindings for x86_64-unknown-linux-musl * Generated bindings for x86_64-pc-windows-gnu * Generated bindings for aarch64-pc-windows-msvc * Collected source files from ubuntu-latest * Collected source files from macos-14-xlarge * Collected source files from macos-13 * Collected source files for x86_64-unknown-linux-musl * Collected source files for i686-unknown-linux-gnu * Collected source files for aarch64-unknown-linux-gnu * Collected source files for aarch64-unknown-linux-musl * Collected NASM files * Output OSSL_CONF_DEFINES config options --------- Co-authored-by: aws-lc-sys-bindings-generator <[email protected]>
1 parent afe3d3b commit efb40be

File tree

93 files changed

+38996
-29815
lines changed

Some content is hidden

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

93 files changed

+38996
-29815
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 = { version = "0.7.1", optional = true }
50-
aws-lc-sys = { version = "0.22.0", path = "../aws-lc-sys", optional = true }
50+
aws-lc-sys = { version = "0.23.0", path = "../aws-lc-sys", optional = true }
5151
aws-lc-fips-sys = { version = "0.12.0", path = "../aws-lc-fips-sys", optional = true }
5252
zeroize = "1.7"
5353
mirai-annotations = "1.12.0"

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.22.0"
5-
links = "aws_lc_0_22_0"
4+
version = "0.23.0"
5+
links = "aws_lc_0_23_0"
66
authors = ["AWS-LC"]
77
edition = "2021"
88
repository = "https://github.com/aws/aws-lc-rs"
@@ -70,4 +70,4 @@ libc = "0.2.121"
7070
paste = "1.0.11"
7171

7272
[package.metadata.aws-lc-sys]
73-
commit-hash = "8b2ebfcf3fc8b0656f1f4161166484a70238aeaa"
73+
commit-hash = "2d07d3903d5d0dbe5a135314bbbdab6e0e65cbf1"

aws-lc-sys/aws-lc

Submodule aws-lc updated 169 files

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

Lines changed: 3 additions & 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-
// Thu Oct 3 17:02:34 UTC 2024
3+
// Thu Nov 7 21:51:00 UTC 2024
44

55
use crate::cc_builder::Library;
66

@@ -143,6 +143,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
143143
"crypto/pem/pem_pkey.c",
144144
"crypto/pem/pem_x509.c",
145145
"crypto/pem/pem_xaux.c",
146+
"crypto/pkcs7/bio/cipher.c",
147+
"crypto/pkcs7/bio/md.c",
146148
"crypto/pkcs7/pkcs7.c",
147149
"crypto/pkcs7/pkcs7_asn1.c",
148150
"crypto/pkcs7/pkcs7_x509.c",

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

Lines changed: 3 additions & 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-
// Thu Oct 3 17:08:31 UTC 2024
3+
// Thu Nov 7 21:54:06 UTC 2024
44

55
use crate::cc_builder::Library;
66

@@ -144,6 +144,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
144144
"crypto/pem/pem_pkey.c",
145145
"crypto/pem/pem_x509.c",
146146
"crypto/pem/pem_xaux.c",
147+
"crypto/pkcs7/bio/cipher.c",
148+
"crypto/pkcs7/bio/md.c",
147149
"crypto/pkcs7/pkcs7.c",
148150
"crypto/pkcs7/pkcs7_asn1.c",
149151
"crypto/pkcs7/pkcs7_x509.c",

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

Lines changed: 3 additions & 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-
// Thu Oct 3 17:07:57 UTC 2024
3+
// Thu Nov 7 21:54:32 UTC 2024
44

55
use crate::cc_builder::Library;
66

@@ -144,6 +144,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
144144
"crypto/pem/pem_pkey.c",
145145
"crypto/pem/pem_x509.c",
146146
"crypto/pem/pem_xaux.c",
147+
"crypto/pkcs7/bio/cipher.c",
148+
"crypto/pkcs7/bio/md.c",
147149
"crypto/pkcs7/pkcs7.c",
148150
"crypto/pkcs7/pkcs7_asn1.c",
149151
"crypto/pkcs7/pkcs7_x509.c",

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

Lines changed: 3 additions & 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-
// Thu Oct 3 17:07:54 UTC 2024
3+
// Thu Nov 7 21:54:05 UTC 2024
44

55
use crate::cc_builder::Library;
66

@@ -144,6 +144,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
144144
"crypto/pem/pem_pkey.c",
145145
"crypto/pem/pem_x509.c",
146146
"crypto/pem/pem_xaux.c",
147+
"crypto/pkcs7/bio/cipher.c",
148+
"crypto/pkcs7/bio/md.c",
147149
"crypto/pkcs7/pkcs7.c",
148150
"crypto/pkcs7/pkcs7_asn1.c",
149151
"crypto/pkcs7/pkcs7_x509.c",

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

Lines changed: 3 additions & 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-
// Thu Oct 3 17:05:23 UTC 2024
3+
// Thu Nov 7 21:52:04 UTC 2024
44

55
use crate::cc_builder::Library;
66

@@ -143,6 +143,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
143143
"crypto/pem/pem_pkey.c",
144144
"crypto/pem/pem_x509.c",
145145
"crypto/pem/pem_xaux.c",
146+
"crypto/pkcs7/bio/cipher.c",
147+
"crypto/pkcs7/bio/md.c",
146148
"crypto/pkcs7/pkcs7.c",
147149
"crypto/pkcs7/pkcs7_asn1.c",
148150
"crypto/pkcs7/pkcs7_x509.c",

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

Lines changed: 3 additions & 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-
// Thu Oct 3 17:02:08 UTC 2024
3+
// Thu Nov 7 21:50:53 UTC 2024
44

55
use crate::cc_builder::Library;
66

@@ -145,6 +145,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
145145
"crypto/pem/pem_pkey.c",
146146
"crypto/pem/pem_x509.c",
147147
"crypto/pem/pem_xaux.c",
148+
"crypto/pkcs7/bio/cipher.c",
149+
"crypto/pkcs7/bio/md.c",
148150
"crypto/pkcs7/pkcs7.c",
149151
"crypto/pkcs7/pkcs7_asn1.c",
150152
"crypto/pkcs7/pkcs7_x509.c",

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

Lines changed: 3 additions & 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-
// Thu Oct 3 17:07:39 UTC 2024
3+
// Thu Nov 7 21:54:23 UTC 2024
44

55
use crate::cc_builder::Library;
66

@@ -145,6 +145,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
145145
"crypto/pem/pem_pkey.c",
146146
"crypto/pem/pem_x509.c",
147147
"crypto/pem/pem_xaux.c",
148+
"crypto/pkcs7/bio/cipher.c",
149+
"crypto/pkcs7/bio/md.c",
148150
"crypto/pkcs7/pkcs7.c",
149151
"crypto/pkcs7/pkcs7_asn1.c",
150152
"crypto/pkcs7/pkcs7_x509.c",

0 commit comments

Comments
 (0)