Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions deps/openssl/config/archs/BSD-x86/asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ our %config = (
],
"dynamic_engines" => "0",
"ex_libs" => [],
"full_version" => "3.5.3",
"full_version" => "3.5.4",
"includes" => [],
"lflags" => [],
"lib_defines" => [
Expand Down Expand Up @@ -233,7 +233,7 @@ our %config = (
"openssl_sys_defines" => [],
"openssldir" => "",
"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",
"patch" => "3",
"patch" => "4",
"perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0",
Expand Down Expand Up @@ -286,11 +286,11 @@ our %config = (
"prerelease" => "",
"processor" => "",
"rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025",
"release_date" => "30 Sep 2025",
"shlib_version" => "3",
"sourcedir" => ".",
"target" => "BSD-x86",
"version" => "3.5.3"
"version" => "3.5.4"
);
our %target = (
"AR" => "ar",
Expand Down Expand Up @@ -12175,6 +12175,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o",
Expand Down Expand Up @@ -31616,6 +31617,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o",
Expand Down Expand Up @@ -32332,6 +32334,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c"
],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c"
],
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Tue Sep 16 15:42:48 2025 UTC"
#define DATE "built on: Wed Oct 1 18:52:09 2025 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
14 changes: 7 additions & 7 deletions deps/openssl/config/archs/BSD-x86/asm/include/openssl/opensslv.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern "C" {
*/
# define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3
# define OPENSSL_VERSION_PATCH 4

/*
* Additional version information
Expand Down Expand Up @@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/
# define OPENSSL_VERSION_STR "3.5.3"
# define OPENSSL_FULL_VERSION_STR "3.5.3"
# define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.4"

/*
* SECTION 3: ADDITIONAL METADATA
*
* These strings are defined separately to allow them to be parsable.
*/
# define OPENSSL_RELEASE_DATE "16 Sep 2025"
# define OPENSSL_RELEASE_DATE "30 Sep 2025"

/*
* SECTION 4: BACKWARD COMPATIBILITY
*/

# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025"
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025"

/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */
# define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \
|0xfL )
|0x0L )

# ifdef __cplusplus
}
Expand Down
13 changes: 9 additions & 4 deletions deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ our %config = (
],
"dynamic_engines" => "0",
"ex_libs" => [],
"full_version" => "3.5.3",
"full_version" => "3.5.4",
"includes" => [],
"lflags" => [],
"lib_defines" => [
Expand Down Expand Up @@ -233,7 +233,7 @@ our %config = (
"openssl_sys_defines" => [],
"openssldir" => "",
"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",
"patch" => "3",
"patch" => "4",
"perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0",
Expand Down Expand Up @@ -286,11 +286,11 @@ our %config = (
"prerelease" => "",
"processor" => "",
"rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025",
"release_date" => "30 Sep 2025",
"shlib_version" => "3",
"sourcedir" => ".",
"target" => "BSD-x86",
"version" => "3.5.3"
"version" => "3.5.4"
);
our %target = (
"AR" => "ar",
Expand Down Expand Up @@ -12175,6 +12175,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o",
Expand Down Expand Up @@ -31616,6 +31617,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o",
Expand Down Expand Up @@ -32332,6 +32334,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c"
],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c"
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Tue Sep 16 15:43:04 2025 UTC"
#define DATE "built on: Wed Oct 1 18:52:26 2025 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern "C" {
*/
# define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3
# define OPENSSL_VERSION_PATCH 4

/*
* Additional version information
Expand Down Expand Up @@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/
# define OPENSSL_VERSION_STR "3.5.3"
# define OPENSSL_FULL_VERSION_STR "3.5.3"
# define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.4"

/*
* SECTION 3: ADDITIONAL METADATA
*
* These strings are defined separately to allow them to be parsable.
*/
# define OPENSSL_RELEASE_DATE "16 Sep 2025"
# define OPENSSL_RELEASE_DATE "30 Sep 2025"

/*
* SECTION 4: BACKWARD COMPATIBILITY
*/

# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025"
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025"

/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */
# define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \
|0xfL )
|0x0L )

# ifdef __cplusplus
}
Expand Down
13 changes: 9 additions & 4 deletions deps/openssl/config/archs/BSD-x86/no-asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ our %config = (
],
"dynamic_engines" => "0",
"ex_libs" => [],
"full_version" => "3.5.3",
"full_version" => "3.5.4",
"includes" => [],
"lflags" => [],
"lib_defines" => [
Expand Down Expand Up @@ -232,7 +232,7 @@ our %config = (
"openssl_sys_defines" => [],
"openssldir" => "",
"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",
"patch" => "3",
"patch" => "4",
"perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0",
Expand Down Expand Up @@ -286,11 +286,11 @@ our %config = (
"prerelease" => "",
"processor" => "",
"rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025",
"release_date" => "30 Sep 2025",
"shlib_version" => "3",
"sourcedir" => ".",
"target" => "BSD-x86",
"version" => "3.5.3"
"version" => "3.5.4"
);
our %target = (
"AR" => "ar",
Expand Down Expand Up @@ -12095,6 +12095,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o",
Expand Down Expand Up @@ -31445,6 +31446,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o",
Expand Down Expand Up @@ -32161,6 +32163,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c"
],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c"
],
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86/no-asm/crypto/buildinf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Tue Sep 16 15:43:21 2025 UTC"
#define DATE "built on: Wed Oct 1 18:52:42 2025 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extern "C" {
*/
# define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3
# define OPENSSL_VERSION_PATCH 4

/*
* Additional version information
Expand Down Expand Up @@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/
# define OPENSSL_VERSION_STR "3.5.3"
# define OPENSSL_FULL_VERSION_STR "3.5.3"
# define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.4"

/*
* SECTION 3: ADDITIONAL METADATA
*
* These strings are defined separately to allow them to be parsable.
*/
# define OPENSSL_RELEASE_DATE "16 Sep 2025"
# define OPENSSL_RELEASE_DATE "30 Sep 2025"

/*
* SECTION 4: BACKWARD COMPATIBILITY
*/

# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025"
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025"

/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */
# define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \
|0xfL )
|0x0L )

# ifdef __cplusplus
}
Expand Down
13 changes: 9 additions & 4 deletions deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ our %config = (
],
"dynamic_engines" => "0",
"ex_libs" => [],
"full_version" => "3.5.3",
"full_version" => "3.5.4",
"includes" => [],
"lflags" => [],
"lib_defines" => [
Expand Down Expand Up @@ -233,7 +233,7 @@ our %config = (
"openssl_sys_defines" => [],
"openssldir" => "",
"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",
"patch" => "3",
"patch" => "4",
"perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0",
Expand Down Expand Up @@ -286,11 +286,11 @@ our %config = (
"prerelease" => "",
"processor" => "",
"rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025",
"release_date" => "30 Sep 2025",
"shlib_version" => "3",
"sourcedir" => ".",
"target" => "BSD-x86_64",
"version" => "3.5.3"
"version" => "3.5.4"
);
our %target = (
"AR" => "ar",
Expand Down Expand Up @@ -12232,6 +12232,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o",
Expand Down Expand Up @@ -31833,6 +31834,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o",
Expand Down Expand Up @@ -32549,6 +32551,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c"
],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c"
],
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86_64/asm/crypto/buildinf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Tue Sep 16 15:43:36 2025 UTC"
#define DATE "built on: Wed Oct 1 18:52:58 2025 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
Loading
Loading