Skip to content

Commit 54669e5

Browse files
authored
Bump aws-lc-fips-sys to v0.13.6 (#786)
1 parent af4d199 commit 54669e5

12 files changed

+15631
-15634
lines changed

Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ init: init-submodules
1515

1616
update-aws-lc-fips-sys:
1717
git submodule update --init --remote --checkout -- aws-lc-fips-sys/aws-lc
18-
cd aws-lc-fips-sys/aws-lc && \
19-
git fetch --all && \
20-
git tag -l | xargs ../../scripts/tools/semver.rs fips-v3 | xargs git checkout
2118

2219
update-aws-lc-sys:
2320
git submodule update --init --remote --checkout -- aws-lc-sys/aws-lc

aws-lc-fips-sys/Cargo.toml

+3-3
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.13.5"
5-
links = "aws_lc_fips_0_13_5"
4+
version = "0.13.6"
5+
links = "aws_lc_fips_0_13_6"
66
authors = ["AWS-LC"]
77
edition = "2021"
88
repository = "https://github.com/aws/aws-lc-rs"
@@ -82,4 +82,4 @@ bindgen = { version = "0.69.5" }
8282
regex = "~1.9.6"
8383

8484
[package.metadata.aws-lc-fips-sys]
85-
commit-hash = "3970115d971d895f0db7cc98b425959758722e1d"
85+
commit-hash = "bf956839f77f4b3ac3ad637a0b3752be8a3a72f9"

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

+1-1
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_13_5
20+
#define BORINGSSL_PREFIX aws_lc_fips_0_13_6
2121
#endif // BORINGSSL_PREFIX
2222

2323

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

+1-1
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_13_5
23+
#define BORINGSSL_PREFIX aws_lc_fips_0_13_6
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

+1-1
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_13_5
20+
%define BORINGSSL_PREFIX aws_lc_fips_0_13_6
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)