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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
38 changes: 34 additions & 4 deletions deps/openssl/config/archs/BSD-x86/asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ our %config = (
],
"dynamic_engines" => "0",
"ex_libs" => [],
"full_version" => "3.5.5",
"full_version" => "3.5.6",
"includes" => [],
"lflags" => [],
"lib_defines" => [
Expand Down Expand Up @@ -233,7 +233,7 @@ our %config = (
"openssl_sys_defines" => [],
"openssldir" => "",
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
"patch" => "5",
"patch" => "6",
"perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0",
Expand Down Expand Up @@ -286,11 +286,11 @@ our %config = (
"prerelease" => "",
"processor" => "",
"rc4_int" => "unsigned int",
"release_date" => "27 Jan 2026",
"release_date" => "7 Apr 2026",
"shlib_version" => "3",
"sourcedir" => ".",
"target" => "BSD-x86",
"version" => "3.5.5"
"version" => "3.5.6"
);
our %target = (
"AR" => "ar",
Expand Down Expand Up @@ -4327,6 +4327,9 @@ our %unified_info = (
"doc/html/man3/UI_new.html" => [
"doc/man3/UI_new.pod"
],
"doc/html/man3/X509V3_EXT_print.html" => [
"doc/man3/X509V3_EXT_print.pod"
],
"doc/html/man3/X509V3_get_d2i.html" => [
"doc/man3/X509V3_get_d2i.pod"
],
Expand Down Expand Up @@ -7018,6 +7021,9 @@ our %unified_info = (
"doc/man/man3/UI_new.3" => [
"doc/man3/UI_new.pod"
],
"doc/man/man3/X509V3_EXT_print.3" => [
"doc/man3/X509V3_EXT_print.pod"
],
"doc/man/man3/X509V3_get_d2i.3" => [
"doc/man3/X509V3_get_d2i.pod"
],
Expand Down Expand Up @@ -12257,6 +12263,22 @@ our %unified_info = (
],
"builddata.pm" => [
"util/mkinstallvars.pl",
"COMMENT=\"This",
"file",
"should",
"be",
"used",
"when",
"building",
"against",
"this",
"OpenSSL",
"build,",
"and",
"should",
"never",
"be",
"installed\"",
"PREFIX=.",
"BINDIR=apps",
"APPLINKDIR=ms",
Expand Down Expand Up @@ -14952,6 +14974,9 @@ our %unified_info = (
"doc/html/man3/UI_new.html" => [
"doc/man3/UI_new.pod"
],
"doc/html/man3/X509V3_EXT_print.html" => [
"doc/man3/X509V3_EXT_print.pod"
],
"doc/html/man3/X509V3_get_d2i.html" => [
"doc/man3/X509V3_get_d2i.pod"
],
Expand Down Expand Up @@ -17643,6 +17668,9 @@ our %unified_info = (
"doc/man/man3/UI_new.3" => [
"doc/man3/UI_new.pod"
],
"doc/man/man3/X509V3_EXT_print.3" => [
"doc/man3/X509V3_EXT_print.pod"
],
"doc/man/man3/X509V3_get_d2i.3" => [
"doc/man3/X509V3_get_d2i.pod"
],
Expand Down Expand Up @@ -19684,6 +19712,7 @@ our %unified_info = (
"doc/html/man3/UI_UTIL_read_pw.html",
"doc/html/man3/UI_create_method.html",
"doc/html/man3/UI_new.html",
"doc/html/man3/X509V3_EXT_print.html",
"doc/html/man3/X509V3_get_d2i.html",
"doc/html/man3/X509V3_set_ctx.html",
"doc/html/man3/X509_ACERT_add1_attr.html",
Expand Down Expand Up @@ -23315,6 +23344,7 @@ our %unified_info = (
"doc/man/man3/UI_UTIL_read_pw.3",
"doc/man/man3/UI_create_method.3",
"doc/man/man3/UI_new.3",
"doc/man/man3/X509V3_EXT_print.3",
"doc/man/man3/X509V3_get_d2i.3",
"doc/man/man3/X509V3_set_ctx.3",
"doc/man/man3/X509_ACERT_add1_attr.3",
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Tue Jan 27 17:25:31 2026 UTC"
#define DATE "built on: Tue Apr 7 19:05:06 2026 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
4 changes: 3 additions & 1 deletion deps/openssl/config/archs/BSD-x86/asm/include/openssl/cmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* WARNING: do not edit!
* Generated by Makefile from include/openssl/cmp.h.in
*
* Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
* Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
* Copyright Nokia 2007-2019
* Copyright Siemens AG 2015-2019
*
Expand Down Expand Up @@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
* -- CertReqMsg
* }
*/
#define OSSL_CMP_PKISTATUS_rejected_by_client -5
#define OSSL_CMP_PKISTATUS_checking_response -4
#define OSSL_CMP_PKISTATUS_request -3
#define OSSL_CMP_PKISTATUS_trans -2
#define OSSL_CMP_PKISTATUS_unspecified -1
Expand Down
10 changes: 5 additions & 5 deletions deps/openssl/config/archs/BSD-x86/asm/include/openssl/opensslv.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extern "C" {
# define OPENSSL_VERSION_MINOR 5
/* clang-format on */
/* clang-format off */
# define OPENSSL_VERSION_PATCH 5
# define OPENSSL_VERSION_PATCH 6
/* clang-format on */

/*
Expand Down Expand Up @@ -87,10 +87,10 @@ extern "C" {
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/
/* clang-format off */
# define OPENSSL_VERSION_STR "3.5.5"
# define OPENSSL_VERSION_STR "3.5.6"
/* clang-format on */
/* clang-format off */
# define OPENSSL_FULL_VERSION_STR "3.5.5"
# define OPENSSL_FULL_VERSION_STR "3.5.6"
/* clang-format on */

/*
Expand All @@ -99,15 +99,15 @@ extern "C" {
* These strings are defined separately to allow them to be parsable.
*/
/* clang-format off */
# define OPENSSL_RELEASE_DATE "27 Jan 2026"
# define OPENSSL_RELEASE_DATE "7 Apr 2026"
/* clang-format on */

/*
* SECTION 4: BACKWARD COMPATIBILITY
*/

/* clang-format off */
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.5 27 Jan 2026"
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
/* clang-format on */

/* clang-format off */
Expand Down
38 changes: 34 additions & 4 deletions deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ our %config = (
],
"dynamic_engines" => "0",
"ex_libs" => [],
"full_version" => "3.5.5",
"full_version" => "3.5.6",
"includes" => [],
"lflags" => [],
"lib_defines" => [
Expand Down Expand Up @@ -233,7 +233,7 @@ our %config = (
"openssl_sys_defines" => [],
"openssldir" => "",
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
"patch" => "5",
"patch" => "6",
"perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.34.0",
Expand Down Expand Up @@ -286,11 +286,11 @@ our %config = (
"prerelease" => "",
"processor" => "",
"rc4_int" => "unsigned int",
"release_date" => "27 Jan 2026",
"release_date" => "7 Apr 2026",
"shlib_version" => "3",
"sourcedir" => ".",
"target" => "BSD-x86",
"version" => "3.5.5"
"version" => "3.5.6"
);
our %target = (
"AR" => "ar",
Expand Down Expand Up @@ -4327,6 +4327,9 @@ our %unified_info = (
"doc/html/man3/UI_new.html" => [
"doc/man3/UI_new.pod"
],
"doc/html/man3/X509V3_EXT_print.html" => [
"doc/man3/X509V3_EXT_print.pod"
],
"doc/html/man3/X509V3_get_d2i.html" => [
"doc/man3/X509V3_get_d2i.pod"
],
Expand Down Expand Up @@ -7018,6 +7021,9 @@ our %unified_info = (
"doc/man/man3/UI_new.3" => [
"doc/man3/UI_new.pod"
],
"doc/man/man3/X509V3_EXT_print.3" => [
"doc/man3/X509V3_EXT_print.pod"
],
"doc/man/man3/X509V3_get_d2i.3" => [
"doc/man3/X509V3_get_d2i.pod"
],
Expand Down Expand Up @@ -12257,6 +12263,22 @@ our %unified_info = (
],
"builddata.pm" => [
"util/mkinstallvars.pl",
"COMMENT=\"This",
"file",
"should",
"be",
"used",
"when",
"building",
"against",
"this",
"OpenSSL",
"build,",
"and",
"should",
"never",
"be",
"installed\"",
"PREFIX=.",
"BINDIR=apps",
"APPLINKDIR=ms",
Expand Down Expand Up @@ -14952,6 +14974,9 @@ our %unified_info = (
"doc/html/man3/UI_new.html" => [
"doc/man3/UI_new.pod"
],
"doc/html/man3/X509V3_EXT_print.html" => [
"doc/man3/X509V3_EXT_print.pod"
],
"doc/html/man3/X509V3_get_d2i.html" => [
"doc/man3/X509V3_get_d2i.pod"
],
Expand Down Expand Up @@ -17643,6 +17668,9 @@ our %unified_info = (
"doc/man/man3/UI_new.3" => [
"doc/man3/UI_new.pod"
],
"doc/man/man3/X509V3_EXT_print.3" => [
"doc/man3/X509V3_EXT_print.pod"
],
"doc/man/man3/X509V3_get_d2i.3" => [
"doc/man3/X509V3_get_d2i.pod"
],
Expand Down Expand Up @@ -19684,6 +19712,7 @@ our %unified_info = (
"doc/html/man3/UI_UTIL_read_pw.html",
"doc/html/man3/UI_create_method.html",
"doc/html/man3/UI_new.html",
"doc/html/man3/X509V3_EXT_print.html",
"doc/html/man3/X509V3_get_d2i.html",
"doc/html/man3/X509V3_set_ctx.html",
"doc/html/man3/X509_ACERT_add1_attr.html",
Expand Down Expand Up @@ -23315,6 +23344,7 @@ our %unified_info = (
"doc/man/man3/UI_UTIL_read_pw.3",
"doc/man/man3/UI_create_method.3",
"doc/man/man3/UI_new.3",
"doc/man/man3/X509V3_EXT_print.3",
"doc/man/man3/X509V3_get_d2i.3",
"doc/man/man3/X509V3_set_ctx.3",
"doc/man/man3/X509_ACERT_add1_attr.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Tue Jan 27 17:25:49 2026 UTC"
#define DATE "built on: Tue Apr 7 19:05:23 2026 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* WARNING: do not edit!
* Generated by Makefile from include/openssl/cmp.h.in
*
* Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
* Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
* Copyright Nokia 2007-2019
* Copyright Siemens AG 2015-2019
*
Expand Down Expand Up @@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
* -- CertReqMsg
* }
*/
#define OSSL_CMP_PKISTATUS_rejected_by_client -5
#define OSSL_CMP_PKISTATUS_checking_response -4
#define OSSL_CMP_PKISTATUS_request -3
#define OSSL_CMP_PKISTATUS_trans -2
#define OSSL_CMP_PKISTATUS_unspecified -1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extern "C" {
# define OPENSSL_VERSION_MINOR 5
/* clang-format on */
/* clang-format off */
# define OPENSSL_VERSION_PATCH 5
# define OPENSSL_VERSION_PATCH 6
/* clang-format on */

/*
Expand Down Expand Up @@ -87,10 +87,10 @@ extern "C" {
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
*/
/* clang-format off */
# define OPENSSL_VERSION_STR "3.5.5"
# define OPENSSL_VERSION_STR "3.5.6"
/* clang-format on */
/* clang-format off */
# define OPENSSL_FULL_VERSION_STR "3.5.5"
# define OPENSSL_FULL_VERSION_STR "3.5.6"
/* clang-format on */

/*
Expand All @@ -99,15 +99,15 @@ extern "C" {
* These strings are defined separately to allow them to be parsable.
*/
/* clang-format off */
# define OPENSSL_RELEASE_DATE "27 Jan 2026"
# define OPENSSL_RELEASE_DATE "7 Apr 2026"
/* clang-format on */

/*
* SECTION 4: BACKWARD COMPATIBILITY
*/

/* clang-format off */
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.5 27 Jan 2026"
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
/* clang-format on */

/* clang-format off */
Expand Down
Loading
Loading