Skip to content

Commit 9e1fce9

Browse files
nodejs-github-bottargos
authored andcommitted
deps: update archs files for openssl-3.0.16
PR-URL: #57335 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 4056c1f commit 9e1fce9

File tree

431 files changed

+2210
-7818
lines changed

Some content is hidden

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

431 files changed

+2210
-7818
lines changed

deps/openssl/config/archs/BSD-x86/asm/apps/progs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* WARNING: do not edit!
33
* Generated by apps/progs.pl
44
*
5-
* Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2025 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

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

+27-55
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ our %config = (
139139
"providers/implementations/kem/build.info",
140140
"providers/implementations/rands/seeding/build.info"
141141
],
142-
"build_metadata" => "+quic",
142+
"build_metadata" => "",
143143
"build_type" => "release",
144144
"builddir" => ".",
145145
"cflags" => [
@@ -156,7 +156,7 @@ our %config = (
156156
],
157157
"dynamic_engines" => "0",
158158
"ex_libs" => [],
159-
"full_version" => "3.0.15+quic",
159+
"full_version" => "3.0.16",
160160
"includes" => [],
161161
"lflags" => [],
162162
"lib_defines" => [
@@ -203,10 +203,10 @@ our %config = (
203203
"openssl_sys_defines" => [],
204204
"openssldir" => "",
205205
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
206-
"patch" => "15",
206+
"patch" => "16",
207207
"perl_archname" => "x86_64-linux-gnu-thread-multi",
208208
"perl_cmd" => "/usr/bin/perl",
209-
"perl_version" => "5.34.0",
209+
"perl_version" => "5.38.2",
210210
"perlargv" => [
211211
"no-comp",
212212
"no-shared",
@@ -255,11 +255,11 @@ our %config = (
255255
"prerelease" => "",
256256
"processor" => "",
257257
"rc4_int" => "unsigned int",
258-
"release_date" => "3 Sep 2024",
259-
"shlib_version" => "81.3",
258+
"release_date" => "11 Feb 2025",
259+
"shlib_version" => "3",
260260
"sourcedir" => ".",
261261
"target" => "BSD-x86",
262-
"version" => "3.0.15"
262+
"version" => "3.0.16"
263263
);
264264
our %target = (
265265
"AR" => "ar",
@@ -387,7 +387,6 @@ our @disablables = (
387387
"poly1305",
388388
"posix-io",
389389
"psk",
390-
"quic",
391390
"rc2",
392391
"rc4",
393392
"rc5",
@@ -889,6 +888,9 @@ our %unified_info = (
889888
"test/bio_prefix_text" => {
890889
"noinst" => "1"
891890
},
891+
"test/bio_pw_callback_test" => {
892+
"noinst" => "1"
893+
},
892894
"test/bio_readbuffer_test" => {
893895
"noinst" => "1"
894896
},
@@ -1045,9 +1047,6 @@ our %unified_info = (
10451047
"test/buildtest_c_provider" => {
10461048
"noinst" => "1"
10471049
},
1048-
"test/buildtest_c_quic" => {
1049-
"noinst" => "1"
1050-
},
10511050
"test/buildtest_c_rand" => {
10521051
"noinst" => "1"
10531052
},
@@ -3484,9 +3483,6 @@ our %unified_info = (
34843483
"doc/html/man3/SSL_CTX_set_psk_client_callback.html" => [
34853484
"doc/man3/SSL_CTX_set_psk_client_callback.pod"
34863485
],
3487-
"doc/html/man3/SSL_CTX_set_quic_method.html" => [
3488-
"doc/man3/SSL_CTX_set_quic_method.pod"
3489-
],
34903486
"doc/html/man3/SSL_CTX_set_quiet_shutdown.html" => [
34913487
"doc/man3/SSL_CTX_set_quiet_shutdown.pod"
34923488
],
@@ -5878,9 +5874,6 @@ our %unified_info = (
58785874
"doc/man/man3/SSL_CTX_set_psk_client_callback.3" => [
58795875
"doc/man3/SSL_CTX_set_psk_client_callback.pod"
58805876
],
5881-
"doc/man/man3/SSL_CTX_set_quic_method.3" => [
5882-
"doc/man3/SSL_CTX_set_quic_method.pod"
5883-
],
58845877
"doc/man/man3/SSL_CTX_set_quiet_shutdown.3" => [
58855878
"doc/man3/SSL_CTX_set_quiet_shutdown.pod"
58865879
],
@@ -7263,6 +7256,10 @@ our %unified_info = (
72637256
"libcrypto",
72647257
"test/libtestutil.a"
72657258
],
7259+
"test/bio_pw_callback_test" => [
7260+
"libcrypto",
7261+
"test/libtestutil.a"
7262+
],
72667263
"test/bio_readbuffer_test" => [
72677264
"libcrypto",
72687265
"test/libtestutil.a"
@@ -7471,10 +7468,6 @@ our %unified_info = (
74717468
"libcrypto",
74727469
"libssl"
74737470
],
7474-
"test/buildtest_c_quic" => [
7475-
"libcrypto",
7476-
"libssl"
7477-
],
74787471
"test/buildtest_c_rand" => [
74797472
"libcrypto",
74807473
"libssl"
@@ -10279,7 +10272,6 @@ our %unified_info = (
1027910272
"ssl/libssl-lib-ssl_init.o",
1028010273
"ssl/libssl-lib-ssl_lib.o",
1028110274
"ssl/libssl-lib-ssl_mcnf.o",
10282-
"ssl/libssl-lib-ssl_quic.o",
1028310275
"ssl/libssl-lib-ssl_rsa.o",
1028410276
"ssl/libssl-lib-ssl_rsa_legacy.o",
1028510277
"ssl/libssl-lib-ssl_sess.o",
@@ -10330,7 +10322,6 @@ our %unified_info = (
1033010322
"ssl/statem/libssl-lib-statem_clnt.o",
1033110323
"ssl/statem/libssl-lib-statem_dtls.o",
1033210324
"ssl/statem/libssl-lib-statem_lib.o",
10333-
"ssl/statem/libssl-lib-statem_quic.o",
1033410325
"ssl/statem/libssl-lib-statem_srvr.o"
1033510326
],
1033610327
"products" => {
@@ -12533,9 +12524,6 @@ our %unified_info = (
1253312524
"doc/html/man3/SSL_CTX_set_psk_client_callback.html" => [
1253412525
"doc/man3/SSL_CTX_set_psk_client_callback.pod"
1253512526
],
12536-
"doc/html/man3/SSL_CTX_set_quic_method.html" => [
12537-
"doc/man3/SSL_CTX_set_quic_method.pod"
12538-
],
1253912527
"doc/html/man3/SSL_CTX_set_quiet_shutdown.html" => [
1254012528
"doc/man3/SSL_CTX_set_quiet_shutdown.pod"
1254112529
],
@@ -14927,9 +14915,6 @@ our %unified_info = (
1492714915
"doc/man/man3/SSL_CTX_set_psk_client_callback.3" => [
1492814916
"doc/man3/SSL_CTX_set_psk_client_callback.pod"
1492914917
],
14930-
"doc/man/man3/SSL_CTX_set_quic_method.3" => [
14931-
"doc/man3/SSL_CTX_set_quic_method.pod"
14932-
],
1493314918
"doc/man/man3/SSL_CTX_set_quiet_shutdown.3" => [
1493414919
"doc/man3/SSL_CTX_set_quiet_shutdown.pod"
1493514920
],
@@ -16294,10 +16279,6 @@ our %unified_info = (
1629416279
"test/generate_buildtest.pl",
1629516280
"provider"
1629616281
],
16297-
"test/buildtest_quic.c" => [
16298-
"test/generate_buildtest.pl",
16299-
"quic"
16300-
],
1630116282
"test/buildtest_rand.c" => [
1630216283
"test/generate_buildtest.pl",
1630316284
"rand"
@@ -16899,7 +16880,6 @@ our %unified_info = (
1689916880
"doc/html/man3/SSL_CTX_set_num_tickets.html",
1690016881
"doc/html/man3/SSL_CTX_set_options.html",
1690116882
"doc/html/man3/SSL_CTX_set_psk_client_callback.html",
16902-
"doc/html/man3/SSL_CTX_set_quic_method.html",
1690316883
"doc/html/man3/SSL_CTX_set_quiet_shutdown.html",
1690416884
"doc/html/man3/SSL_CTX_set_read_ahead.html",
1690516885
"doc/html/man3/SSL_CTX_set_record_padding_callback.html",
@@ -18358,6 +18338,10 @@ our %unified_info = (
1835818338
"include",
1835918339
"apps/include"
1836018340
],
18341+
"test/bio_pw_callback_test" => [
18342+
"include",
18343+
"apps/include"
18344+
],
1836118345
"test/bio_readbuffer_test" => [
1836218346
"include",
1836318347
"apps/include"
@@ -18520,9 +18504,6 @@ our %unified_info = (
1852018504
"test/buildtest_c_provider" => [
1852118505
"include"
1852218506
],
18523-
"test/buildtest_c_quic" => [
18524-
"include"
18525-
],
1852618507
"test/buildtest_c_rand" => [
1852718508
"include"
1852818509
],
@@ -19895,7 +19876,6 @@ our %unified_info = (
1989519876
"doc/man/man3/SSL_CTX_set_num_tickets.3",
1989619877
"doc/man/man3/SSL_CTX_set_options.3",
1989719878
"doc/man/man3/SSL_CTX_set_psk_client_callback.3",
19898-
"doc/man/man3/SSL_CTX_set_quic_method.3",
1989919879
"doc/man/man3/SSL_CTX_set_quiet_shutdown.3",
1990019880
"doc/man/man3/SSL_CTX_set_read_ahead.3",
1990119881
"doc/man/man3/SSL_CTX_set_record_padding_callback.3",
@@ -20229,6 +20209,7 @@ our %unified_info = (
2022920209
"test/bio_enc_test",
2023020210
"test/bio_memleak_test",
2023120211
"test/bio_prefix_text",
20212+
"test/bio_pw_callback_test",
2023220213
"test/bio_readbuffer_test",
2023320214
"test/bioprinttest",
2023420215
"test/bn_internal_test",
@@ -20281,7 +20262,6 @@ our %unified_info = (
2028120262
"test/buildtest_c_pem2",
2028220263
"test/buildtest_c_prov_ssl",
2028320264
"test/buildtest_c_provider",
20284-
"test/buildtest_c_quic",
2028520265
"test/buildtest_c_rand",
2028620266
"test/buildtest_c_rc2",
2028720267
"test/buildtest_c_rc4",
@@ -24489,7 +24469,6 @@ our %unified_info = (
2448924469
"ssl/libssl-lib-ssl_init.o",
2449024470
"ssl/libssl-lib-ssl_lib.o",
2449124471
"ssl/libssl-lib-ssl_mcnf.o",
24492-
"ssl/libssl-lib-ssl_quic.o",
2449324472
"ssl/libssl-lib-ssl_rsa.o",
2449424473
"ssl/libssl-lib-ssl_rsa_legacy.o",
2449524474
"ssl/libssl-lib-ssl_sess.o",
@@ -24516,7 +24495,6 @@ our %unified_info = (
2451624495
"ssl/statem/libssl-lib-statem_clnt.o",
2451724496
"ssl/statem/libssl-lib-statem_dtls.o",
2451824497
"ssl/statem/libssl-lib-statem_lib.o",
24519-
"ssl/statem/libssl-lib-statem_quic.o",
2452024498
"ssl/statem/libssl-lib-statem_srvr.o"
2452124499
],
2452224500
"providers/common/der/libcommon-lib-der_digests_gen.o" => [
@@ -25767,9 +25745,6 @@ our %unified_info = (
2576725745
"ssl/libssl-lib-ssl_mcnf.o" => [
2576825746
"ssl/ssl_mcnf.c"
2576925747
],
25770-
"ssl/libssl-lib-ssl_quic.o" => [
25771-
"ssl/ssl_quic.c"
25772-
],
2577325748
"ssl/libssl-lib-ssl_rsa.o" => [
2577425749
"ssl/ssl_rsa.c"
2577525750
],
@@ -25851,9 +25826,6 @@ our %unified_info = (
2585125826
"ssl/statem/libssl-lib-statem_lib.o" => [
2585225827
"ssl/statem/statem_lib.c"
2585325828
],
25854-
"ssl/statem/libssl-lib-statem_quic.o" => [
25855-
"ssl/statem/statem_quic.c"
25856-
],
2585725829
"ssl/statem/libssl-lib-statem_srvr.o" => [
2585825830
"ssl/statem/statem_srvr.c"
2585925831
],
@@ -25984,6 +25956,12 @@ our %unified_info = (
2598425956
"test/bio_prefix_text-bin-bio_prefix_text.o" => [
2598525957
"test/bio_prefix_text.c"
2598625958
],
25959+
"test/bio_pw_callback_test" => [
25960+
"test/bio_pw_callback_test-bin-bio_pw_callback_test.o"
25961+
],
25962+
"test/bio_pw_callback_test-bin-bio_pw_callback_test.o" => [
25963+
"test/bio_pw_callback_test.c"
25964+
],
2598725965
"test/bio_readbuffer_test" => [
2598825966
"test/bio_readbuffer_test-bin-bio_readbuffer_test.o"
2598925967
],
@@ -26296,12 +26274,6 @@ our %unified_info = (
2629626274
"test/buildtest_c_provider-bin-buildtest_provider.o" => [
2629726275
"test/buildtest_provider.c"
2629826276
],
26299-
"test/buildtest_c_quic" => [
26300-
"test/buildtest_c_quic-bin-buildtest_quic.o"
26301-
],
26302-
"test/buildtest_c_quic-bin-buildtest_quic.o" => [
26303-
"test/buildtest_quic.c"
26304-
],
2630526277
"test/buildtest_c_rand" => [
2630626278
"test/buildtest_c_rand-bin-buildtest_rand.o"
2630726279
],
@@ -27751,7 +27723,7 @@ _____
2775127723
# defined in one template stick around for the
2775227724
# next, making them combinable
2775327725
PACKAGE => 'OpenSSL::safe')
27754-
or die $Text::Template::ERROR;
27726+
or die $OpenSSL::Template::ERROR;
2775527727
close BUILDFILE;
2775627728
rename("$buildfile.new", $buildfile)
2775727729
or die "Trying to rename $buildfile.new to $buildfile: $!";
@@ -27773,7 +27745,7 @@ _____
2777327745
# defined in one template stick around for the
2777427746
# next, making them combinable
2777527747
PACKAGE => 'OpenSSL::safe')
27776-
or die $Text::Template::ERROR;
27748+
or die $OpenSSL::Template::ERROR;
2777727749
close CONFIGURATION_H;
2777827750

2777927751
# When using stat() on Windows, we can get it to perform better by

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* WARNING: do not edit!
33
* Generated by util/mkbuildinf.pl
44
*
5-
* Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 2014-2025 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
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Mon Sep 30 17:05:30 2024 UTC"
14+
#define DATE "built on: Wed Mar 5 20:59:02 2025 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

+7-7
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
@@ -42,7 +42,7 @@ extern "C" {
4242
# define OPENSSL_VERSION_PRE_RELEASE ""
4343
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+fips" */
4444
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+vendor.1" */
45-
# define OPENSSL_VERSION_BUILD_METADATA "+quic"
45+
# define OPENSSL_VERSION_BUILD_METADATA ""
4646

4747
/*
4848
* Note: The OpenSSL Project will never define OPENSSL_VERSION_BUILD_METADATA
@@ -57,7 +57,7 @@ extern "C" {
5757
* be related to the API version expressed with the macros above.
5858
* This is defined in free form.
5959
*/
60-
# define OPENSSL_SHLIB_VERSION 81.3
60+
# define OPENSSL_SHLIB_VERSION 3
6161

6262
/*
6363
* SECTION 2: USEFUL MACROS
@@ -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+quic"
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+quic 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

0 commit comments

Comments
 (0)