Skip to content

Commit a6571b4

Browse files
justsmthaws-lc-fips-sys-bindings-generator
and
aws-lc-fips-sys-bindings-generator
authored
Update aws-lc-fips-sys to v0.12.11 (#469)
* Update aws-lc-fips-sys to v0.12.11 * Align with AWS-LC-FIPS-2.0.14 * Symbols from macos-13-xlarge * Symbols from ubuntu-latest * Symbols from macos-12 * Symbols for x86_64-unknown-linux-musl * Symbols for aarch64-unknown-linux-musl * Symbols for aarch64-unknown-linux-gnu * Generated headers * Generated bindings from macos-13-xlarge * Generated bindings from ubuntu-latest * Generated bindings from macos-12 * Generated bindings for aarch64-unknown-linux-musl * Generated bindings for x86_64-unknown-linux-musl * Generated bindings for aarch64-unknown-linux-gnu --------- Co-authored-by: aws-lc-fips-sys-bindings-generator <[email protected]>
1 parent 5799bee commit a6571b4

17 files changed

+32137
-32137
lines changed

aws-lc-fips-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-fips-sys"
33
description = "AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography team for AWS and their customers. This is the FIPS validated version of AWS-LC."
4-
version = "0.12.10"
5-
links = "aws_lc_fips_0_12_10"
4+
version = "0.12.11"
5+
links = "aws_lc_fips_0_12_11"
66
authors = ["AWS-LC"]
77
edition = "2021"
88
repository = "https://github.com/aws/aws-lc-rs"
@@ -75,4 +75,4 @@ libc = "0.2.121"
7575
paste = "1.0.11"
7676

7777
[package.metadata.aws-lc-fips-sys]
78-
commit-hash = "c166b19e8778b5efa98b6dce5004bfd194e67ab5"
78+
commit-hash = "533fb66f9ed6467449ea65d1d10e344d3b7c9125"

aws-lc-fips-sys/generated-include/openssl/boringssl_prefix_symbols.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define BORINGSSL_PREFIX_SYMBOLS_H
1818

1919
#ifndef BORINGSSL_PREFIX
20-
#define BORINGSSL_PREFIX aws_lc_fips_0_12_10
20+
#define BORINGSSL_PREFIX aws_lc_fips_0_12_11
2121
#endif // BORINGSSL_PREFIX
2222

2323

aws-lc-fips-sys/generated-include/openssl/boringssl_prefix_symbols_asm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define BORINGSSL_PREFIX_SYMBOLS_ASM_H
2121

2222
#ifndef BORINGSSL_PREFIX
23-
#define BORINGSSL_PREFIX aws_lc_fips_0_12_10
23+
#define BORINGSSL_PREFIX aws_lc_fips_0_12_11
2424
#endif // BORINGSSL_PREFIX
2525

2626
// On iOS and macOS, we need to treat assembly symbols differently from other

aws-lc-fips-sys/generated-include/openssl/boringssl_prefix_symbols_nasm.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%define BORINGSSL_PREFIX_SYMBOLS_NASM_INC
1818

1919
%ifndef BORINGSSL_PREFIX
20-
%define BORINGSSL_PREFIX aws_lc_fips_0_12_10
20+
%define BORINGSSL_PREFIX aws_lc_fips_0_12_11
2121
%endif ; BORINGSSL_PREFIX
2222

2323
; 32-bit Windows adds underscores to C functions, while 64-bit Windows does not.

0 commit comments

Comments
 (0)