Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align aws-lc-sys v0.22.0 w/ AWS-LC v1.36.1 #553

Merged
merged 36 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
07292d0
Align aws-lc-sys v0.22.0 w/ AWS-LC v1.36.1
justsmth Oct 3, 2024
4c4a69b
Symbols from macos-14-xlarge
Oct 3, 2024
2bcb95c
Symbols from ubuntu-latest
Oct 3, 2024
b3d1e41
Symbols from macos-13
Oct 3, 2024
286cfb2
Symbols from i686-pc-windows-msvc
Oct 3, 2024
e76ae3c
Symbols from x86_64-pc-windows-msvc
Oct 3, 2024
961c94e
Symbols from x86_64-pc-windows-gnu
Oct 3, 2024
c5e3cd0
Symbols from aarch64-pc-windows-msvc
Oct 3, 2024
8564416
Symbols for aarch64-unknown-linux-musl
Oct 3, 2024
1d3b1d5
Symbols for powerpc64le-unknown-linux-gnu
Oct 3, 2024
5c8d7e6
Symbols for i686-unknown-linux-gnu
Oct 3, 2024
746eccc
Symbols for aarch64-unknown-linux-gnu
Oct 3, 2024
bc31295
Symbols for powerpc-unknown-linux-gnu
Oct 3, 2024
8904d8d
Symbols for armv7-unknown-linux-gnueabihf
Oct 3, 2024
69e0f1d
Symbols for x86_64-unknown-linux-musl
Oct 3, 2024
98824eb
Symbols for arm-unknown-linux-gnueabi
Oct 3, 2024
7b0e5e6
Generated headers
Oct 3, 2024
64d8d6c
Generated bindings from ubuntu-latest
Oct 3, 2024
6e9115a
Generated bindings from macos-14-xlarge
Oct 3, 2024
cea11b7
Generated bindings from macos-13
Oct 3, 2024
bb1ebf4
Generated bindings for x86_64-pc-windows-gnu
Oct 3, 2024
aad8b4c
Generated bindings for x86_64-pc-windows-msvc
Oct 3, 2024
ac2d515
Generated bindings for i686-pc-windows-msvc
Oct 3, 2024
5f234c6
Generated bindings for aarch64-pc-windows-msvc
Oct 3, 2024
cb1c1ed
Generated bindings for aarch64-unknown-linux-gnu
Oct 3, 2024
185a8bf
Generated bindings for aarch64-unknown-linux-musl
Oct 3, 2024
bbc6184
Generated bindings for i686-unknown-linux-gnu
Oct 3, 2024
61a92c0
Generated bindings for x86_64-unknown-linux-musl
Oct 3, 2024
27ba7a6
Collected source files from ubuntu-latest
Oct 3, 2024
5abfb12
Collected source files from macos-14-xlarge
Oct 3, 2024
1e744ac
Collected source files from macos-13
Oct 3, 2024
70fb121
Collected source files for x86_64-unknown-linux-musl
Oct 3, 2024
ddef83d
Collected source files for i686-unknown-linux-gnu
Oct 3, 2024
addc37a
Collected source files for aarch64-unknown-linux-musl
Oct 3, 2024
2591753
Collected source files for aarch64-unknown-linux-gnu
Oct 3, 2024
99f924c
Collected NASM files
Oct 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aws-lc-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ libc = "0.2.121"
paste = "1.0.11"

[package.metadata.aws-lc-sys]
commit-hash = "36e0307917fbc0e001811def88bee384bc51d7ad"
commit-hash = "8b2ebfcf3fc8b0656f1f4161166484a70238aeaa"
2 changes: 1 addition & 1 deletion aws-lc-sys/builder/cc_builder/aarch64_apple_darwin.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Sep 30 23:31:27 UTC 2024
// Thu Oct 3 17:02:34 UTC 2024

use crate::cc_builder::Library;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Sep 30 23:37:53 UTC 2024
// Thu Oct 3 17:08:31 UTC 2024

use crate::cc_builder::Library;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Sep 30 23:35:45 UTC 2024
// Thu Oct 3 17:07:57 UTC 2024

use crate::cc_builder::Library;

Expand Down
2 changes: 1 addition & 1 deletion aws-lc-sys/builder/cc_builder/i686_unknown_linux_gnu.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Sep 30 23:35:50 UTC 2024
// Thu Oct 3 17:07:54 UTC 2024

