Skip to content

Commit da00166

Browse files
deps: update archs files for openssl-3.5.7
PR-URL: #63820 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com>
1 parent 0a58d44 commit da00166

319 files changed

Lines changed: 3096 additions & 872 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

deps/openssl/config/archs/BSD-x86/asm/configdata.pm

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ our %config = (
171171
],
172172
"dynamic_engines" => "0",
173173
"ex_libs" => [],
174-
"full_version" => "3.5.6",
174+
"full_version" => "3.5.7",
175175
"includes" => [],
176176
"lflags" => [],
177177
"lib_defines" => [
@@ -233,7 +233,7 @@ our %config = (
233233
"openssl_sys_defines" => [],
234234
"openssldir" => "",
235235
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
236-
"patch" => "6",
236+
"patch" => "7",
237237
"perl_archname" => "x86_64-linux-gnu-thread-multi",
238238
"perl_cmd" => "/usr/bin/perl",
239239
"perl_version" => "5.34.0",
@@ -286,11 +286,11 @@ our %config = (
286286
"prerelease" => "",
287287
"processor" => "",
288288
"rc4_int" => "unsigned int",
289-
"release_date" => "7 Apr 2026",
289+
"release_date" => "9 Jun 2026",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86",
293-
"version" => "3.5.6"
293+
"version" => "3.5.7"
294294
);
295295
our %target = (
296296
"AR" => "ar",
@@ -1851,6 +1851,9 @@ our %unified_info = (
18511851
"test/tls13groupselection_test" => {
18521852
"noinst" => "1"
18531853
},
1854+
"test/tls13ticket_test" => {
1855+
"noinst" => "1"
1856+
},
18541857
"test/trace_api_test" => {
18551858
"noinst" => "1"
18561859
},
@@ -9510,6 +9513,11 @@ our %unified_info = (
95109513
"libssl",
95119514
"test/libtestutil.a"
95129515
],
9516+
"test/tls13ticket_test" => [
9517+
"libcrypto",
9518+
"libssl",
9519+
"test/libtestutil.a"
9520+
],
95139521
"test/trace_api_test" => [
95149522
"libcrypto.a",
95159523
"test/libtestutil.a"
@@ -12148,7 +12156,8 @@ our %unified_info = (
1214812156
"test/helpers/sslbuffertest-bin-ssltestlib.o",
1214912157
"test/helpers/sslcorrupttest-bin-ssltestlib.o",
1215012158
"test/helpers/tls13ccstest-bin-ssltestlib.o",
12151-
"test/helpers/tls13groupselection_test-bin-ssltestlib.o"
12159+
"test/helpers/tls13groupselection_test-bin-ssltestlib.o",
12160+
"test/helpers/tls13ticket_test-bin-ssltestlib.o"
1215212161
],
1215312162
"products" => {
1215412163
"bin" => [
@@ -12186,7 +12195,8 @@ our %unified_info = (
1218612195
"test/sslbuffertest",
1218712196
"test/sslcorrupttest",
1218812197
"test/tls13ccstest",
12189-
"test/tls13groupselection_test"
12198+
"test/tls13groupselection_test",
12199+
"test/tls13ticket_test"
1219012200
]
1219112201
}
1219212202
},
@@ -22067,6 +22077,10 @@ our %unified_info = (
2206722077
".",
2206822078
"include"
2206922079
],
22080+
"test/helpers/tls13ticket_test-bin-ssltestlib.o" => [
22081+
".",
22082+
"include"
22083+
],
2207022084
"test/hexstr_test" => [
2207122085
".",
2207222086
"include",
@@ -22581,6 +22595,10 @@ our %unified_info = (
2258122595
"include",
2258222596
"apps/include"
2258322597
],
22598+
"test/tls13ticket_test" => [
22599+
"include",
22600+
"apps/include"
22601+
],
2258422602
"test/trace_api_test" => [
2258522603
".",
2258622604
"include",
@@ -23909,6 +23927,7 @@ our %unified_info = (
2390923927
"test/tls13ccstest",
2391023928
"test/tls13encryptiontest",
2391123929
"test/tls13groupselection_test",
23930+
"test/tls13ticket_test",
2391223931
"test/trace_api_test",
2391323932
"test/uitest",
2391423933
"test/upcallstest",
@@ -31640,6 +31659,9 @@ our %unified_info = (
3164031659
"test/helpers/tls13groupselection_test-bin-ssltestlib.o" => [
3164131660
"test/helpers/ssltestlib.c"
3164231661
],
31662+
"test/helpers/tls13ticket_test-bin-ssltestlib.o" => [
31663+
"test/helpers/ssltestlib.c"
31664+
],
3164331665
"test/hexstr_test" => [
3164431666
"test/hexstr_test-bin-hexstr_test.o"
3164531667
],
@@ -32518,6 +32540,13 @@ our %unified_info = (
3251832540
"test/tls13groupselection_test-bin-tls13groupselection_test.o" => [
3251932541
"test/tls13groupselection_test.c"
3252032542
],
32543+
"test/tls13ticket_test" => [
32544+
"test/helpers/tls13ticket_test-bin-ssltestlib.o",
32545+
"test/tls13ticket_test-bin-tls13tickettest.o"
32546+
],
32547+
"test/tls13ticket_test-bin-tls13tickettest.o" => [
32548+
"test/tls13tickettest.c"
32549+
],
3252132550
"test/trace_api_test" => [
3252232551
"test/trace_api_test-bin-trace_api_test.o"
3252332552
],

deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Tue Apr 7 19:05:06 2026 UTC"
14+
#define DATE "built on: Tue Jun 9 13:41:00 2026 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a

deps/openssl/config/archs/BSD-x86/asm/include/openssl/opensslv.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extern "C" {
3434
# define OPENSSL_VERSION_MINOR 5
3535
/* clang-format on */
3636
/* clang-format off */
37-
# define OPENSSL_VERSION_PATCH 6
37+
# define OPENSSL_VERSION_PATCH 7
3838
/* clang-format on */
3939

4040
/*
@@ -87,10 +87,10 @@ extern "C" {
8787
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
8888
*/
8989
/* clang-format off */
90-
# define OPENSSL_VERSION_STR "3.5.6"
90+
# define OPENSSL_VERSION_STR "3.5.7"
9191
/* clang-format on */
9292
/* clang-format off */
93-
# define OPENSSL_FULL_VERSION_STR "3.5.6"
93+
# define OPENSSL_FULL_VERSION_STR "3.5.7"
9494
/* clang-format on */
9595

9696
/*
@@ -99,15 +99,15 @@ extern "C" {
9999
* These strings are defined separately to allow them to be parsable.
100100
*/
101101
/* clang-format off */
102-
# define OPENSSL_RELEASE_DATE "7 Apr 2026"
102+
# define OPENSSL_RELEASE_DATE "9 Jun 2026"
103103
/* clang-format on */
104104

105105
/*
106106
* SECTION 4: BACKWARD COMPATIBILITY
107107
*/
108108

109109
/* clang-format off */
110-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
110+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
111111
/* clang-format on */
112112

113113
/* clang-format off */

deps/openssl/config/archs/BSD-x86/asm/include/openssl/ssl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* WARNING: do not edit!
33
* Generated by Makefile from include/openssl/ssl.h.in
44
*
5-
* Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
66
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
77
* Copyright 2005 Nokia. All rights reserved.
88
*
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
25982598
__owur int SSL_session_reused(const SSL *s);
25992599
__owur int SSL_is_server(const SSL *s);
26002600

2601-
__owur __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2601+
__owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
26022602
int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
26032603
void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
26042604
unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);

deps/openssl/config/archs/BSD-x86/asm/include/openssl/x509_acert.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* WARNING: do not edit!
33
* Generated by Makefile from include/openssl/x509_acert.h.in
44
*
5-
* Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
66
*
77
* Licensed under the Apache License 2.0 (the "License"). You may not use
88
* this file except in compliance with the License. You can obtain a copy
@@ -22,6 +22,10 @@
2222
#include <openssl/x509.h>
2323
#include <openssl/pem.h>
2424

25+
#ifdef __cplusplus
26+
extern "C" {
27+
#endif
28+
2529
typedef struct X509_acert_st X509_ACERT;
2630
typedef struct X509_acert_info_st X509_ACERT_INFO;
2731
typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO;
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER
301305

302306
/* clang-format on */
303307

308+
#ifdef __cplusplus
309+
}
310+
#endif
311+
304312
#endif

deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm

Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ our %config = (
171171
],
172172
"dynamic_engines" => "0",
173173
"ex_libs" => [],
174-
"full_version" => "3.5.6",
174+
"full_version" => "3.5.7",
175175
"includes" => [],
176176
"lflags" => [],
177177
"lib_defines" => [
@@ -233,7 +233,7 @@ our %config = (
233233
"openssl_sys_defines" => [],
234234
"openssldir" => "",
235235
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
236-
"patch" => "6",
236+
"patch" => "7",
237237
"perl_archname" => "x86_64-linux-gnu-thread-multi",
238238
"perl_cmd" => "/usr/bin/perl",
239239
"perl_version" => "5.34.0",
@@ -286,11 +286,11 @@ our %config = (
286286
"prerelease" => "",
287287
"processor" => "",
288288
"rc4_int" => "unsigned int",
289-
"release_date" => "7 Apr 2026",
289+
"release_date" => "9 Jun 2026",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86",
293-
"version" => "3.5.6"
293+
"version" => "3.5.7"
294294
);
295295
our %target = (
296296
"AR" => "ar",
@@ -1851,6 +1851,9 @@ our %unified_info = (
18511851
"test/tls13groupselection_test" => {
18521852
"noinst" => "1"
18531853
},
1854+
"test/tls13ticket_test" => {
1855+
"noinst" => "1"
1856+
},
18541857
"test/trace_api_test" => {
18551858
"noinst" => "1"
18561859
},
@@ -9510,6 +9513,11 @@ our %unified_info = (
95109513
"libssl",
95119514
"test/libtestutil.a"
95129515
],
9516+
"test/tls13ticket_test" => [
9517+
"libcrypto",
9518+
"libssl",
9519+
"test/libtestutil.a"
9520+
],
95139521
"test/trace_api_test" => [
95149522
"libcrypto.a",
95159523
"test/libtestutil.a"
@@ -12148,7 +12156,8 @@ our %unified_info = (
1214812156
"test/helpers/sslbuffertest-bin-ssltestlib.o",
1214912157
"test/helpers/sslcorrupttest-bin-ssltestlib.o",
1215012158
"test/helpers/tls13ccstest-bin-ssltestlib.o",
12151-
"test/helpers/tls13groupselection_test-bin-ssltestlib.o"
12159+
"test/helpers/tls13groupselection_test-bin-ssltestlib.o",
12160+
"test/helpers/tls13ticket_test-bin-ssltestlib.o"
1215212161
],
1215312162
"products" => {
1215412163
"bin" => [
@@ -12186,7 +12195,8 @@ our %unified_info = (
1218612195
"test/sslbuffertest",
1218712196
"test/sslcorrupttest",
1218812197
"test/tls13ccstest",
12189-
"test/tls13groupselection_test"
12198+
"test/tls13groupselection_test",
12199+
"test/tls13ticket_test"
1219012200
]
1219112201
}
1219212202
},
@@ -22067,6 +22077,10 @@ our %unified_info = (
2206722077
".",
2206822078
"include"
2206922079
],
22080+
"test/helpers/tls13ticket_test-bin-ssltestlib.o" => [
22081+
".",
22082+
"include"
22083+
],
2207022084
"test/hexstr_test" => [
2207122085
".",
2207222086
"include",
@@ -22581,6 +22595,10 @@ our %unified_info = (
2258122595
"include",
2258222596
"apps/include"
2258322597
],
22598+
"test/tls13ticket_test" => [
22599+
"include",
22600+
"apps/include"
22601+
],
2258422602
"test/trace_api_test" => [
2258522603
".",
2258622604
"include",
@@ -23909,6 +23927,7 @@ our %unified_info = (
2390923927
"test/tls13ccstest",
2391023928
"test/tls13encryptiontest",
2391123929
"test/tls13groupselection_test",
23930+
"test/tls13ticket_test",
2391223931
"test/trace_api_test",
2391323932
"test/uitest",
2391423933
"test/upcallstest",
@@ -31640,6 +31659,9 @@ our %unified_info = (
3164031659
"test/helpers/tls13groupselection_test-bin-ssltestlib.o" => [
3164131660
"test/helpers/ssltestlib.c"
3164231661
],
31662+
"test/helpers/tls13ticket_test-bin-ssltestlib.o" => [
31663+
"test/helpers/ssltestlib.c"
31664+
],
3164331665
"test/hexstr_test" => [
3164431666
"test/hexstr_test-bin-hexstr_test.o"
3164531667
],
@@ -32518,6 +32540,13 @@ our %unified_info = (
3251832540
"test/tls13groupselection_test-bin-tls13groupselection_test.o" => [
3251932541
"test/tls13groupselection_test.c"
3252032542
],
32543+
"test/tls13ticket_test" => [
32544+
"test/helpers/tls13ticket_test-bin-ssltestlib.o",
32545+
"test/tls13ticket_test-bin-tls13tickettest.o"
32546+
],
32547+
"test/tls13ticket_test-bin-tls13tickettest.o" => [
32548+
"test/tls13tickettest.c"
32549+
],
3252132550
"test/trace_api_test" => [
3252232551
"test/trace_api_test-bin-trace_api_test.o"
3252332552
],

deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/buildinf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Tue Apr 7 19:05:23 2026 UTC"
14+
#define DATE "built on: Tue Jun 9 13:41:17 2026 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a

0 commit comments

Comments
 (0)