Skip to content

Commit cff21c1

Browse files
justsmthaws-lc-sys-bindings-generator
andauthored
Bump aws-lc-sys to v0.28.1 (#782)
* Bump aws-lc-sys to v0.28.1 * Symbols from macos-14-xlarge * Symbols from ubuntu-latest * Symbols for powerpc-unknown-linux-gnu * Symbols for arm-unknown-linux-gnueabi * Symbols for armv7-unknown-linux-gnueabihf * Symbols for i686-unknown-linux-gnu * Symbols for aarch64-unknown-linux-gnu * Symbols for aarch64-unknown-linux-musl * Symbols for x86_64-unknown-linux-musl * Symbols for powerpc64le-unknown-linux-gnu * Symbols from macos-13 * Symbols from x86_64-pc-windows-msvc * Symbols from i686-pc-windows-msvc * Symbols from aarch64-pc-windows-msvc * Symbols from x86_64-pc-windows-gnu * Generated headers * Generated bindings from ubuntu-latest * Generated bindings from macos-14-xlarge * Generated bindings from macos-13 * Generated bindings for riscv64gc-unknown-linux-gnu * Generated bindings for aarch64-unknown-linux-musl * 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 aarch64-linux-android * Generated bindings for i686-pc-windows-msvc * Generated bindings for x86_64-pc-windows-gnu * Collected source files from macos-14-xlarge * Generated bindings for aarch64-pc-windows-msvc * Collected source files from ubuntu-latest * Generated bindings for x86_64-pc-windows-msvc * 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 * Collected source files for riscv64gc-unknown-linux-gnu --------- Co-authored-by: aws-lc-sys-bindings-generator <[email protected]>
1 parent 03a18db commit cff21c1

File tree

79 files changed

+34265
-34267
lines changed

Some content is hidden

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

79 files changed

+34265
-34267
lines changed

aws-lc-fips-sys/builder/main.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ pub(crate) fn get_generated_include_path(manifest_dir: &Path) -> PathBuf {
106106
}
107107

108108
pub(crate) fn get_aws_lc_fips_sys_includes_path() -> Option<Vec<PathBuf>> {
109-
option_env("AWS_LC_FIPS_SYS_INCLUDES")
110-
.map(|v| std::env::split_paths(&v).collect())
109+
option_env("AWS_LC_FIPS_SYS_INCLUDES").map(|v| std::env::split_paths(&v).collect())
111110
}
112111

113112
#[allow(dead_code)]

aws-lc-sys/Cargo.toml

Lines changed: 2 additions & 2 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.28.0"
5-
links = "aws_lc_0_28_0"
4+
version = "0.28.1"
5+
links = "aws_lc_0_28_1"
66
authors = ["AWS-LC"]
77
edition = "2021"
88
repository = "https://github.com/aws/aws-lc-rs"

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-
// Mon Mar 31 12:15:33 UTC 2025
3+
// Fri Apr 18 19:00:12 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-
// Mon Mar 31 12:20:00 UTC 2025
3+
// Fri Apr 18 19:04:28 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-
// Mon Mar 31 12:20:14 UTC 2025
3+
// Fri Apr 18 19:04:39 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-
// Mon Mar 31 12:20:09 UTC 2025
3+
// Fri Apr 18 19:04:34 UTC 2025
44

55
use crate::cc_builder::Library;
66

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

Lines changed: 23 additions & 23 deletions
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 10 Apr 2025 01:06:21 PM UTC
3+
// Fri Apr 18 19:04:17 UTC 2025
44

55
use crate::cc_builder::Library;
66

@@ -19,15 +19,15 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
1919
"crypto/asn1/a_mbstr.c",
2020
"crypto/asn1/a_object.c",
2121
"crypto/asn1/a_octet.c",
22-
"crypto/asn1/asn1_lib.c",
23-
"crypto/asn1/asn1_par.c",
24-
"crypto/asn1/asn_pack.c",
2522
"crypto/asn1/a_strex.c",
2623
"crypto/asn1/a_strnid.c",
2724
"crypto/asn1/a_time.c",
2825
"crypto/asn1/a_type.c",
2926
"crypto/asn1/a_utctm.c",
3027
"crypto/asn1/a_utf8.c",
28+
"crypto/asn1/asn1_lib.c",
29+
"crypto/asn1/asn1_par.c",
30+
"crypto/asn1/asn_pack.c",
3131
"crypto/asn1/f_int.c",
3232
"crypto/asn1/f_string.c",
3333
"crypto/asn1/posix_time.c",
@@ -89,30 +89,30 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
8989
"crypto/dh_extra/dh_asn1.c",
9090
"crypto/dh_extra/params.c",
9191
"crypto/digest_extra/digest_extra.c",
92-
"crypto/dsa/dsa_asn1.c",
9392
"crypto/dsa/dsa.c",
94-
"crypto/ecdh_extra/ecdh_extra.c",
95-
"crypto/ecdsa_extra/ecdsa_asn1.c",
93+
"crypto/dsa/dsa_asn1.c",
9694
"crypto/ec_extra/ec_asn1.c",
9795
"crypto/ec_extra/ec_derive.c",
9896
"crypto/ec_extra/hash_to_curve.c",
97+
"crypto/ecdh_extra/ecdh_extra.c",
98+
"crypto/ecdsa_extra/ecdsa_asn1.c",
9999
"crypto/engine/engine.c",
100100
"crypto/err/err.c",
101101
"crypto/evp_extra/evp_asn1.c",
102-
"crypto/evp_extra/p_dh_asn1.c",
103102
"crypto/evp_extra/p_dh.c",
104-
"crypto/evp_extra/p_dsa_asn1.c",
103+
"crypto/evp_extra/p_dh_asn1.c",
105104
"crypto/evp_extra/p_dsa.c",
105+
"crypto/evp_extra/p_dsa_asn1.c",
106106
"crypto/evp_extra/p_ec_asn1.c",
107107
"crypto/evp_extra/p_ed25519_asn1.c",
108108
"crypto/evp_extra/p_hmac_asn1.c",
109109
"crypto/evp_extra/p_kem_asn1.c",
110110
"crypto/evp_extra/p_methods.c",
111111
"crypto/evp_extra/p_pqdsa_asn1.c",
112-
"crypto/evp_extra/print.c",
113112
"crypto/evp_extra/p_rsa_asn1.c",
114-
"crypto/evp_extra/p_x25519_asn1.c",
115113
"crypto/evp_extra/p_x25519.c",
114+
"crypto/evp_extra/p_x25519_asn1.c",
115+
"crypto/evp_extra/print.c",
116116
"crypto/evp_extra/scrypt.c",
117117
"crypto/evp_extra/sign.c",
118118
"crypto/ex_data.c",
@@ -148,14 +148,14 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
148148
"crypto/pem/pem_xaux.c",
149149
"crypto/pkcs7/bio/cipher.c",
150150
"crypto/pkcs7/bio/md.c",
151-
"crypto/pkcs7/pkcs7_asn1.c",
152151
"crypto/pkcs7/pkcs7.c",
152+
"crypto/pkcs7/pkcs7_asn1.c",
153153
"crypto/pkcs7/pkcs7_x509.c",
154154
"crypto/pkcs8/p5_pbev2.c",
155155
"crypto/pkcs8/pkcs8.c",
156156
"crypto/pkcs8/pkcs8_x509.c",
157-
"crypto/poly1305/poly1305_arm.c",
158157
"crypto/poly1305/poly1305.c",
158+
"crypto/poly1305/poly1305_arm.c",
159159
"crypto/poly1305/poly1305_vec.c",
160160
"crypto/pool/pool.c",
161161
"crypto/rand_extra/deterministic.c",
@@ -182,10 +182,10 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
182182
"crypto/trust_token/trust_token.c",
183183
"crypto/trust_token/voprf.c",
184184
"crypto/x509/a_digest.c",
185-
"crypto/x509/algorithm.c",
186185
"crypto/x509/a_sign.c",
187-
"crypto/x509/asn1_gen.c",
188186
"crypto/x509/a_verify.c",
187+
"crypto/x509/algorithm.c",
188+
"crypto/x509/asn1_gen.c",
189189
"crypto/x509/by_dir.c",
190190
"crypto/x509/by_file.c",
191191
"crypto/x509/i2d_pr.c",
@@ -194,10 +194,10 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
194194
"crypto/x509/rsa_pss.c",
195195
"crypto/x509/t_crl.c",
196196
"crypto/x509/t_req.c",
197-
"crypto/x509/t_x509a.c",
198197
"crypto/x509/t_x509.c",
199-
"crypto/x509/v3_akeya.c",
198+
"crypto/x509/t_x509a.c",
200199
"crypto/x509/v3_akey.c",
200+
"crypto/x509/v3_akeya.c",
201201
"crypto/x509/v3_alt.c",
202202
"crypto/x509/v3_bcons.c",
203203
"crypto/x509/v3_bitst.c",
@@ -219,25 +219,25 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
219219
"crypto/x509/v3_purp.c",
220220
"crypto/x509/v3_skey.c",
221221
"crypto/x509/v3_utl.c",
222-
"crypto/x509/x509_att.c",
223222
"crypto/x509/x509.c",
223+
"crypto/x509/x509_att.c",
224224
"crypto/x509/x509_cmp.c",
225-
"crypto/x509/x509cset.c",
226225
"crypto/x509/x509_d2.c",
227226
"crypto/x509/x509_def.c",
228227
"crypto/x509/x509_ext.c",
229228
"crypto/x509/x509_lu.c",
230-
"crypto/x509/x509name.c",
231229
"crypto/x509/x509_obj.c",
232230
"crypto/x509/x509_req.c",
233-
"crypto/x509/x509rset.c",
234231
"crypto/x509/x509_set.c",
235-
"crypto/x509/x509spki.c",
236232
"crypto/x509/x509_trs.c",
237233
"crypto/x509/x509_txt.c",
238234
"crypto/x509/x509_v3.c",
239235
"crypto/x509/x509_vfy.c",
240236
"crypto/x509/x509_vpm.c",
237+
"crypto/x509/x509cset.c",
238+
"crypto/x509/x509name.c",
239+
"crypto/x509/x509rset.c",
240+
"crypto/x509/x509spki.c",
241241
"crypto/x509/x_algor.c",
242242
"crypto/x509/x_all.c",
243243
"crypto/x509/x_attrib.c",
@@ -249,8 +249,8 @@ pub(super) const CRYPTO_LIBRARY: Library = Library {
249249
"crypto/x509/x_sig.c",
250250
"crypto/x509/x_spki.c",
251251
"crypto/x509/x_val.c",
252-
"crypto/x509/x_x509a.c",
253252
"crypto/x509/x_x509.c",
253+
"crypto/x509/x_x509a.c",
254254
"generated-src/err_data.c",
255255
],
256256
};

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-
// Mon Mar 31 12:16:21 UTC 2025
3+
// Fri Apr 18 19:00:59 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-
// Mon Mar 31 12:15:25 UTC 2025
3+
// Fri Apr 18 18:59:51 UTC 2025
44

55
use crate::cc_builder::Library;
66

aws-lc-sys/builder/cc_builder/x86_64_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-
// Mon Mar 31 12:19:42 UTC 2025
3+
// Fri Apr 18 19:04:21 UTC 2025
44

55
use crate::cc_builder::Library;
66

0 commit comments

Comments
 (0)