use crate::cc_builder::Library;

Expand Down
2 changes: 1 addition & 1 deletion aws-lc-sys/builder/cc_builder/x86_64_apple_darwin.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Sep 30 23:32:48 UTC 2024
// Thu Oct 3 17:05:23 UTC 2024

use crate::cc_builder::Library;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Sep 30 23:31:05 UTC 2024
// Thu Oct 3 17:02:08 UTC 2024

use crate::cc_builder::Library;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR ISC
// Mon Sep 30 23:35:43 UTC 2024
// Thu Oct 3 17:07:39 UTC 2024

use crate::cc_builder::Library;

Expand Down
Binary file modified aws-lc-sys/builder/prebuilt-nasm/aes128gcmsiv-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/aesni-gcm-avx512.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/aesni-gcm-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/aesni-sha1-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/aesni-sha256-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/aesni-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/aesni-xts-avx512.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/chacha-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/chacha20_poly1305_x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/ghash-ssse3-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/ghash-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/md5-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/p256-x86_64-asm.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/p256_beeu-x86_64-asm.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/rdrand-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/rsaz-2k-avx512.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/rsaz-3k-avx512.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/rsaz-4k-avx512.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/rsaz-avx2.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/sha1-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/sha256-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/sha512-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/trampoline-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/vpaes-x86_64.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/x86_64-mont.obj
Binary file not shown.
Binary file modified aws-lc-sys/builder/prebuilt-nasm/x86_64-mont5.obj
Binary file not shown.
6 changes: 4 additions & 2 deletions aws-lc-sys/src/aarch64_apple_darwin_crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const AWSLC_VERSION_NAME: &[u8; 7] = b"AWS-LC\0";
pub const OPENSSL_VERSION_NUMBER: i32 = 269488255;
pub const SSLEAY_VERSION_NUMBER: i32 = 269488255;
pub const AWSLC_API_VERSION: i32 = 30;
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.0\0";
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.1\0";
pub const AES_ENCRYPT: i32 = 1;
pub const AES_DECRYPT: i32 = 0;
pub const AES_MAXNR: i32 = 14;
Expand All @@ -132,7 +132,7 @@ pub const CRYPTO_LOCK: i32 = 1;
pub const CRYPTO_UNLOCK: i32 = 2;
pub const CRYPTO_READ: i32 = 4;
pub const CRYPTO_WRITE: i32 = 8;
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.0)\0";
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.1)\0";
pub const OPENSSL_VERSION: i32 = 0;
pub const OPENSSL_CFLAGS: i32 = 1;
pub const OPENSSL_BUILT_ON: i32 = 2;
Expand Down Expand Up @@ -3601,6 +3601,8 @@ pub const X509_TRUST_SSL_CLIENT: i32 = 2;
pub const X509_TRUST_SSL_SERVER: i32 = 3;
pub const X509_TRUST_EMAIL: i32 = 4;
pub const X509_TRUST_OBJECT_SIGN: i32 = 5;
pub const X509_TRUST_OCSP_SIGN: i32 = 6;
pub const X509_TRUST_OCSP_REQUEST: i32 = 7;
pub const X509_TRUST_TSA: i32 = 8;
pub const X509_FLAG_COMPAT: i32 = 0;
pub const X509_FLAG_NO_HEADER: i32 = 1;
Expand Down
6 changes: 4 additions & 2 deletions aws-lc-sys/src/aarch64_pc_windows_msvc_crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const AWSLC_VERSION_NAME: &[u8; 7] = b"AWS-LC\0";
pub const OPENSSL_VERSION_NUMBER: i32 = 269488255;
pub const SSLEAY_VERSION_NUMBER: i32 = 269488255;
pub const AWSLC_API_VERSION: i32 = 30;
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.0\0";
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.1\0";
pub const AES_ENCRYPT: i32 = 1;
pub const AES_DECRYPT: i32 = 0;
pub const AES_MAXNR: i32 = 14;
Expand All @@ -132,7 +132,7 @@ pub const CRYPTO_LOCK: i32 = 1;
pub const CRYPTO_UNLOCK: i32 = 2;
pub const CRYPTO_READ: i32 = 4;
pub const CRYPTO_WRITE: i32 = 8;
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.0)\0";
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.1)\0";
pub const OPENSSL_VERSION: i32 = 0;
pub const OPENSSL_CFLAGS: i32 = 1;
pub const OPENSSL_BUILT_ON: i32 = 2;
Expand Down Expand Up @@ -3601,6 +3601,8 @@ pub const X509_TRUST_SSL_CLIENT: i32 = 2;
pub const X509_TRUST_SSL_SERVER: i32 = 3;
pub const X509_TRUST_EMAIL: i32 = 4;
pub const X509_TRUST_OBJECT_SIGN: i32 = 5;
pub const X509_TRUST_OCSP_SIGN: i32 = 6;
pub const X509_TRUST_OCSP_REQUEST: i32 = 7;
pub const X509_TRUST_TSA: i32 = 8;
pub const X509_FLAG_COMPAT: i32 = 0;
pub const X509_FLAG_NO_HEADER: i32 = 1;
Expand Down
6 changes: 4 additions & 2 deletions aws-lc-sys/src/aarch64_unknown_linux_gnu_crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const AWSLC_VERSION_NAME: &[u8; 7] = b"AWS-LC\0";
pub const OPENSSL_VERSION_NUMBER: i32 = 269488255;
pub const SSLEAY_VERSION_NUMBER: i32 = 269488255;
pub const AWSLC_API_VERSION: i32 = 30;
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.0\0";
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.1\0";
pub const AES_ENCRYPT: i32 = 1;
pub const AES_DECRYPT: i32 = 0;
pub const AES_MAXNR: i32 = 14;
Expand All @@ -132,7 +132,7 @@ pub const CRYPTO_LOCK: i32 = 1;
pub const CRYPTO_UNLOCK: i32 = 2;
pub const CRYPTO_READ: i32 = 4;
pub const CRYPTO_WRITE: i32 = 8;
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.0)\0";
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.1)\0";
pub const OPENSSL_VERSION: i32 = 0;
pub const OPENSSL_CFLAGS: i32 = 1;
pub const OPENSSL_BUILT_ON: i32 = 2;
Expand Down Expand Up @@ -3601,6 +3601,8 @@ pub const X509_TRUST_SSL_CLIENT: i32 = 2;
pub const X509_TRUST_SSL_SERVER: i32 = 3;
pub const X509_TRUST_EMAIL: i32 = 4;
pub const X509_TRUST_OBJECT_SIGN: i32 = 5;
pub const X509_TRUST_OCSP_SIGN: i32 = 6;
pub const X509_TRUST_OCSP_REQUEST: i32 = 7;
pub const X509_TRUST_TSA: i32 = 8;
pub const X509_FLAG_COMPAT: i32 = 0;
pub const X509_FLAG_NO_HEADER: i32 = 1;
Expand Down
6 changes: 4 additions & 2 deletions aws-lc-sys/src/aarch64_unknown_linux_musl_crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const AWSLC_VERSION_NAME: &[u8; 7] = b"AWS-LC\0";
pub const OPENSSL_VERSION_NUMBER: i32 = 269488255;
pub const SSLEAY_VERSION_NUMBER: i32 = 269488255;
pub const AWSLC_API_VERSION: i32 = 30;
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.0\0";
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.1\0";
pub const AES_ENCRYPT: i32 = 1;
pub const AES_DECRYPT: i32 = 0;
pub const AES_MAXNR: i32 = 14;
Expand All @@ -132,7 +132,7 @@ pub const CRYPTO_LOCK: i32 = 1;
pub const CRYPTO_UNLOCK: i32 = 2;
pub const CRYPTO_READ: i32 = 4;
pub const CRYPTO_WRITE: i32 = 8;
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.0)\0";
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.1)\0";
pub const OPENSSL_VERSION: i32 = 0;
pub const OPENSSL_CFLAGS: i32 = 1;
pub const OPENSSL_BUILT_ON: i32 = 2;
Expand Down Expand Up @@ -3601,6 +3601,8 @@ pub const X509_TRUST_SSL_CLIENT: i32 = 2;
pub const X509_TRUST_SSL_SERVER: i32 = 3;
pub const X509_TRUST_EMAIL: i32 = 4;
pub const X509_TRUST_OBJECT_SIGN: i32 = 5;
pub const X509_TRUST_OCSP_SIGN: i32 = 6;
pub const X509_TRUST_OCSP_REQUEST: i32 = 7;
pub const X509_TRUST_TSA: i32 = 8;
pub const X509_FLAG_COMPAT: i32 = 0;
pub const X509_FLAG_NO_HEADER: i32 = 1;
Expand Down
6 changes: 4 additions & 2 deletions aws-lc-sys/src/i686_pc_windows_msvc_crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const AWSLC_VERSION_NAME: &[u8; 7] = b"AWS-LC\0";
pub const OPENSSL_VERSION_NUMBER: i32 = 269488255;
pub const SSLEAY_VERSION_NUMBER: i32 = 269488255;
pub const AWSLC_API_VERSION: i32 = 30;
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.0\0";
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.1\0";
pub const AES_ENCRYPT: i32 = 1;
pub const AES_DECRYPT: i32 = 0;
pub const AES_MAXNR: i32 = 14;
Expand All @@ -132,7 +132,7 @@ pub const CRYPTO_LOCK: i32 = 1;
pub const CRYPTO_UNLOCK: i32 = 2;
pub const CRYPTO_READ: i32 = 4;
pub const CRYPTO_WRITE: i32 = 8;
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.0)\0";
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.1)\0";
pub const OPENSSL_VERSION: i32 = 0;
pub const OPENSSL_CFLAGS: i32 = 1;
pub const OPENSSL_BUILT_ON: i32 = 2;
Expand Down Expand Up @@ -3601,6 +3601,8 @@ pub const X509_TRUST_SSL_CLIENT: i32 = 2;
pub const X509_TRUST_SSL_SERVER: i32 = 3;
pub const X509_TRUST_EMAIL: i32 = 4;
pub const X509_TRUST_OBJECT_SIGN: i32 = 5;
pub const X509_TRUST_OCSP_SIGN: i32 = 6;
pub const X509_TRUST_OCSP_REQUEST: i32 = 7;
pub const X509_TRUST_TSA: i32 = 8;
pub const X509_FLAG_COMPAT: i32 = 0;
pub const X509_FLAG_NO_HEADER: i32 = 1;
Expand Down
6 changes: 4 additions & 2 deletions aws-lc-sys/src/i686_unknown_linux_gnu_crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const AWSLC_VERSION_NAME: &[u8; 7] = b"AWS-LC\0";
pub const OPENSSL_VERSION_NUMBER: i32 = 269488255;
pub const SSLEAY_VERSION_NUMBER: i32 = 269488255;
pub const AWSLC_API_VERSION: i32 = 30;
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.0\0";
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.1\0";
pub const AES_ENCRYPT: i32 = 1;
pub const AES_DECRYPT: i32 = 0;
pub const AES_MAXNR: i32 = 14;
Expand All @@ -132,7 +132,7 @@ pub const CRYPTO_LOCK: i32 = 1;
pub const CRYPTO_UNLOCK: i32 = 2;
pub const CRYPTO_READ: i32 = 4;
pub const CRYPTO_WRITE: i32 = 8;
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.0)\0";
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.1)\0";
pub const OPENSSL_VERSION: i32 = 0;
pub const OPENSSL_CFLAGS: i32 = 1;
pub const OPENSSL_BUILT_ON: i32 = 2;
Expand Down Expand Up @@ -3601,6 +3601,8 @@ pub const X509_TRUST_SSL_CLIENT: i32 = 2;
pub const X509_TRUST_SSL_SERVER: i32 = 3;
pub const X509_TRUST_EMAIL: i32 = 4;
pub const X509_TRUST_OBJECT_SIGN: i32 = 5;
pub const X509_TRUST_OCSP_SIGN: i32 = 6;
pub const X509_TRUST_OCSP_REQUEST: i32 = 7;
pub const X509_TRUST_TSA: i32 = 8;
pub const X509_FLAG_COMPAT: i32 = 0;
pub const X509_FLAG_NO_HEADER: i32 = 1;
Expand Down
6 changes: 4 additions & 2 deletions aws-lc-sys/src/x86_64_apple_darwin_crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const AWSLC_VERSION_NAME: &[u8; 7] = b"AWS-LC\0";
pub const OPENSSL_VERSION_NUMBER: i32 = 269488255;
pub const SSLEAY_VERSION_NUMBER: i32 = 269488255;
pub const AWSLC_API_VERSION: i32 = 30;
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.0\0";
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.1\0";
pub const AES_ENCRYPT: i32 = 1;
pub const AES_DECRYPT: i32 = 0;
pub const AES_MAXNR: i32 = 14;
Expand All @@ -132,7 +132,7 @@ pub const CRYPTO_LOCK: i32 = 1;
pub const CRYPTO_UNLOCK: i32 = 2;
pub const CRYPTO_READ: i32 = 4;
pub const CRYPTO_WRITE: i32 = 8;
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.0)\0";
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.1)\0";
pub const OPENSSL_VERSION: i32 = 0;
pub const OPENSSL_CFLAGS: i32 = 1;
pub const OPENSSL_BUILT_ON: i32 = 2;
Expand Down Expand Up @@ -3601,6 +3601,8 @@ pub const X509_TRUST_SSL_CLIENT: i32 = 2;
pub const X509_TRUST_SSL_SERVER: i32 = 3;
pub const X509_TRUST_EMAIL: i32 = 4;
pub const X509_TRUST_OBJECT_SIGN: i32 = 5;
pub const X509_TRUST_OCSP_SIGN: i32 = 6;
pub const X509_TRUST_OCSP_REQUEST: i32 = 7;
pub const X509_TRUST_TSA: i32 = 8;
pub const X509_FLAG_COMPAT: i32 = 0;
pub const X509_FLAG_NO_HEADER: i32 = 1;
Expand Down
6 changes: 4 additions & 2 deletions aws-lc-sys/src/x86_64_pc_windows_gnu_crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const AWSLC_VERSION_NAME: &[u8; 7] = b"AWS-LC\0";
pub const OPENSSL_VERSION_NUMBER: i32 = 269488255;
pub const SSLEAY_VERSION_NUMBER: i32 = 269488255;
pub const AWSLC_API_VERSION: i32 = 30;
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.0\0";
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.1\0";
pub const AES_ENCRYPT: i32 = 1;
pub const AES_DECRYPT: i32 = 0;
pub const AES_MAXNR: i32 = 14;
Expand All @@ -132,7 +132,7 @@ pub const CRYPTO_LOCK: i32 = 1;
pub const CRYPTO_UNLOCK: i32 = 2;
pub const CRYPTO_READ: i32 = 4;
pub const CRYPTO_WRITE: i32 = 8;
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.0)\0";
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.1)\0";
pub const OPENSSL_VERSION: i32 = 0;
pub const OPENSSL_CFLAGS: i32 = 1;
pub const OPENSSL_BUILT_ON: i32 = 2;
Expand Down Expand Up @@ -3601,6 +3601,8 @@ pub const X509_TRUST_SSL_CLIENT: i32 = 2;
pub const X509_TRUST_SSL_SERVER: i32 = 3;
pub const X509_TRUST_EMAIL: i32 = 4;
pub const X509_TRUST_OBJECT_SIGN: i32 = 5;
pub const X509_TRUST_OCSP_SIGN: i32 = 6;
pub const X509_TRUST_OCSP_REQUEST: i32 = 7;
pub const X509_TRUST_TSA: i32 = 8;
pub const X509_FLAG_COMPAT: i32 = 0;
pub const X509_FLAG_NO_HEADER: i32 = 1;
Expand Down
6 changes: 4 additions & 2 deletions aws-lc-sys/src/x86_64_pc_windows_msvc_crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const AWSLC_VERSION_NAME: &[u8; 7] = b"AWS-LC\0";
pub const OPENSSL_VERSION_NUMBER: i32 = 269488255;
pub const SSLEAY_VERSION_NUMBER: i32 = 269488255;
pub const AWSLC_API_VERSION: i32 = 30;
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.0\0";
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.1\0";
pub const AES_ENCRYPT: i32 = 1;
pub const AES_DECRYPT: i32 = 0;
pub const AES_MAXNR: i32 = 14;
Expand All @@ -132,7 +132,7 @@ pub const CRYPTO_LOCK: i32 = 1;
pub const CRYPTO_UNLOCK: i32 = 2;
pub const CRYPTO_READ: i32 = 4;
pub const CRYPTO_WRITE: i32 = 8;
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.0)\0";
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.1)\0";
pub const OPENSSL_VERSION: i32 = 0;
pub const OPENSSL_CFLAGS: i32 = 1;
pub const OPENSSL_BUILT_ON: i32 = 2;
Expand Down Expand Up @@ -3601,6 +3601,8 @@ pub const X509_TRUST_SSL_CLIENT: i32 = 2;
pub const X509_TRUST_SSL_SERVER: i32 = 3;
pub const X509_TRUST_EMAIL: i32 = 4;
pub const X509_TRUST_OBJECT_SIGN: i32 = 5;
pub const X509_TRUST_OCSP_SIGN: i32 = 6;
pub const X509_TRUST_OCSP_REQUEST: i32 = 7;
pub const X509_TRUST_TSA: i32 = 8;
pub const X509_FLAG_COMPAT: i32 = 0;
pub const X509_FLAG_NO_HEADER: i32 = 1;
Expand Down
6 changes: 4 additions & 2 deletions aws-lc-sys/src/x86_64_unknown_linux_gnu_crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const AWSLC_VERSION_NAME: &[u8; 7] = b"AWS-LC\0";
pub const OPENSSL_VERSION_NUMBER: i32 = 269488255;
pub const SSLEAY_VERSION_NUMBER: i32 = 269488255;
pub const AWSLC_API_VERSION: i32 = 30;
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.0\0";
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.1\0";
pub const AES_ENCRYPT: i32 = 1;
pub const AES_DECRYPT: i32 = 0;
pub const AES_MAXNR: i32 = 14;
Expand All @@ -132,7 +132,7 @@ pub const CRYPTO_LOCK: i32 = 1;
pub const CRYPTO_UNLOCK: i32 = 2;
pub const CRYPTO_READ: i32 = 4;
pub const CRYPTO_WRITE: i32 = 8;
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.0)\0";
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.1)\0";
pub const OPENSSL_VERSION: i32 = 0;
pub const OPENSSL_CFLAGS: i32 = 1;
pub const OPENSSL_BUILT_ON: i32 = 2;
Expand Down Expand Up @@ -3601,6 +3601,8 @@ pub const X509_TRUST_SSL_CLIENT: i32 = 2;
pub const X509_TRUST_SSL_SERVER: i32 = 3;
pub const X509_TRUST_EMAIL: i32 = 4;
pub const X509_TRUST_OBJECT_SIGN: i32 = 5;
pub const X509_TRUST_OCSP_SIGN: i32 = 6;
pub const X509_TRUST_OCSP_REQUEST: i32 = 7;
pub const X509_TRUST_TSA: i32 = 8;
pub const X509_FLAG_COMPAT: i32 = 0;
pub const X509_FLAG_NO_HEADER: i32 = 1;
Expand Down
6 changes: 4 additions & 2 deletions aws-lc-sys/src/x86_64_unknown_linux_musl_crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pub const AWSLC_VERSION_NAME: &[u8; 7] = b"AWS-LC\0";
pub const OPENSSL_VERSION_NUMBER: i32 = 269488255;
pub const SSLEAY_VERSION_NUMBER: i32 = 269488255;
pub const AWSLC_API_VERSION: i32 = 30;
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.0\0";
pub const AWSLC_VERSION_NUMBER_STRING: &[u8; 7] = b"1.36.1\0";
pub const AES_ENCRYPT: i32 = 1;
pub const AES_DECRYPT: i32 = 0;
pub const AES_MAXNR: i32 = 14;
Expand All @@ -132,7 +132,7 @@ pub const CRYPTO_LOCK: i32 = 1;
pub const CRYPTO_UNLOCK: i32 = 2;
pub const CRYPTO_READ: i32 = 4;
pub const CRYPTO_WRITE: i32 = 8;
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.0)\0";
pub const OPENSSL_VERSION_TEXT: &[u8; 42] = b"OpenSSL 1.1.1 (compatible; AWS-LC 1.36.1)\0";
pub const OPENSSL_VERSION: i32 = 0;
pub const OPENSSL_CFLAGS: i32 = 1;
pub const OPENSSL_BUILT_ON: i32 = 2;
Expand Down Expand Up @@ -3601,6 +3601,8 @@ pub const X509_TRUST_SSL_CLIENT: i32 = 2;
pub const X509_TRUST_SSL_SERVER: i32 = 3;
pub const X509_TRUST_EMAIL: i32 = 4;
pub const X509_TRUST_OBJECT_SIGN: i32 = 5;
pub const X509_TRUST_OCSP_SIGN: i32 = 6;
pub const X509_TRUST_OCSP_REQUEST: i32 = 7;
pub const X509_TRUST_TSA: i32 = 8;
pub const X509_FLAG_COMPAT: i32 = 0;
pub const X509_FLAG_NO_HEADER: i32 = 1;
Expand Down
Loading