Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 98e399b

Browse filesBrowse files
nodejs-github-botrichardlau
authored andcommitted
deps: update archs files for openssl-3.5.2
PR-URL: #59371 Backport-PR-URL: #59859 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent 2b983a7 commit 98e399b
Copy full SHA for 98e399b

File tree

Expand file treeCollapse file tree

203 files changed

+610
-579
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

203 files changed

+610
-579
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm/configdata.pm
+4-4Lines changed: 4 additions & 4 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.1",
174+
"full_version" => "3.5.2",
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" => "1",
236+
"patch" => "2",
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" => "1 Jul 2025",
289+
"release_date" => "5 Aug 2025",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86",
293-
"version" => "3.5.1"
293+
"version" => "3.5.2"
294294
);
295295
our %target = (
296296
"AR" => "ar",
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h
+1-1Lines 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: Sun Jul 27 00:45:42 2025 UTC"
14+
#define DATE "built on: Tue Aug 5 17:10:12 2025 UTC"
1515

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

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm/include/openssl/opensslv.h
+5-5Lines 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 5
32-
# define OPENSSL_VERSION_PATCH 1
32+
# define OPENSSL_VERSION_PATCH 2
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.5.1"
78-
# define OPENSSL_FULL_VERSION_STR "3.5.1"
77+
# define OPENSSL_VERSION_STR "3.5.2"
78+
# define OPENSSL_FULL_VERSION_STR "3.5.2"
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 "1 Jul 2025"
85+
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
8686

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

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
9292

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

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm
+4-4Lines changed: 4 additions & 4 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.1",
174+
"full_version" => "3.5.2",
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" => "1",
236+
"patch" => "2",
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" => "1 Jul 2025",
289+
"release_date" => "5 Aug 2025",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86",
293-
"version" => "3.5.1"
293+
"version" => "3.5.2"
294294
);
295295
our %target = (
296296
"AR" => "ar",
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/buildinf.h
+1-1Lines 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: Sun Jul 27 00:45:59 2025 UTC"
14+
#define DATE "built on: Tue Aug 5 17:10:29 2025 UTC"
1515

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

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h
+5-5Lines 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 5
32-
# define OPENSSL_VERSION_PATCH 1
32+
# define OPENSSL_VERSION_PATCH 2
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.5.1"
78-
# define OPENSSL_FULL_VERSION_STR "3.5.1"
77+
# define OPENSSL_VERSION_STR "3.5.2"
78+
# define OPENSSL_FULL_VERSION_STR "3.5.2"
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 "1 Jul 2025"
85+
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
8686

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

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
9292

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

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/no-asm/configdata.pm
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ our %config = (
169169
],
170170
"dynamic_engines" => "0",
171171
"ex_libs" => [],
172-
"full_version" => "3.5.1",
172+
"full_version" => "3.5.2",
173173
"includes" => [],
174174
"lflags" => [],
175175
"lib_defines" => [
@@ -232,7 +232,7 @@ our %config = (
232232
"openssl_sys_defines" => [],
233233
"openssldir" => "",
234234
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm 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",
235-
"patch" => "1",
235+
"patch" => "2",
236236
"perl_archname" => "x86_64-linux-gnu-thread-multi",
237237
"perl_cmd" => "/usr/bin/perl",
238238
"perl_version" => "5.34.0",
@@ -286,11 +286,11 @@ our %config = (
286286
"prerelease" => "",
287287
"processor" => "",
288288
"rc4_int" => "unsigned int",
289-
"release_date" => "1 Jul 2025",
289+
"release_date" => "5 Aug 2025",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86",
293-
"version" => "3.5.1"
293+
"version" => "3.5.2"
294294
);
295295
our %target = (
296296
"AR" => "ar",
Collapse file

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/no-asm/crypto/buildinf.h
+1-1Lines 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: Sun Jul 27 00:46:16 2025 UTC"
14+
#define DATE "built on: Tue Aug 5 17:10:45 2025 UTC"
1515

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

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

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/opensslv.h
+5-5Lines 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 5
32-
# define OPENSSL_VERSION_PATCH 1
32+
# define OPENSSL_VERSION_PATCH 2
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.5.1"
78-
# define OPENSSL_FULL_VERSION_STR "3.5.1"
77+
# define OPENSSL_VERSION_STR "3.5.2"
78+
# define OPENSSL_FULL_VERSION_STR "3.5.2"
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 "1 Jul 2025"
85+
# define OPENSSL_RELEASE_DATE "5 Aug 2025"
8686

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

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.1 1 Jul 2025"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
9292

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

‎deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm
+4-4Lines changed: 4 additions & 4 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.1",
174+
"full_version" => "3.5.2",
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" => "1",
236+
"patch" => "2",
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" => "1 Jul 2025",
289+
"release_date" => "5 Aug 2025",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86_64",
293-
"version" => "3.5.1"
293+
"version" => "3.5.2"
294294
);
295295
our %target = (
296296
"AR" => "ar",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.