8000 Adds build for OpenSSL 3.0.16 · python/cpython-bin-deps@9ec12e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ec12e7

Browse files
committed
Adds build for OpenSSL 3.0.16
1 parent 5c77869 commit 9ec12e7

27 files changed

+30
-24
lines changed

amd64/include/openssl/cmserr.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Generated by util/mkerr.pl DO NOT EDIT
3-
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
44
*
55
* Licensed under the Apache License 2.0 (the "License"). You may not use
66
* this file except in compliance with the License. You can obtain a copy
@@ -49,6 +49,7 @@
4949
# define CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE 114
5050
# define CMS_R_ERROR_SETTING_KEY 115
5151
# define CMS_R_ERROR_SETTING_RECIPIENTINFO 116
52+
# define CMS_R_ERROR_UNSUPPORTED_STATIC_KEY_AGREEMENT 196
5253
# define CMS_R_ESS_SIGNING_CERTID_MISMATCH_ERROR 183
5354
# define CMS_R_INVALID_ENCRYPTED_KEY_LENGTH 117
5455
# define CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER 176

amd64/include/openssl/http.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ extern "C" {
3333
# define OPENSSL_HTTP_PROXY "HTTP_PROXY"
3434
# define OPENSSL_HTTPS_PROXY "HTTPS_PROXY"
3535

36-
#define OSSL_HTTP_DEFAULT_MAX_LINE_LEN (4 * 1024)
37-
#define OSSL_HTTP_DEFAULT_MAX_RESP_LEN (100 * 1024)
36+
# define OSSL_HTTP_DEFAULT_MAX_LINE_LEN (4 * 1024)
37+
# define OSSL_HTTP_DEFAULT_MAX_RESP_LEN (100 * 1024)
38+
# define OSSL_HTTP_DEFAULT_MAX_CRL_LEN (32 * 1024 * 1024)
3839

3940
/* Low-level HTTP API */
4041
OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size);

amd64/include/openssl/opensslv.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 0
32-
# define OPENSSL_VERSION_PATCH 15
32+
# define OPENSSL_VERSION_PATCH 16
3333

3434
/*
3535
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
77-
# define OPENSSL_VERSION_STR "3.0.15"
78-
# define OPENSSL_FULL_VERSION_STR "3.0.15"
77+
# define OPENSSL_VERSION_STR "3.0.16"
78+
# define OPENSSL_FULL_VERSION_STR "3.0.16"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
85+
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15 3 Sep 2024"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
9494
# ifdef OPENSSL_VERSION_PRE_RELEASE

amd64/libcrypto-3.dll

-936 Bytes
Binary file not shown.

amd64/libcrypto-3.pdb

8 KB
Binary file not shown.

amd64/libcrypto.lib

0 Bytes
Binary file not shown.

amd64/libssl-3.dll

3.09 KB
Binary file not shown.

amd64/libssl-3.pdb

-8 KB
Binary file not shown.

amd64/libssl.lib

0 Bytes
Binary file not shown.

arm64/include/openssl/cmserr.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Generated by util/mkerr.pl DO NOT EDIT
3-
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
44
*
55
* Licensed under the Apache License 2.0 (the "License"). You may not use
66
* this file except in compliance with the License. You can obtain a copy
@@ -49,6 +49,7 @@
4949
# define CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE 114
5050
# define CMS_R_ERROR_SETTING_KEY 115
5151
# define CMS_R_ERROR_SETTING_RECIPIENTINFO 116
52+
# define CMS_R_ERROR_UNSUPPORTED_STATIC_KEY_AGREEMENT 196
5253
# define CMS_R_ESS_SIGNING_CERTID_MISMATCH_ERROR 183
5354
# define CMS_R_INVALID_ENCRYPTED_KEY_LENGTH 117
5455
# define CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER 176

arm64/include/openssl/http.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ extern "C" {
3333
# define OPENSSL_HTTP_PROXY "HTTP_PROXY"
3434
# define OPENSSL_HTTPS_PROXY "HTTPS_PROXY"
3535

36-
#define OSSL_HTTP_DEFAULT_MAX_LINE_LEN (4 * 1024)
37-
#define OSSL_HTTP_DEFAULT_MAX_RESP_LEN (100 * 1024)
36+
# define OSSL_HTTP_DEFAULT_MAX_LINE_LEN (4 * 1024)
37+
# define OSSL_HTTP_DEFAULT_MAX_RESP_LEN (100 * 1024)
38+
# define OSSL_HTTP_DEFAULT_MAX_CRL_LEN (32 * 1024 * 1024)
3839

3940
/* Low-level HTTP API */
4041
OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size);

