deps: update archs files for openssl-3.5.4

PR-URL: https://github.com/nodejs/node/pull/60101
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Richard Lau <richard.lau@ibm.com>
This commit is contained in:
Node.js GitHub Bot 2025-10-01 19:07:14 +00:00
parent 01ce61ffbd
commit 947ea53a1c
203 changed files with 1009 additions and 693 deletions

View File

@ -171,7 +171,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -233,7 +233,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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", "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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -286,11 +286,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "BSD-x86", "target" => "BSD-x86",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12175,6 +12175,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31616,6 +31617,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32332,6 +32334,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: BSD-x86" #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 * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -171,7 +171,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -233,7 +233,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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", "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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -286,11 +286,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "BSD-x86", "target" => "BSD-x86",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12175,6 +12175,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31616,6 +31617,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32332,6 +32334,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: BSD-x86" #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 * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -169,7 +169,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -232,7 +232,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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", "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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -286,11 +286,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "BSD-x86", "target" => "BSD-x86",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12095,6 +12095,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31445,6 +31446,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32161,6 +32163,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: BSD-x86" #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 * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -171,7 +171,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -233,7 +233,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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", "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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -286,11 +286,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "BSD-x86_64", "target" => "BSD-x86_64",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12232,6 +12232,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31833,6 +31834,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32549,6 +32551,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: BSD-x86_64" #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 * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -171,7 +171,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -233,7 +233,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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", "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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -286,11 +286,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "BSD-x86_64", "target" => "BSD-x86_64",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12232,6 +12232,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31833,6 +31834,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32549,6 +32551,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: BSD-x86_64" #define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Tue Sep 16 15:44:00 2025 UTC" #define DATE "built on: Wed Oct 1 18:53:22 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -169,7 +169,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -232,7 +232,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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", "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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -286,11 +286,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "BSD-x86_64", "target" => "BSD-x86_64",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12096,6 +12096,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31446,6 +31447,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32162,6 +32164,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: BSD-x86_64" #define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Tue Sep 16 15:44:20 2025 UTC" #define DATE "built on: Wed Oct 1 18:53:42 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -179,7 +179,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -244,7 +244,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
"patch" => "3", "patch" => "4",
"perl_archname" => "x86_64-linux-gnu-thread-multi", "perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -297,11 +297,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "VC-WIN32", "target" => "VC-WIN32",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "lib", "AR" => "lib",
@ -316,7 +316,7 @@ our %target = (
"LDFLAGS" => "/nologo /debug", "LDFLAGS" => "/nologo /debug",
"MT" => "mt", "MT" => "mt",
"MTFLAGS" => "-nologo", "MTFLAGS" => "-nologo",
"RANLIB" => "CODE(0x55e43ca6c100)", "RANLIB" => "CODE(0x55fde924ab00)",
"RC" => "rc", "RC" => "rc",
"_conf_fname_int" => [ "_conf_fname_int" => [
"Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf",
@ -12225,6 +12225,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31710,6 +31711,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32426,6 +32428,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: " #define PLATFORM "platform: "
#define DATE "built on: Tue Sep 16 15:56:36 2025 UTC" #define DATE "built on: Wed Oct 1 19:05:58 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -179,7 +179,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -244,7 +244,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
"patch" => "3", "patch" => "4",
"perl_archname" => "x86_64-linux-gnu-thread-multi", "perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -297,11 +297,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "VC-WIN32", "target" => "VC-WIN32",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "lib", "AR" => "lib",
@ -316,7 +316,7 @@ our %target = (
"LDFLAGS" => "/nologo /debug", "LDFLAGS" => "/nologo /debug",
"MT" => "mt", "MT" => "mt",
"MTFLAGS" => "-nologo", "MTFLAGS" => "-nologo",
"RANLIB" => "CODE(0x557c7ed3f110)", "RANLIB" => "CODE(0x5580f2abcdd0)",
"RC" => "rc", "RC" => "rc",
"_conf_fname_int" => [ "_conf_fname_int" => [
"Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf",
@ -12225,6 +12225,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31710,6 +31711,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32426,6 +32428,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: " #define PLATFORM "platform: "
#define DATE "built on: Tue Sep 16 15:56:51 2025 UTC" #define DATE "built on: Wed Oct 1 19:06:12 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -177,7 +177,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -243,7 +243,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
"patch" => "3", "patch" => "4",
"perl_archname" => "x86_64-linux-gnu-thread-multi", "perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -297,11 +297,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "VC-WIN32", "target" => "VC-WIN32",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "lib", "AR" => "lib",
@ -316,7 +316,7 @@ our %target = (
"LDFLAGS" => "/nologo /debug", "LDFLAGS" => "/nologo /debug",
"MT" => "mt", "MT" => "mt",
"MTFLAGS" => "-nologo", "MTFLAGS" => "-nologo",
"RANLIB" => "CODE(0x55933bc43040)", "RANLIB" => "CODE(0x559f958d7420)",
"RC" => "rc", "RC" => "rc",
"_conf_fname_int" => [ "_conf_fname_int" => [
"Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf",
@ -12145,6 +12145,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31539,6 +31540,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32255,6 +32257,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: " #define PLATFORM "platform: "
#define DATE "built on: Tue Sep 16 15:57:05 2025 UTC" #define DATE "built on: Wed Oct 1 19:06:27 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -177,7 +177,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -241,7 +241,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
"patch" => "3", "patch" => "4",
"perl_archname" => "x86_64-linux-gnu-thread-multi", "perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -295,11 +295,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned char", "rc4_int" => "unsigned char",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "VC-WIN64-ARM", "target" => "VC-WIN64-ARM",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "lib", "AR" => "lib",
@ -312,7 +312,7 @@ our %target = (
"LDFLAGS" => "/nologo /debug", "LDFLAGS" => "/nologo /debug",
"MT" => "mt", "MT" => "mt",
"MTFLAGS" => "-nologo", "MTFLAGS" => "-nologo",
"RANLIB" => "CODE(0x55da405690d0)", "RANLIB" => "CODE(0x55bb21c2a5d0)",
"RC" => "rc", "RC" => "rc",
"_conf_fname_int" => [ "_conf_fname_int" => [
"Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf",
@ -12137,6 +12137,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31531,6 +31532,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32247,6 +32249,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: VC-WIN64-ARM" #define PLATFORM "platform: VC-WIN64-ARM"
#define DATE "built on: Tue Sep 16 15:57:19 2025 UTC" #define DATE "built on: Wed Oct 1 19:06:41 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -181,7 +181,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -246,7 +246,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
"patch" => "3", "patch" => "4",
"perl_archname" => "x86_64-linux-gnu-thread-multi", "perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -299,11 +299,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "VC-WIN64A", "target" => "VC-WIN64A",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "lib", "AR" => "lib",
@ -318,7 +318,7 @@ our %target = (
"LDFLAGS" => "/nologo /debug", "LDFLAGS" => "/nologo /debug",
"MT" => "mt", "MT" => "mt",
"MTFLAGS" => "-nologo", "MTFLAGS" => "-nologo",
"RANLIB" => "CODE(0x556e3eff4280)", "RANLIB" => "CODE(0x562a82ff0760)",
"RC" => "rc", "RC" => "rc",
"_conf_fname_int" => [ "_conf_fname_int" => [
"Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf",
@ -12274,6 +12274,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31919,6 +31920,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32635,6 +32637,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: " #define PLATFORM "platform: "
#define DATE "built on: Tue Sep 16 15:55:37 2025 UTC" #define DATE "built on: Wed Oct 1 19:04:59 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -181,7 +181,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -246,7 +246,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
"patch" => "3", "patch" => "4",
"perl_archname" => "x86_64-linux-gnu-thread-multi", "perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -299,11 +299,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "VC-WIN64A", "target" => "VC-WIN64A",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "lib", "AR" => "lib",
@ -318,7 +318,7 @@ our %target = (
"LDFLAGS" => "/nologo /debug", "LDFLAGS" => "/nologo /debug",
"MT" => "mt", "MT" => "mt",
"MTFLAGS" => "-nologo", "MTFLAGS" => "-nologo",
"RANLIB" => "CODE(0x562ff80a9190)", "RANLIB" => "CODE(0x558d04eaabb0)",
"RC" => "rc", "RC" => "rc",
"_conf_fname_int" => [ "_conf_fname_int" => [
"Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf",
@ -12274,6 +12274,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31919,6 +31920,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32635,6 +32637,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: " #define PLATFORM "platform: "
#define DATE "built on: Tue Sep 16 15:56:00 2025 UTC" #define DATE "built on: Wed Oct 1 19:05:22 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -179,7 +179,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -245,7 +245,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic", "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-devcryptoeng 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-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
"patch" => "3", "patch" => "4",
"perl_archname" => "x86_64-linux-gnu-thread-multi", "perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -299,11 +299,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "VC-WIN64A", "target" => "VC-WIN64A",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "lib", "AR" => "lib",
@ -318,7 +318,7 @@ our %target = (
"LDFLAGS" => "/nologo /debug", "LDFLAGS" => "/nologo /debug",
"MT" => "mt", "MT" => "mt",
"MTFLAGS" => "-nologo", "MTFLAGS" => "-nologo",
"RANLIB" => "CODE(0x55963ea5c7c0)", "RANLIB" => "CODE(0x5626adacd860)",
"RC" => "rc", "RC" => "rc",
"_conf_fname_int" => [ "_conf_fname_int" => [
"Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf",
@ -12148,6 +12148,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31542,6 +31543,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32258,6 +32260,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: " #define PLATFORM "platform: "
#define DATE "built on: Tue Sep 16 15:56:22 2025 UTC" #define DATE "built on: Wed Oct 1 19:05:44 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -171,7 +171,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -236,7 +236,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -289,11 +289,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned char", "rc4_int" => "unsigned char",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "aix64-gcc-as", "target" => "aix64-gcc-as",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar -X64", "AR" => "ar -X64",
@ -12175,6 +12175,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31684,6 +31685,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32400,6 +32402,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: aix64-gcc-as" #define PLATFORM "platform: aix64-gcc-as"
#define DATE "built on: Tue Sep 16 15:41:59 2025 UTC" #define DATE "built on: Wed Oct 1 18:51:21 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -171,7 +171,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -236,7 +236,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -289,11 +289,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned char", "rc4_int" => "unsigned char",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "aix64-gcc-as", "target" => "aix64-gcc-as",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar -X64", "AR" => "ar -X64",
@ -12175,6 +12175,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31684,6 +31685,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32400,6 +32402,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: aix64-gcc-as" #define PLATFORM "platform: aix64-gcc-as"
#define DATE "built on: Tue Sep 16 15:42:16 2025 UTC" #define DATE "built on: Wed Oct 1 18:51:37 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -169,7 +169,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -235,7 +235,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -289,11 +289,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned char", "rc4_int" => "unsigned char",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "aix64-gcc-as", "target" => "aix64-gcc-as",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar -X64", "AR" => "ar -X64",
@ -12098,6 +12098,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31444,6 +31445,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32160,6 +32162,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: aix64-gcc-as" #define PLATFORM "platform: aix64-gcc-as"
#define DATE "built on: Tue Sep 16 15:42:32 2025 UTC" #define DATE "built on: Wed Oct 1 18:51:54 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -171,7 +171,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -236,7 +236,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -289,11 +289,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "darwin-i386-cc", "target" => "darwin-i386-cc",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12168,6 +12168,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31575,6 +31576,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32289,6 +32291,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: darwin-i386-cc" #define PLATFORM "platform: darwin-i386-cc"
#define DATE "built on: Tue Sep 16 15:45:34 2025 UTC" #define DATE "built on: Wed Oct 1 18:54:57 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -171,7 +171,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -236,7 +236,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -289,11 +289,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "darwin-i386-cc", "target" => "darwin-i386-cc",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12168,6 +12168,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31575,6 +31576,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32289,6 +32291,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: darwin-i386-cc" #define PLATFORM "platform: darwin-i386-cc"
#define DATE "built on: Tue Sep 16 15:45:51 2025 UTC" #define DATE "built on: Wed Oct 1 18:55:14 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -169,7 +169,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -235,7 +235,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -289,11 +289,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "darwin-i386-cc", "target" => "darwin-i386-cc",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12088,6 +12088,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31404,6 +31405,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32118,6 +32120,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: darwin-i386-cc" #define PLATFORM "platform: darwin-i386-cc"
#define DATE "built on: Tue Sep 16 15:46:07 2025 UTC" #define DATE "built on: Wed Oct 1 18:55:30 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -171,7 +171,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -236,7 +236,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -289,11 +289,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "darwin64-arm64-cc", "target" => "darwin64-arm64-cc",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12175,6 +12175,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31752,6 +31753,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32466,6 +32468,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: darwin64-arm64-cc" #define PLATFORM "platform: darwin64-arm64-cc"
#define DATE "built on: Tue Sep 16 15:46:23 2025 UTC" #define DATE "built on: Wed Oct 1 18:55:46 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -171,7 +171,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -236,7 +236,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -289,11 +289,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "darwin64-arm64-cc", "target" => "darwin64-arm64-cc",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12175,6 +12175,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31752,6 +31753,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32466,6 +32468,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: darwin64-arm64-cc" #define PLATFORM "platform: darwin64-arm64-cc"
#define DATE "built on: Tue Sep 16 15:46:39 2025 UTC" #define DATE "built on: Wed Oct 1 18:56:02 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -169,7 +169,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -235,7 +235,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -289,11 +289,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "darwin64-arm64-cc", "target" => "darwin64-arm64-cc",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12088,6 +12088,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31404,6 +31405,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32118,6 +32120,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: darwin64-arm64-cc" #define PLATFORM "platform: darwin64-arm64-cc"
#define DATE "built on: Tue Sep 16 15:46:56 2025 UTC" #define DATE "built on: Wed Oct 1 18:56:19 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -171,7 +171,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -236,7 +236,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -289,11 +289,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "darwin64-x86_64-cc", "target" => "darwin64-x86_64-cc",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12224,6 +12224,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31791,6 +31792,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32505,6 +32507,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: darwin64-x86_64-cc" #define PLATFORM "platform: darwin64-x86_64-cc"
#define DATE "built on: Tue Sep 16 15:44:36 2025 UTC" #define DATE "built on: Wed Oct 1 18:53:58 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -171,7 +171,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -236,7 +236,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -289,11 +289,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "darwin64-x86_64-cc", "target" => "darwin64-x86_64-cc",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12224,6 +12224,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31791,6 +31792,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32505,6 +32507,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: darwin64-x86_64-cc" #define PLATFORM "platform: darwin64-x86_64-cc"
#define DATE "built on: Tue Sep 16 15:45:00 2025 UTC" #define DATE "built on: Wed Oct 1 18:54:22 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -169,7 +169,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -235,7 +235,7 @@ our %config = (
], ],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -289,11 +289,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "darwin64-x86_64-cc", "target" => "darwin64-x86_64-cc",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12088,6 +12088,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31404,6 +31405,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32118,6 +32120,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: darwin64-x86_64-cc" #define PLATFORM "platform: darwin64-x86_64-cc"
#define DATE "built on: Tue Sep 16 15:45:19 2025 UTC" #define DATE "built on: Wed Oct 1 18:54:42 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -174,7 +174,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -237,7 +237,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -290,11 +290,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned char", "rc4_int" => "unsigned char",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "linux-aarch64", "target" => "linux-aarch64",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12190,6 +12190,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31797,6 +31798,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32513,6 +32515,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: linux-aarch64" #define PLATFORM "platform: linux-aarch64"
#define DATE "built on: Tue Sep 16 15:47:11 2025 UTC" #define DATE "built on: Wed Oct 1 18:56:34 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -174,7 +174,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -237,7 +237,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -290,11 +290,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned char", "rc4_int" => "unsigned char",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "linux-aarch64", "target" => "linux-aarch64",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12190,6 +12190,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31797,6 +31798,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32513,6 +32515,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: linux-aarch64" #define PLATFORM "platform: linux-aarch64"
#define DATE "built on: Tue Sep 16 15:47:28 2025 UTC" #define DATE "built on: Wed Oct 1 18:56:51 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -172,7 +172,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -236,7 +236,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -290,11 +290,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned char", "rc4_int" => "unsigned char",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "linux-aarch64", "target" => "linux-aarch64",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12103,6 +12103,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31449,6 +31450,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32165,6 +32167,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: linux-aarch64" #define PLATFORM "platform: linux-aarch64"
#define DATE "built on: Tue Sep 16 15:47:45 2025 UTC" #define DATE "built on: Wed Oct 1 18:57:08 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -174,7 +174,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -237,7 +237,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -290,11 +290,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned char", "rc4_int" => "unsigned char",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "linux-armv4", "target" => "linux-armv4",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12168,6 +12168,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31701,6 +31702,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32417,6 +32419,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: linux-armv4" #define PLATFORM "platform: linux-armv4"
#define DATE "built on: Tue Sep 16 15:48:01 2025 UTC" #define DATE "built on: Wed Oct 1 18:57:24 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -174,7 +174,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -237,7 +237,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -290,11 +290,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned char", "rc4_int" => "unsigned char",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "linux-armv4", "target" => "linux-armv4",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12168,6 +12168,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31701,6 +31702,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32417,6 +32419,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: linux-armv4" #define PLATFORM "platform: linux-armv4"
#define DATE "built on: Tue Sep 16 15:48:17 2025 UTC" #define DATE "built on: Wed Oct 1 18:57:40 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -172,7 +172,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -236,7 +236,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -290,11 +290,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned char", "rc4_int" => "unsigned char",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "linux-armv4", "target" => "linux-armv4",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12103,6 +12103,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31449,6 +31450,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32165,6 +32167,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: linux-armv4" #define PLATFORM "platform: linux-armv4"
#define DATE "built on: Tue Sep 16 15:48:33 2025 UTC" #define DATE "built on: Wed Oct 1 18:57:56 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -174,7 +174,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -237,7 +237,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -290,11 +290,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "linux-elf", "target" => "linux-elf",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12182,6 +12182,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31619,6 +31620,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32335,6 +32337,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: linux-elf" #define PLATFORM "platform: linux-elf"
#define DATE "built on: Tue Sep 16 15:48:49 2025 UTC" #define DATE "built on: Wed Oct 1 18:58:12 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -174,7 +174,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -237,7 +237,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -290,11 +290,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "linux-elf", "target" => "linux-elf",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12182,6 +12182,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31619,6 +31620,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32335,6 +32337,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

View File

@ -11,7 +11,7 @@
*/ */
#define PLATFORM "platform: linux-elf" #define PLATFORM "platform: linux-elf"
#define DATE "built on: Tue Sep 16 15:49:06 2025 UTC" #define DATE "built on: Wed Oct 1 18:58:29 2025 UTC"
/* /*
* Generate compiler_flags as an array of individual characters. This is a * Generate compiler_flags as an array of individual characters. This is a

View File

@ -29,7 +29,7 @@ extern "C" {
*/ */
# define OPENSSL_VERSION_MAJOR 3 # define OPENSSL_VERSION_MAJOR 3
# define OPENSSL_VERSION_MINOR 5 # define OPENSSL_VERSION_MINOR 5
# define OPENSSL_VERSION_PATCH 3 # define OPENSSL_VERSION_PATCH 4
/* /*
* Additional version information * Additional version information
@ -74,28 +74,28 @@ extern "C" {
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
* OPENSSL_VERSION_BUILD_METADATA_STR appended. * OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/ */
# define OPENSSL_VERSION_STR "3.5.3" # define OPENSSL_VERSION_STR "3.5.4"
# define OPENSSL_FULL_VERSION_STR "3.5.3" # define OPENSSL_FULL_VERSION_STR "3.5.4"
/* /*
* SECTION 3: ADDITIONAL METADATA * SECTION 3: ADDITIONAL METADATA
* *
* These strings are defined separately to allow them to be parsable. * 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 * 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 \ # define OPENSSL_VERSION_NUMBER \
( (OPENSSL_VERSION_MAJOR<<28) \ ( (OPENSSL_VERSION_MAJOR<<28) \
|(OPENSSL_VERSION_MINOR<<20) \ |(OPENSSL_VERSION_MINOR<<20) \
|(OPENSSL_VERSION_PATCH<<4) \ |(OPENSSL_VERSION_PATCH<<4) \
|0xfL ) |0x0L )
# ifdef __cplusplus # ifdef __cplusplus
} }

View File

@ -172,7 +172,7 @@ our %config = (
], ],
"dynamic_engines" => "0", "dynamic_engines" => "0",
"ex_libs" => [], "ex_libs" => [],
"full_version" => "3.5.3", "full_version" => "3.5.4",
"includes" => [], "includes" => [],
"lflags" => [], "lflags" => [],
"lib_defines" => [ "lib_defines" => [
@ -236,7 +236,7 @@ our %config = (
"openssl_sys_defines" => [], "openssl_sys_defines" => [],
"openssldir" => "", "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-devcryptoeng 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", "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-devcryptoeng 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_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl", "perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0", "perl_version" => "5.34.0",
@ -290,11 +290,11 @@ our %config = (
"prerelease" => "", "prerelease" => "",
"processor" => "", "processor" => "",
"rc4_int" => "unsigned int", "rc4_int" => "unsigned int",
"release_date" => "16 Sep 2025", "release_date" => "30 Sep 2025",
"shlib_version" => "3", "shlib_version" => "3",
"sourcedir" => ".", "sourcedir" => ".",
"target" => "linux-elf", "target" => "linux-elf",
"version" => "3.5.3" "version" => "3.5.4"
); );
our %target = ( our %target = (
"AR" => "ar", "AR" => "ar",
@ -12102,6 +12102,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -31448,6 +31449,7 @@ our %unified_info = (
"test/testutil/libtestutil-lib-apps_shims.o", "test/testutil/libtestutil-lib-apps_shims.o",
"test/testutil/libtestutil-lib-basic_output.o", "test/testutil/libtestutil-lib-basic_output.o",
"test/testutil/libtestutil-lib-cb.o", "test/testutil/libtestutil-lib-cb.o",
"test/testutil/libtestutil-lib-compare.o",
"test/testutil/libtestutil-lib-driver.o", "test/testutil/libtestutil-lib-driver.o",
"test/testutil/libtestutil-lib-fake_random.o", "test/testutil/libtestutil-lib-fake_random.o",
"test/testutil/libtestutil-lib-format_output.o", "test/testutil/libtestutil-lib-format_output.o",
@ -32164,6 +32166,9 @@ our %unified_info = (
"test/testutil/libtestutil-lib-cb.o" => [ "test/testutil/libtestutil-lib-cb.o" => [
"test/testutil/cb.c" "test/testutil/cb.c"
], ],
"test/testutil/libtestutil-lib-compare.o" => [
"test/testutil/compare.c"
],
"test/testutil/libtestutil-lib-driver.o" => [ "test/testutil/libtestutil-lib-driver.o" => [
"test/testutil/driver.c" "test/testutil/driver.c"
], ],

Some files were not shown because too many files have changed in this diff Show More