Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: update OpenSSL 3.0.7+quic #45309

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
87 changes: 83 additions & 4 deletions deps/openssl/config/archs/BSD-x86/asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ our %config = (
],
"dynamic_engines" => "0",
"ex_libs" => [],
"full_version" => "3.0.5+quic",
"full_version" => "3.0.7+quic",
"includes" => [],
"lflags" => [],
"lib_defines" => [
Expand Down Expand Up @@ -203,7 +203,7 @@ our %config = (
"openssl_sys_defines" => [],
"openssldir" => "",
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
"patch" => "5",
"patch" => "7",
"perl_archname" => "x86_64-linux-gnu-thread-multi",
"perl_cmd" => "/usr/bin/perl",
"perl_version" => "5.30.0",
Expand Down Expand Up @@ -255,11 +255,11 @@ our %config = (
"prerelease" => "",
"processor" => "",
"rc4_int" => "unsigned int",
"release_date" => "5 Jul 2022",
"release_date" => "1 Nov 2022",
"shlib_version" => "81.3",
"sourcedir" => ".",
"target" => "BSD-x86",
"version" => "3.0.5"
"version" => "3.0.7"
);
our %target = (
"AR" => "ar",
Expand Down Expand Up @@ -1266,12 +1266,18 @@ our %unified_info = (
"test/exptest" => {
"noinst" => "1"
},
"test/ext_internal_test" => {
"noinst" => "1"
},
"test/fatalerrtest" => {
"noinst" => "1"
},
"test/ffc_internal_test" => {
"noinst" => "1"
},
"test/fips_version_test" => {
"noinst" => "1"
},
"test/gmdifftest" => {
"noinst" => "1"
},
Expand Down Expand Up @@ -1386,6 +1392,9 @@ our %unified_info = (
"test/provider_test" => {
"noinst" => "1"
},
"test/punycode_test" => {
"noinst" => "1"
},
"test/rand_status_test" => {
"noinst" => "1"
},
Expand Down Expand Up @@ -1603,8 +1612,12 @@ our %unified_info = (
],
"providers/libdefault.a" => [
"AES_ASM",
"ECP_NISTZ256_ASM",
"OPENSSL_CPUID_OBJ",
"OPENSSL_IA32_SSE2",
"SHA1_ASM",
"SHA256_ASM",
"SHA512_ASM",
"VPAES_ASM"
],
"providers/libfips.a" => [
Expand Down Expand Up @@ -2873,6 +2886,9 @@ our %unified_info = (
"doc/html/man3/OPENSSL_fork_prepare.html" => [
"doc/man3/OPENSSL_fork_prepare.pod"
],
"doc/html/man3/OPENSSL_gmtime.html" => [
"doc/man3/OPENSSL_gmtime.pod"
],
"doc/html/man3/OPENSSL_hexchar2int.html" => [
"doc/man3/OPENSSL_hexchar2int.pod"
],
Expand Down Expand Up @@ -5219,6 +5235,9 @@ our %unified_info = (
"doc/man/man3/OPENSSL_fork_prepare.3" => [
"doc/man3/OPENSSL_fork_prepare.pod"
],
"doc/man/man3/OPENSSL_gmtime.3" => [
"doc/man3/OPENSSL_gmtime.pod"
],
"doc/man/man3/OPENSSL_hexchar2int.3" => [
"doc/man3/OPENSSL_hexchar2int.pod"
],
Expand Down Expand Up @@ -7652,6 +7671,11 @@ our %unified_info = (
"libcrypto",
"test/libtestutil.a"
],
"test/ext_internal_test" => [
"libcrypto.a",
"libssl.a",
"test/libtestutil.a"
],
"test/fatalerrtest" => [
"libcrypto",
"libssl",
Expand All @@ -7661,6 +7685,10 @@ our %unified_info = (
"libcrypto.a",
"test/libtestutil.a"
],
"test/fips_version_test" => [
"libcrypto",
"test/libtestutil.a"
],
"test/gmdifftest" => [
"libcrypto",
"test/libtestutil.a"
Expand Down Expand Up @@ -7816,6 +7844,10 @@ our %unified_info = (
"libcrypto.a",
"test/libtestutil.a"
],
"test/punycode_test" => [
"libcrypto.a",
"test/libtestutil.a"
],
"test/rand_status_test" => [
"libcrypto",
"test/libtestutil.a"
Expand Down Expand Up @@ -9897,6 +9929,7 @@ our %unified_info = (
"providers/implementations/digests/libdefault-lib-md5_prov.o",
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
"providers/implementations/digests/libdefault-lib-null_prov.o",
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
Expand Down Expand Up @@ -11803,6 +11836,9 @@ our %unified_info = (
"doc/html/man3/OPENSSL_fork_prepare.html" => [
"doc/man3/OPENSSL_fork_prepare.pod"
],
"doc/html/man3/OPENSSL_gmtime.html" => [
"doc/man3/OPENSSL_gmtime.pod"
],
"doc/html/man3/OPENSSL_hexchar2int.html" => [
"doc/man3/OPENSSL_hexchar2int.pod"
],
Expand Down Expand Up @@ -14149,6 +14185,9 @@ our %unified_info = (
"doc/man/man3/OPENSSL_fork_prepare.3" => [
"doc/man3/OPENSSL_fork_prepare.pod"
],
"doc/man/man3/OPENSSL_gmtime.3" => [
"doc/man3/OPENSSL_gmtime.pod"
],
"doc/man/man3/OPENSSL_hexchar2int.3" => [
"doc/man3/OPENSSL_hexchar2int.pod"
],
Expand Down Expand Up @@ -16458,6 +16497,7 @@ our %unified_info = (
"doc/html/man3/OPENSSL_LH_stats.html",
"doc/html/man3/OPENSSL_config.html",
"doc/html/man3/OPENSSL_fork_prepare.html",
"doc/html/man3/OPENSSL_gmtime.html",
"doc/html/man3/OPENSSL_hexchar2int.html",
"doc/html/man3/OPENSSL_ia32cap.html",
"doc/html/man3/OPENSSL_init_crypto.html",
Expand Down Expand Up @@ -18557,6 +18597,11 @@ our %unified_info = (
"include",
"apps/include"
],
"test/ext_internal_test" => [
".",
"include",
"apps/include"
],
"test/fatalerrtest" => [
"include",
"apps/include"
Expand All @@ -18566,6 +18611,10 @@ our %unified_info = (
"include",
"apps/include"
],
"test/fips_version_test" => [
"include",
"apps/include"
],
"test/gmdifftest" => [
"include",
"apps/include"
Expand Down Expand Up @@ -18856,6 +18905,10 @@ our %unified_info = (
"apps/include",
"."
],
"test/punycode_test" => [
"include",
"apps/include"
],
"test/rand_status_test" => [
"include",
"apps/include"
Expand Down Expand Up @@ -19402,6 +19455,7 @@ our %unified_info = (
"doc/man/man3/OPENSSL_LH_stats.3",
"doc/man/man3/OPENSSL_config.3",
"doc/man/man3/OPENSSL_fork_prepare.3",
"doc/man/man3/OPENSSL_gmtime.3",
"doc/man/man3/OPENSSL_hexchar2int.3",
"doc/man/man3/OPENSSL_ia32cap.3",
"doc/man/man3/OPENSSL_init_crypto.3",
Expand Down Expand Up @@ -20040,8 +20094,10 @@ our %unified_info = (
"test/evp_test",
"test/exdatatest",
"test/exptest",
"test/ext_internal_test",
"test/fatalerrtest",
"test/ffc_internal_test",
"test/fips_version_test",
"test/gmdifftest",
"test/hexstr_test",
"test/hmactest",
Expand Down Expand Up @@ -20080,6 +20136,7 @@ our %unified_info = (
"test/provider_pkey_test",
"test/provider_status_test",
"test/provider_test",
"test/punycode_test",
"test/rand_status_test",
"test/rand_test",
"test/rc2test",
Expand Down Expand Up @@ -24626,6 +24683,9 @@ our %unified_info = (
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
"providers/implementations/digests/null_prov.c"
],
"providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
"providers/implementations/digests/ripemd_prov.c"
],
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
"providers/implementations/digests/sha2_prov.c"
],
Expand Down Expand Up @@ -25048,6 +25108,7 @@ our %unified_info = (
"providers/implementations/digests/libdefault-lib-md5_prov.o",
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
"providers/implementations/digests/libdefault-lib-null_prov.o",
"providers/implementations/digests/libdefault-lib-ripemd_prov.o",
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
Expand Down Expand Up @@ -26469,6 +26530,12 @@ our %unified_info = (
"test/exptest-bin-exptest.o" => [
"test/exptest.c"
],
"test/ext_internal_test" => [
"test/ext_internal_test-bin-ext_internal_test.o"
],
"test/ext_internal_test-bin-ext_internal_test.o" => [
"test/ext_internal_test.c"
],
"test/fatalerrtest" => [
"test/fatalerrtest-bin-fatalerrtest.o",
"test/helpers/fatalerrtest-bin-ssltestlib.o"
Expand All @@ -26482,6 +26549,12 @@ our %unified_info = (
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
"test/ffc_internal_test.c"
],
"test/fips_version_test" => [
"test/fips_version_test-bin-fips_version_test.o"
],
"test/fips_version_test-bin-fips_version_test.o" => [
"test/fips_version_test.c"
],
"test/gmdifftest" => [
"test/gmdifftest-bin-gmdifftest.o"
],
Expand Down Expand Up @@ -26828,6 +26901,12 @@ our %unified_info = (
"test/provider_test-bin-provider_test.o" => [
"test/provider_test.c"
],
"test/punycode_test" => [
"test/punycode_test-bin-punycode_test.o"
],
"test/punycode_test-bin-punycode_test.o" => [
"test/punycode_test.c"
],
"test/rand_status_test" => [
"test/rand_status_test-bin-rand_status_test.o"
],
Expand Down
Loading