arm64/include/openssl/opensslv.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 0
32-
# define OPENSSL_VERSION_PATCH 15
32+
# define OPENSSL_VERSION_PATCH 16
3333

3434
/*
3535
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
77-
# define OPENSSL_VERSION_STR "3.0.15"
78-
# define OPENSSL_FULL_VERSION_STR "3.0.15"
77+
# define OPENSSL_VERSION_STR "3.0.16"
78+
# define OPENSSL_FULL_VERSION_STR "3.0.16"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
85+
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15 3 Sep 2024"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
9494
# ifdef OPENSSL_VERSION_PRE_RELEASE

arm64/libcrypto-3-arm64.dll

282 KB
Binary file not shown.

arm64/libcrypto-3-arm64.pdb

288 KB
Binary file not shown.

arm64/libcrypto.lib

0 Bytes
Binary file not shown.

arm64/libssl-3-arm64.dll

37.1 KB
Binary file not shown.

arm64/libssl-3-arm64.pdb

48 KB
Binary file not shown.

arm64/libssl.lib

0 Bytes
Binary file not shown.

win32/include/openssl/cmserr.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Generated by util/mkerr.pl DO NOT EDIT
3-
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
3+
* Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
EED3 44
*
55
* Licensed under the Apache License 2.0 (the "License"). You may not use
66
* this file except in compliance with the License. You can obtain a copy
@@ -49,6 +49,7 @@
4949
# define CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE 114
5050
# define CMS_R_ERROR_SETTING_KEY 115
5151
# define CMS_R_ERROR_SETTING_RECIPIENTINFO 116
52+
# define CMS_R_ERROR_UNSUPPORTED_STATIC_KEY_AGREEMENT 196
5253
# define CMS_R_ESS_SIGNING_CERTID_MISMATCH_ERROR 183
5354
# define CMS_R_INVALID_ENCRYPTED_KEY_LENGTH 117
5455
# define CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER 176

win32/include/openssl/http.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ extern "C" {
3333
# define OPENSSL_HTTP_PROXY "HTTP_PROXY"
3434
# define OPENSSL_HTTPS_PROXY "HTTPS_PROXY"
3535

36-
#define OSSL_HTTP_DEFAULT_MAX_LINE_LEN (4 * 1024)
37-
#define OSSL_HTTP_DEFAULT_MAX_RESP_LEN (100 * 1024)
36+
# define OSSL_HTTP_DEFAULT_MAX_LINE_LEN (4 * 1024)
37+
# define OSSL_HTTP_DEFAULT_MAX_RESP_LEN (100 * 1024)
38+
# define OSSL_HTTP_DEFAULT_MAX_CRL_LEN (32 * 1024 * 1024)
3839

3940
/* Low-level HTTP API */
4041
OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size);

win32/include/openssl/opensslv.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 0
32-
# define OPENSSL_VERSION_PATCH 15
32+
# define OPENSSL_VERSION_PATCH 16
3333

3434
/*
3535
* Additional version information
@@ -74,21 +74,21 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
77-
# define OPENSSL_VERSION_STR "3.0.15"
78-
# define OPENSSL_FULL_VERSION_STR "3.0.15"
77+
# define OPENSSL_VERSION_STR "3.0.16"
78+
# define OPENSSL_FULL_VERSION_STR "3.0.16"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "3 Sep 2024"
85+
# define OPENSSL_RELEASE_DATE "11 Feb 2025"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15 3 Sep 2024"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
9494
# ifdef OPENSSL_VERSION_PRE_RELEASE

win32/libcrypto-3.dll

-2.41 KB
Binary file not shown.

win32/libcrypto-3.pdb

8 KB
Binary file not shown.

win32/libcrypto.lib

0 Bytes
Binary file not shown.

win32/libssl-3.dll

2.09 KB
Binary file not shown.

win32/libssl-3.pdb

8 KB
Binary file not shown.

win32/libssl.lib

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)
0