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 48aaf98

Browse filesBrowse files
nodejs-github-botaduh95
authored andcommitted
deps: update archs files for openssl-3.5.3
PR-URL: #59901 Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
1 parent e02a562 commit 48aaf98
Copy full SHA for 48aaf98

File tree

Expand file treeCollapse file tree

264 files changed

+964
-1206
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

264 files changed

+964
-1206
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.2",
174+
"full_version" => "3.5.3",
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" => "2",
236+
"patch" => "3",
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" => "5 Aug 2025",
289+
"release_date" => "16 Sep 2025",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86",
293-
"version" => "3.5.2"
293+
"version" => "3.5.3"
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: Tue Aug 5 17:10:12 2025 UTC"
14+
#define DATE "built on: Tue Sep 16 15:42:48 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/crypto.h‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm/include/openssl/crypto.h
+4-4Lines changed: 4 additions & 4 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/crypto.h.in
44
*
5-
* Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
66
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
77
*
88
* Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -358,9 +358,9 @@ OSSL_CRYPTO_ALLOC void *CRYPTO_zalloc(size_t num, const char *file, int line);
358358
OSSL_CRYPTO_ALLOC void *CRYPTO_aligned_alloc(size_t num, size_t align,
359359
void **freeptr, const char *file,
360360
int line);
361-
OSSL_CRYPTO_ALLOC void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
362-
OSSL_CRYPTO_ALLOC char *CRYPTO_strdup(const char *str, const char *file, int line);
363-
OSSL_CRYPTO_ALLOC char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
361+
void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
362+
char *CRYPTO_strdup(const char *str, const char *file, int line);
363+
char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
364364
void CRYPTO_free(void *ptr, const char *file, int line);
365365
void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line);
366366
void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line);
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
+7-12Lines changed: 7 additions & 12 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/opensslv.h.in
44
*
5-
* Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1999-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
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 5
32-
# define OPENSSL_VERSION_PATCH 2
32+
# define OPENSSL_VERSION_PATCH 3
3333

3434
/*
3535
* Additional version information
@@ -74,33 +74,28 @@ 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.2"
78-
# define OPENSSL_FULL_VERSION_STR "3.5.2"
77+
# define OPENSSL_VERSION_STR "3.5.3"
78+
# define OPENSSL_FULL_VERSION_STR "3.5.3"
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 "5 Aug 2025"
85+
# define OPENSSL_RELEASE_DATE "16 Sep 2025"
8686

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

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94-
# ifdef OPENSSL_VERSION_PRE_RELEASE
95-
# define _OPENSSL_VERSION_PRE_RELEASE 0x0L
96-
# else
97-
# define _OPENSSL_VERSION_PRE_RELEASE 0xfL
98-
# endif
9994
# define OPENSSL_VERSION_NUMBER \
10095
( (OPENSSL_VERSION_MAJOR<<28) \
10196
|(OPENSSL_VERSION_MINOR<<20) \
10297
|(OPENSSL_VERSION_PATCH<<4) \
103-
|_OPENSSL_VERSION_PRE_RELEASE )
98+
|0xfL )
10499

105100
# ifdef __cplusplus
106101
}
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.2",
174+
"full_version" => "3.5.3",
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" => "2",
236+
"patch" => "3",
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" => "5 Aug 2025",
289+
"release_date" => "16 Sep 2025",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86",
293-
"version" => "3.5.2"
293+
"version" => "3.5.3"
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: Tue Aug 5 17:10:29 2025 UTC"
14+
#define DATE "built on: Tue Sep 16 15:43:04 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/crypto.h‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/crypto.h
+4-4Lines changed: 4 additions & 4 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/crypto.h.in
44
*
5-
* Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
66
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
77
*
88
* Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -358,9 +358,9 @@ OSSL_CRYPTO_ALLOC void *CRYPTO_zalloc(size_t num, const char *file, int line);
358358
OSSL_CRYPTO_ALLOC void *CRYPTO_aligned_alloc(size_t num, size_t align,
359359
void **freeptr, const char *file,
360360
int line);
361-
OSSL_CRYPTO_ALLOC void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
362-
OSSL_CRYPTO_ALLOC char *CRYPTO_strdup(const char *str, const char *file, int line);
363-
OSSL_CRYPTO_ALLOC char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
361+
void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
362+
char *CRYPTO_strdup(const char *str, const char *file, int line);
363+
char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
364364
void CRYPTO_free(void *ptr, const char *file, int line);
365365
void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line);
366366
void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line);
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
+7-12Lines changed: 7 additions & 12 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/opensslv.h.in
44
*
5-
* Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1999-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
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 5
32-
# define OPENSSL_VERSION_PATCH 2
32+
# define OPENSSL_VERSION_PATCH 3
3333

3434
/*
3535
* Additional version information
@@ -74,33 +74,28 @@ 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.2"
78-
# define OPENSSL_FULL_VERSION_STR "3.5.2"
77+
# define OPENSSL_VERSION_STR "3.5.3"
78+
# define OPENSSL_FULL_VERSION_STR "3.5.3"
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 "5 Aug 2025"
85+
# define OPENSSL_RELEASE_DATE "16 Sep 2025"
8686

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

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025"
9292

9393
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94-
# ifdef OPENSSL_VERSION_PRE_RELEASE
95-
# define _OPENSSL_VERSION_PRE_RELEASE 0x0L
96-
# else
97-
# define _OPENSSL_VERSION_PRE_RELEASE 0xfL
98-
# endif
9994
# define OPENSSL_VERSION_NUMBER \
10095
( (OPENSSL_VERSION_MAJOR<<28) \
10196
|(OPENSSL_VERSION_MINOR<<20) \
10297
|(OPENSSL_VERSION_PATCH<<4) \
103-
|_OPENSSL_VERSION_PRE_RELEASE )
98+
|0xfL )
10499

105100
# ifdef __cplusplus
106101
}
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.2",
172+
"full_version" => "3.5.3",
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" => "2",
235+
"patch" => "3",
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" => "5 Aug 2025",
289+
"release_date" => "16 Sep 2025",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86",
293-
"version" => "3.5.2"
293+
"version" => "3.5.3"
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: Tue Aug 5 17:10:45 2025 UTC"
14+
#define DATE "built on: Tue Sep 16 15:43:21 2025 UTC"
1515

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

0 commit comments

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