| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0b21034 commit 35fe144
301 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -156,7 +156,7 @@ our %config = ( | |||
| 156 | 156 | ], | |
| 157 | 157 | "dynamic_engines" => "0", | |
| 158 | 158 | "ex_libs" => [], | |
| 159 | - "full_version" => "3.0.0+quic", | ||
| 159 | + "full_version" => "3.0.1+quic", | ||
| 160 | 160 | "includes" => [], | |
| 161 | 161 | "lflags" => [], | |
| 162 | 162 | "lib_defines" => [ | |
@@ -203,10 +203,10 @@ our %config = ( | |||
| 203 | 203 | "openssl_sys_defines" => [], | |
| 204 | 204 | "openssldir" => "", | |
| 205 | 205 | "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", | |
| 206 | - "patch" => "0", | ||
| 207 | - "perl_archname" => "x86_64-linux-thread-multi", | ||
| 206 | + "patch" => "1", | ||
| 207 | + "perl_archname" => "x86_64-linux-gnu-thread-multi", | ||
| 208 | 208 | "perl_cmd" => "/usr/bin/perl", | |
| 209 | - "perl_version" => "5.32.1", | ||
| 209 | + "perl_version" => "5.30.0", | ||
| 210 | 210 | "perlargv" => [ | |
| 211 | 211 | "no-comp", | |
| 212 | 212 | "no-shared", | |
@@ -255,11 +255,11 @@ our %config = ( | |||
| 255 | 255 | "prerelease" => "", | |
| 256 | 256 | "processor" => "", | |
| 257 | 257 | "rc4_int" => "unsigned int", | |
| 258 | - "release_date" => "7 sep 2021", | ||
| 258 | + "release_date" => "14 Dec 2021", | ||
| 259 | 259 | "shlib_version" => "81.3", | |
| 260 | 260 | "sourcedir" => ".", | |
| 261 | 261 | "target" => "BSD-x86", | |
| 262 | - "version" => "3.0.0" | ||
| 262 | + "version" => "3.0.1" | ||
| 263 | 263 | ); | |
| 264 | 264 | our %target = ( | |
| 265 | 265 | "AR" => "ar", | |
@@ -1366,6 +1366,9 @@ our %unified_info = ( | |||
| 1366 | 1366 | "test/provider_internal_test" => { | |
| 1367 | 1367 | "noinst" => "1" | |
| 1368 | 1368 | }, | |
| 1369 | + "test/provider_pkey_test" => { | ||
| 1370 | + "noinst" => "1" | ||
| 1371 | + }, | ||
| 1369 | 1372 | "test/provider_status_test" => { | |
| 1370 | 1373 | "noinst" => "1" | |
| 1371 | 1374 | }, | |
@@ -1375,6 +1378,9 @@ our %unified_info = ( | |||
| 1375 | 1378 | "test/rand_status_test" => { | |
| 1376 | 1379 | "noinst" => "1" | |
| 1377 | 1380 | }, | |
| 1381 | + "test/rand_test" => { | ||
| 1382 | + "noinst" => "1" | ||
| 1383 | + }, | ||
| 1378 | 1384 | "test/rc2test" => { | |
| 1379 | 1385 | "noinst" => "1" | |
| 1380 | 1386 | }, | |
@@ -1587,6 +1593,7 @@ our %unified_info = ( | |||
| 1587 | 1593 | "providers/libdefault.a" => [ | |
| 1588 | 1594 | "AES_ASM", | |
| 1589 | 1595 | "OPENSSL_CPUID_OBJ", | |
| 1596 | + "OPENSSL_IA32_SSE2", | ||
| 1590 | 1597 | "VPAES_ASM" | |
| 1591 | 1598 | ], | |
| 1592 | 1599 | "providers/libfips.a" => [ | |
@@ -2715,8 +2722,8 @@ our %unified_info = ( | |||
| 2715 | 2722 | "doc/html/man3/EVP_RAND.html" => [ | |
| 2716 | 2723 | "doc/man3/EVP_RAND.pod" | |
| 2717 | 2724 | ], | |
| 2718 | - "doc/html/man3/EVP_SIGNATURE_free.html" => [ | ||
| 2719 | - "doc/man3/EVP_SIGNATURE_free.pod" | ||
| 2725 | + "doc/html/man3/EVP_SIGNATURE.html" => [ | ||
| 2726 | + "doc/man3/EVP_SIGNATURE.pod" | ||
| 2720 | 2727 | ], | |
| 2721 | 2728 | "doc/html/man3/EVP_SealInit.html" => [ | |
| 2722 | 2729 | "doc/man3/EVP_SealInit.pod" | |
@@ -5052,8 +5059,8 @@ our %unified_info = ( | |||
| 5052 | 5059 | "doc/man/man3/EVP_RAND.3" => [ | |
| 5053 | 5060 | "doc/man3/EVP_RAND.pod" | |
| 5054 | 5061 | ], | |
| 5055 | - "doc/man/man3/EVP_SIGNATURE_free.3" => [ | ||
| 5056 | - "doc/man3/EVP_SIGNATURE_free.pod" | ||
| 5062 | + "doc/man/man3/EVP_SIGNATURE.3" => [ | ||
| 5063 | + "doc/man3/EVP_SIGNATURE.pod" | ||
| 5057 | 5064 | ], | |
| 5058 | 5065 | "doc/man/man3/EVP_SealInit.3" => [ | |
| 5059 | 5066 | "doc/man3/EVP_SealInit.pod" | |
@@ -7762,6 +7769,10 @@ our %unified_info = ( | |||
| 7762 | 7769 | "libcrypto.a", | |
| 7763 | 7770 | "test/libtestutil.a" | |
| 7764 | 7771 | ], | |
| 7772 | + "test/provider_pkey_test" => [ | ||
| 7773 | + "libcrypto", | ||
| 7774 | + "test/libtestutil.a" | ||
| 7775 | + ], | ||
| 7765 | 7776 | "test/provider_status_test" => [ | |
| 7766 | 7777 | "libcrypto.a", | |
| 7767 | 7778 | "test/libtestutil.a" | |
@@ -7774,6 +7785,10 @@ our %unified_info = ( | |||
| 7774 | 7785 | "libcrypto", | |
| 7775 | 7786 | "test/libtestutil.a" | |
| 7776 | 7787 | ], | |
| 7788 | + "test/rand_test" => [ | ||
| 7789 | + "libcrypto", | ||
| 7790 | + "test/libtestutil.a" | ||
| 7791 | + ], | ||
| 7777 | 7792 | "test/rc2test" => [ | |
| 7778 | 7793 | "libcrypto.a", | |
| 7779 | 7794 | "test/libtestutil.a" | |
@@ -9714,10 +9729,10 @@ our %unified_info = ( | |||
| 9714 | 9729 | }, | |
| 9715 | 9730 | "providers/fips" => { | |
| 9716 | 9731 | "deps" => [ | |
| 9717 | - "providers/fips/fips-dso-fips_entry.o", | ||
| 9718 | 9732 | "providers/fips/libfips-lib-fipsprov.o", | |
| 9719 | 9733 | "providers/fips/libfips-lib-self_test.o", | |
| 9720 | - "providers/fips/libfips-lib-self_test_kats.o" | ||
| 9734 | + "providers/fips/libfips-lib-self_test_kats.o", | ||
| 9735 | + "providers/fips/fips-dso-fips_entry.o" | ||
| 9721 | 9736 | ], | |
| 9722 | 9737 | "products" => { | |
| 9723 | 9738 | "dso" => [ | |
@@ -9846,6 +9861,7 @@ our %unified_info = ( | |||
| 9846 | 9861 | "providers/implementations/digests/libdefault-lib-blake2s_prov.o", | |
| 9847 | 9862 | "providers/implementations/digests/libdefault-lib-md5_prov.o", | |
| 9848 | 9863 | "providers/implementations/digests/libdefault-lib-md5_sha1_prov.o", | |
| 9864 | + "providers/implementations/digests/libdefault-lib-null_prov.o", | ||
| 9849 | 9865 | "providers/implementations/digests/libdefault-lib-sha2_prov.o", | |
| 9850 | 9866 | "providers/implementations/digests/libdefault-lib-sha3_prov.o", | |
| 9851 | 9867 | "providers/implementations/digests/libdefault-lib-sm3_prov.o", | |
@@ -11608,8 +11624,8 @@ our %unified_info = ( | |||
| 11608 | 11624 | "doc/html/man3/EVP_RAND.html" => [ | |
| 11609 | 11625 | "doc/man3/EVP_RAND.pod" | |
| 11610 | 11626 | ], | |
| 11611 | - "doc/html/man3/EVP_SIGNATURE_free.html" => [ | ||
| 11612 | - "doc/man3/EVP_SIGNATURE_free.pod" | ||
| 11627 | + "doc/html/man3/EVP_SIGNATURE.html" => [ | ||
| 11628 | + "doc/man3/EVP_SIGNATURE.pod" | ||
| 11613 | 11629 | ], | |
| 11614 | 11630 | "doc/html/man3/EVP_SealInit.html" => [ | |
| 11615 | 11631 | "doc/man3/EVP_SealInit.pod" | |
@@ -13945,8 +13961,8 @@ our %unified_info = ( | |||
| 13945 | 13961 | "doc/man/man3/EVP_RAND.3" => [ | |
| 13946 | 13962 | "doc/man3/EVP_RAND.pod" | |
| 13947 | 13963 | ], | |
| 13948 | - "doc/man/man3/EVP_SIGNATURE_free.3" => [ | ||
| 13949 | - "doc/man3/EVP_SIGNATURE_free.pod" | ||
| 13964 | + "doc/man/man3/EVP_SIGNATURE.3" => [ | ||
| 13965 | + "doc/man3/EVP_SIGNATURE.pod" | ||
| 13950 | 13966 | ], | |
| 13951 | 13967 | "doc/man/man3/EVP_SealInit.3" => [ | |
| 13952 | 13968 | "doc/man3/EVP_SealInit.pod" | |
@@ -16339,7 +16355,7 @@ our %unified_info = ( | |||
| 16339 | 16355 | "doc/html/man3/EVP_PKEY_verify.html", | |
| 16340 | 16356 | "doc/html/man3/EVP_PKEY_verify_recover.html", | |
| 16341 | 16357 | "doc/html/man3/EVP_RAND.html", | |
| 16342 | - "doc/html/man3/EVP_SIGNATURE_free.html", | ||
| 16358 | + "doc/html/man3/EVP_SIGNATURE.html", | ||
| 16343 | 16359 | "doc/html/man3/EVP_SealInit.html", | |
| 16344 | 16360 | "doc/html/man3/EVP_SignInit.html", | |
| 16345 | 16361 | "doc/html/man3/EVP_VerifyInit.html", | |
@@ -18760,6 +18776,10 @@ our %unified_info = ( | |||
| 18760 | 18776 | "apps/include", | |
| 18761 | 18777 | "." | |
| 18762 | 18778 | ], | |
| 18779 | + "test/provider_pkey_test" => [ | ||
| 18780 | + "include", | ||
| 18781 | + "apps/include" | ||
| 18782 | + ], | ||
| 18763 | 18783 | "test/provider_status_test" => [ | |
| 18764 | 18784 | "include", | |
| 18765 | 18785 | "apps/include" | |
@@ -18773,6 +18793,10 @@ our %unified_info = ( | |||
| 18773 | 18793 | "include", | |
| 18774 | 18794 | "apps/include" | |
| 18775 | 18795 | ], | |
| 18796 | + "test/rand_test" => [ | ||
| 18797 | + "include", | ||
| 18798 | + "apps/include" | ||
| 18799 | + ], | ||
| 18776 | 18800 | "test/rc2test" => [ | |
| 18777 | 18801 | "include", | |
| 18778 | 18802 | "apps/include" | |
@@ -19264,7 +19288,7 @@ our %unified_info = ( | |||
| 19264 | 19288 | "doc/man/man3/EVP_PKEY_verify.3", | |
| 19265 | 19289 | "doc/man/man3/EVP_PKEY_verify_recover.3", | |
| 19266 | 19290 | "doc/man/man3/EVP_RAND.3", | |
| 19267 | - "doc/man/man3/EVP_SIGNATURE_free.3", | ||
| 19291 | + "doc/man/man3/EVP_SIGNATURE.3", | ||
| 19268 | 19292 | "doc/man/man3/EVP_SealInit.3", | |
| 19269 | 19293 | "doc/man/man3/EVP_SignInit.3", | |
| 19270 | 19294 | "doc/man/man3/EVP_VerifyInit.3", | |
@@ -19981,9 +20005,11 @@ our %unified_info = ( | |||
| 19981 | 20005 | "test/provfetchtest", | |
| 19982 | 20006 | "test/provider_fallback_test", | |
| 19983 | 20007 | "test/provider_internal_test", | |
| 20008 | + "test/provider_pkey_test", | ||
| 19984 | 20009 | "test/provider_status_test", | |
| 19985 | 20010 | "test/provider_test", | |
| 19986 | 20011 | "test/rand_status_test", | |
| 20012 | + "test/rand_test", | ||
| 19987 | 20013 | "test/rc2test", | |
| 19988 | 20014 | "test/rc4test", | |
| 19989 | 20015 | "test/rc5test", | |
@@ -24525,6 +24551,9 @@ our %unified_info = ( | |||
| 24525 | 24551 | "providers/implementations/digests/libdefault-lib-md5_sha1_prov.o" => [ | |
| 24526 | 24552 | "providers/implementations/digests/md5_sha1_prov.c" | |
| 24527 | 24553 | ], | |
| 24554 | + "providers/implementations/digests/libdefault-lib-null_prov.o" => [ | ||
| 24555 | + "providers/implementations/digests/null_prov.c" | ||
| 24556 | + ], | ||
| 24528 | 24557 | "providers/implementations/digests/libdefault-lib-sha2_prov.o" => [ | |
| 24529 | 24558 | "providers/implementations/digests/sha2_prov.c" | |
| 24530 | 24559 | ], | |
@@ -24946,6 +24975,7 @@ our %unified_info = ( | |||
| 24946 | 24975 | "providers/implementations/digests/libdefault-lib-blake2s_prov.o", | |
| 24947 | 24976 | "providers/implementations/digests/libdefault-lib-md5_prov.o", | |
| 24948 | 24977 | "providers/implementations/digests/libdefault-lib-md5_sha1_prov.o", | |
| 24978 | + "providers/implementations/digests/libdefault-lib-null_prov.o", | ||
| 24949 | 24979 | "providers/implementations/digests/libdefault-lib-sha2_prov.o", | |
| 24950 | 24980 | "providers/implementations/digests/libdefault-lib-sha3_prov.o", | |
| 24951 | 24981 | "providers/implementations/digests/libdefault-lib-sm3_prov.o", | |
@@ -26688,6 +26718,16 @@ our %unified_info = ( | |||
| 26688 | 26718 | "test/provider_internal_test-bin-provider_internal_test.o" => [ | |
| 26689 | 26719 | "test/provider_internal_test.c" | |
| 26690 | 26720 | ], | |
| 26721 | + "test/provider_pkey_test" => [ | ||
| 26722 | + "test/provider_pkey_test-bin-fake_rsaprov.o", | ||
| 26723 | + "test/provider_pkey_test-bin-provider_pkey_test.o" | ||
| 26724 | + ], | ||
| 26725 | + "test/provider_pkey_test-bin-fake_rsaprov.o" => [ | ||
| 26726 | + "test/fake_rsaprov.c" | ||
| 26727 | + ], | ||
| 26728 | + "test/provider_pkey_test-bin-provider_pkey_test.o" => [ | ||
| 26729 | + "test/provider_pkey_test.c" | ||
| 26730 | + ], | ||
| 26691 | 26731 | "test/provider_status_test" => [ | |
| 26692 | 26732 | "test/provider_status_test-bin-provider_status_test.o" | |
| 26693 | 26733 | ], | |
@@ -26710,6 +26750,12 @@ our %unified_info = ( | |||
| 26710 | 26750 | "test/rand_status_test-bin-rand_status_test.o" => [ | |
| 26711 | 26751 | "test/rand_status_test.c" | |
| 26712 | 26752 | ], | |
| 26753 | + "test/rand_test" => [ | ||
| 26754 | + "test/rand_test-bin-rand_test.o" | ||
| 26755 | + ], | ||
| 26756 | + "test/rand_test-bin-rand_test.o" => [ | ||
| 26757 | + "test/rand_test.c" | ||
| 26758 | + ], | ||
| 26713 | 26759 | "test/rc2test" => [ | |
| 26714 | 26760 | "test/rc2test-bin-rc2test.o" | |
| 26715 | 26761 | ], | |
@@ -27216,8 +27262,8 @@ unless (caller) { | |||
| 27216 | 27262 | use File::Copy; | |
| 27217 | 27263 | use Pod::Usage; | |
| 27218 | 27264 | ||
| 27219 | - use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27220 | - use OpenSSL::fallback '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27265 | + use lib '/node/deps/openssl/openssl/util/perl'; | ||
| 27266 | + use OpenSSL::fallback '/node/deps/openssl/openssl/external/perl/MODULES.txt'; | ||
| 27221 | 27267 | ||
| 27222 | 27268 | my $here = dirname($0); | |
| 27223 | 27269 | ||
@@ -27244,7 +27290,7 @@ unless (caller) { | |||
| 27244 | 27290 | ); | |
| 27245 | 27291 | ||
| 27246 | 27292 | use lib '.'; | |
| 27247 | - use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27293 | + use lib '/node/deps/openssl/openssl/Configurations'; | ||
| 27248 | 27294 | use gentemplate; | |
| 27249 | 27295 | ||
| 27250 | 27296 | print 'Creating ',$buildfile_template,"\n"; | |
@@ -27261,8 +27307,8 @@ unless (caller) { | |||
| 27261 | 27307 | ||
| 27262 | 27308 | my $prepend = <<'_____'; | |
| 27263 | 27309 | use File::Spec::Functions; | |
| 27264 | - use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl'; | ||
| 27265 | - use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations'; | ||
| 27310 | + use lib '/node/deps/openssl/openssl/util/perl'; | ||
| 27311 | + use lib '/node/deps/openssl/openssl/Configurations'; | ||
| 27266 | 27312 | use lib '.'; | |
| 27267 | 27313 | use platform; | |
| 27268 | 27314 | _____ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Tue Oct 19 08:07:57 2021 UTC" | ||
| 14 | + #define DATE "built on: Tue Dec 14 22:49:16 2021 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ extern "C" { | |||
| 29 | 29 | */ | |
| 30 | 30 | # define OPENSSL_VERSION_MAJOR 3 | |
| 31 | 31 | # define OPENSSL_VERSION_MINOR 0 | |
| 32 | - # define OPENSSL_VERSION_PATCH 0 | ||
| 32 | + # define OPENSSL_VERSION_PATCH 1 | ||
| 33 | 33 | ||
| 34 | 34 | /* | |
| 35 | 35 | * Additional version information | |
@@ -74,21 +74,21 @@ extern "C" { | |||
| 74 | 74 | * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and | |
| 75 | 75 | * OPENSSL_VERSION_BUILD_METADATA_STR appended. | |
| 76 | 76 | */ | |
| 77 | - # define OPENSSL_VERSION_STR "3.0.0" | ||
| 78 | - # define OPENSSL_FULL_VERSION_STR "3.0.0+quic" | ||
| 77 | + # define OPENSSL_VERSION_STR "3.0.1" | ||
| 78 | + # define OPENSSL_FULL_VERSION_STR "3.0.1+quic" | ||
| 79 | 79 | ||
| 80 | 80 | /* | |
| 81 | 81 | * SECTION 3: ADDITIONAL METADATA | |
| 82 | 82 | * | |
| 83 | 83 | * These strings are defined separately to allow them to be parsable. | |
| 84 | 84 | */ | |
| 85 | - # define OPENSSL_RELEASE_DATE "7 sep 2021" | ||
| 85 | + # define OPENSSL_RELEASE_DATE "14 Dec 2021" | ||
| 86 | 86 | ||
| 87 | 87 | /* | |
| 88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 89 | 89 | */ | |
| 90 | 90 | ||
| 91 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.0+quic 7 sep 2021" | ||
| 91 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.1+quic 14 Dec 2021" | ||
| 92 | 92 | ||
| 93 | 93 | /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ | |
| 94 | 94 | # ifdef OPENSSL_VERSION_PRE_RELEASE | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -830,6 +830,7 @@ | |||
| 830 | 830 | 'openssl/providers/implementations/digests/blake2s_prov.c', | |
| 831 | 831 | 'openssl/providers/implementations/digests/md5_prov.c', | |
| 832 | 832 | 'openssl/providers/implementations/digests/md5_sha1_prov.c', | |
| 833 | + 'openssl/providers/implementations/digests/null_prov.c', | ||
| 833 | 834 | 'openssl/providers/implementations/digests/sha2_prov.c', | |
| 834 | 835 | 'openssl/providers/implementations/digests/sha3_prov.c', | |
| 835 | 836 | 'openssl/providers/implementations/digests/sm3_prov.c', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments