diff options
Diffstat (limited to 'deps/openssl/config/archs/linux-elf/asm/configdata.pm')
-rw-r--r-- | deps/openssl/config/archs/linux-elf/asm/configdata.pm | 88 |
1 files changed, 67 insertions, 21 deletions
diff --git a/deps/openssl/config/archs/linux-elf/asm/configdata.pm b/deps/openssl/config/archs/linux-elf/asm/configdata.pm index 99934eed46..ab1d9f7cfa 100644 --- a/deps/openssl/config/archs/linux-elf/asm/configdata.pm +++ b/deps/openssl/config/archs/linux-elf/asm/configdata.pm @@ -159,7 +159,7 @@ our %config = ( ], "dynamic_engines" => "0", "ex_libs" => [], - "full_version" => "3.0.0+quic", + "full_version" => "3.0.1+quic", "includes" => [], "lflags" => [], "lib_defines" => [ @@ -207,10 +207,10 @@ 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-devcryptoeng 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" => "0", - "perl_archname" => "x86_64-linux-thread-multi", + "patch" => "1", + "perl_archname" => "x86_64-linux-gnu-thread-multi", "perl_cmd" => "/usr/bin/perl", - "perl_version" => "5.32.1", + "perl_version" => "5.30.0", "perlargv" => [ "no-comp", "no-shared", @@ -259,11 +259,11 @@ our %config = ( "prerelease" => "", "processor" => "", "rc4_int" => "unsigned int", - "release_date" => "7 sep 2021", + "release_date" => "14 Dec 2021", "shlib_version" => "81.3", "sourcedir" => ".", "target" => "linux-elf", - "version" => "3.0.0" + "version" => "3.0.1" ); our %target = ( "AR" => "ar", @@ -1374,6 +1374,9 @@ our %unified_info = ( "test/provider_internal_test" => { "noinst" => "1" }, + "test/provider_pkey_test" => { + "noinst" => "1" + }, "test/provider_status_test" => { "noinst" => "1" }, @@ -1383,6 +1386,9 @@ our %unified_info = ( "test/rand_status_test" => { "noinst" => "1" }, + "test/rand_test" => { + "noinst" => "1" + }, "test/rc2test" => { "noinst" => "1" }, @@ -1595,6 +1601,7 @@ our %unified_info = ( "providers/libdefault.a" => [ "AES_ASM", "OPENSSL_CPUID_OBJ", + "OPENSSL_IA32_SSE2", "VPAES_ASM" ], "providers/libfips.a" => [ @@ -2723,8 +2730,8 @@ our %unified_info = ( "doc/html/man3/EVP_RAND.html" => [ "doc/man3/EVP_RAND.pod" ], - "doc/html/man3/EVP_SIGNATURE_free.html" => [ - "doc/man3/EVP_SIGNATURE_free.pod" + "doc/html/man3/EVP_SIGNATURE.html" => [ + "doc/man3/EVP_SIGNATURE.pod" ], "doc/html/man3/EVP_SealInit.html" => [ "doc/man3/EVP_SealInit.pod" @@ -5060,8 +5067,8 @@ our %unified_info = ( "doc/man/man3/EVP_RAND.3" => [ "doc/man3/EVP_RAND.pod" ], - "doc/man/man3/EVP_SIGNATURE_free.3" => [ - "doc/man3/EVP_SIGNATURE_free.pod" + "doc/man/man3/EVP_SIGNATURE.3" => [ + "doc/man3/EVP_SIGNATURE.pod" ], "doc/man/man3/EVP_SealInit.3" => [ "doc/man3/EVP_SealInit.pod" @@ -7770,6 +7777,10 @@ our %unified_info = ( "libcrypto.a", "test/libtestutil.a" ], + "test/provider_pkey_test" => [ + "libcrypto", + "test/libtestutil.a" + ], "test/provider_status_test" => [ "libcrypto.a", "test/libtestutil.a" @@ -7782,6 +7793,10 @@ our %unified_info = ( "libcrypto", "test/libtestutil.a" ], + "test/rand_test" => [ + "libcrypto", + "test/libtestutil.a" + ], "test/rc2test" => [ "libcrypto.a", "test/libtestutil.a" @@ -9853,6 +9868,7 @@ our %unified_info = ( "providers/implementations/digests/libdefault-lib-blake2s_prov.o", "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-sha2_prov.o", "providers/implementations/digests/libdefault-lib-sha3_prov.o", "providers/implementations/digests/libdefault-lib-sm3_prov.o", @@ -11615,8 +11631,8 @@ our %unified_info = ( "doc/html/man3/EVP_RAND.html" => [ "doc/man3/EVP_RAND.pod" ], - "doc/html/man3/EVP_SIGNATURE_free.html" => [ - "doc/man3/EVP_SIGNATURE_free.pod" + "doc/html/man3/EVP_SIGNATURE.html" => [ + "doc/man3/EVP_SIGNATURE.pod" ], "doc/html/man3/EVP_SealInit.html" => [ "doc/man3/EVP_SealInit.pod" @@ -13952,8 +13968,8 @@ our %unified_info = ( "doc/man/man3/EVP_RAND.3" => [ "doc/man3/EVP_RAND.pod" ], - "doc/man/man3/EVP_SIGNATURE_free.3" => [ - "doc/man3/EVP_SIGNATURE_free.pod" + "doc/man/man3/EVP_SIGNATURE.3" => [ + "doc/man3/EVP_SIGNATURE.pod" ], "doc/man/man3/EVP_SealInit.3" => [ "doc/man3/EVP_SealInit.pod" @@ -16346,7 +16362,7 @@ our %unified_info = ( "doc/html/man3/EVP_PKEY_verify.html", "doc/html/man3/EVP_PKEY_verify_recover.html", "doc/html/man3/EVP_RAND.html", - "doc/html/man3/EVP_SIGNATURE_free.html", + "doc/html/man3/EVP_SIGNATURE.html", "doc/html/man3/EVP_SealInit.html", "doc/html/man3/EVP_SignInit.html", "doc/html/man3/EVP_VerifyInit.html", @@ -18767,6 +18783,10 @@ our %unified_info = ( "apps/include", "." ], + "test/provider_pkey_test" => [ + "include", + "apps/include" + ], "test/provider_status_test" => [ "include", "apps/include" @@ -18780,6 +18800,10 @@ our %unified_info = ( "include", "apps/include" ], + "test/rand_test" => [ + "include", + "apps/include" + ], "test/rc2test" => [ "include", "apps/include" @@ -19271,7 +19295,7 @@ our %unified_info = ( "doc/man/man3/EVP_PKEY_verify.3", "doc/man/man3/EVP_PKEY_verify_recover.3", "doc/man/man3/EVP_RAND.3", - "doc/man/man3/EVP_SIGNATURE_free.3", + "doc/man/man3/EVP_SIGNATURE.3", "doc/man/man3/EVP_SealInit.3", "doc/man/man3/EVP_SignInit.3", "doc/man/man3/EVP_VerifyInit.3", @@ -19988,9 +20012,11 @@ our %unified_info = ( "test/provfetchtest", "test/provider_fallback_test", "test/provider_internal_test", + "test/provider_pkey_test", "test/provider_status_test", "test/provider_test", "test/rand_status_test", + "test/rand_test", "test/rc2test", "test/rc4test", "test/rc5test", @@ -24528,6 +24554,9 @@ our %unified_info = ( "providers/implementations/digests/libdefault-lib-md5_sha1_prov.o" => [ "providers/implementations/digests/md5_sha1_prov.c" ], + "providers/implementations/digests/libdefault-lib-null_prov.o" => [ + "providers/implementations/digests/null_prov.c" + ], "providers/implementations/digests/libdefault-lib-sha2_prov.o" => [ "providers/implementations/digests/sha2_prov.c" ], @@ -24949,6 +24978,7 @@ our %unified_info = ( "providers/implementations/digests/libdefault-lib-blake2s_prov.o", "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-sha2_prov.o", "providers/implementations/digests/libdefault-lib-sha3_prov.o", "providers/implementations/digests/libdefault-lib-sm3_prov.o", @@ -26691,6 +26721,16 @@ our %unified_info = ( "test/provider_internal_test-bin-provider_internal_test.o" => [ "test/provider_internal_test.c" ], + "test/provider_pkey_test" => [ + "test/provider_pkey_test-bin-fake_rsaprov.o", + "test/provider_pkey_test-bin-provider_pkey_test.o" + ], + "test/provider_pkey_test-bin-fake_rsaprov.o" => [ + "test/fake_rsaprov.c" + ], + "test/provider_pkey_test-bin-provider_pkey_test.o" => [ + "test/provider_pkey_test.c" + ], "test/provider_status_test" => [ "test/provider_status_test-bin-provider_status_test.o" ], @@ -26713,6 +26753,12 @@ our %unified_info = ( "test/rand_status_test-bin-rand_status_test.o" => [ "test/rand_status_test.c" ], + "test/rand_test" => [ + "test/rand_test-bin-rand_test.o" + ], + "test/rand_test-bin-rand_test.o" => [ + "test/rand_test.c" + ], "test/rc2test" => [ "test/rc2test-bin-rc2test.o" ], @@ -27222,8 +27268,8 @@ unless (caller) { use File::Copy; use Pod::Usage; - use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; - use OpenSSL::fallback '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/external/perl/MODULES.txt'; + use lib '/node/deps/openssl/openssl/util/perl'; + use OpenSSL::fallback '/node/deps/openssl/openssl/external/perl/MODULES.txt'; my $here = dirname($0); @@ -27250,7 +27296,7 @@ unless (caller) { ); use lib '.'; - use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; + use lib '/node/deps/openssl/openssl/Configurations'; use gentemplate; print 'Creating ',$buildfile_template,"\n"; @@ -27267,8 +27313,8 @@ unless (caller) { my $prepend = <<'_____'; use File::Spec::Functions; -use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; -use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; +use lib '/node/deps/openssl/openssl/util/perl'; +use lib '/node/deps/openssl/openssl/Configurations'; use lib '.'; use platform; _____ |