Skip to content

Commit d1dc187

Browse files
pyca-boringbot[bot]pyca-boringbot[bot]alex
authored
Bump BoringSSL, OpenSSL, AWS-LC in CI (#12975)
* Bump BoringSSL, OpenSSL, AWS-LC in CI * Update bio.py --------- Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
1 parent de36980 commit d1dc187

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
- {VERSION: "3.13", NOXSESSION: "tests-ssh", OPENSSL: {TYPE: "openssl", VERSION: "3.5.0"}}
4141
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.0.0"}}
4242
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.1.0"}}
43-
# Latest commit on the BoringSSL main branch, as of May 23, 2025.
44-
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "c5795a328880eadb879088fc59cd0087edc8dc20"}}
45-
# Latest tag of AWS-LC main branch, as of May 13, 2025.
46-
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.51.2"}}
47-
# Latest commit on the OpenSSL master branch, as of May 23, 2025.
48-
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "afd32bcb5456a9e33b0f4e07f572263b404d4d4b"}}
43+
# Latest commit on the BoringSSL main branch, as of May 25, 2025.
44+
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "9295969e1dad2c31d0d99481734c1c68dcbc6403"}}
45+
# Latest tag of AWS-LC main branch, as of May 25, 2025.
46+
- {VERSION: "3.13", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.52.0"}}
47+
# Latest commit on the OpenSSL master branch, as of May 25, 2025.
48+
- {VERSION: "3.13", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "a0d1af6574ae6a0e3872d20ff302a78793c05a85"}}
4949
# Builds with various Rust versions. Includes MSRV and next
5050
# potential future MSRV.
5151
# - 1.77: offset_of! in std (for pyo3), c"str" literals (replace cstr_from_literal)

src/_cffi_src/openssl/bio.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
#endif
4444
4545
#include <stdlib.h>
46+
#if !CRYPTOGRAPHY_IS_AWSLC
4647
typedef struct sockaddr BIO_ADDR;
48+
#endif
4749
4850
BIO_ADDR *BIO_ADDR_new(void) {
4951
return malloc(sizeof(struct sockaddr_storage));

0 commit comments

Comments
 (0)