@@ -156,7 +156,7 @@ our %config = (
156
156
],
157
157
"dynamic_engines" => "0",
158
158
"ex_libs" => [],
159
- "full_version" => "3.0.2 +quic",
159
+ "full_version" => "3.0.3 +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" => "2 ",
207
- "perl_archname" => "x86_64-linux-thread-multi",
206
+ "patch" => "3 ",
207
+ "perl_archname" => "x86_64-linux-gnu- thread-multi",
208
208
"perl_cmd" => "/usr/bin/perl",
209
- "perl_version" => "5.34.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" => "15 Mar 2022",
258
+ "release_date" => "3 May 2022",
259
259
"shlib_version" => "81.3",
260
260
"sourcedir" => ".",
261
261
"target" => "BSD-x86",
262
- "version" => "3.0.2 "
262
+ "version" => "3.0.3 "
263
263
);
264
264
our %target = (
265
265
"AR" => "ar",
@@ -1243,6 +1243,9 @@ our %unified_info = (
1243
1243
"test/evp_libctx_test" => {
1244
1244
"noinst" => "1"
1245
1245
},
1246
+ "test/evp_pkey_ctx_new_from_name" => {
1247
+ "noinst" => "1"
1248
+ },
1246
1249
"test/evp_pkey_dparams_test" => {
1247
1250
"noinst" => "1"
1248
1251
},
@@ -1288,6 +1291,9 @@ our %unified_info = (
1288
1291
"test/lhash_test" => {
1289
1292
"noinst" => "1"
1290
1293
},
1294
+ "test/localetest" => {
1295
+ "noinst" => "1"
1296
+ },
1291
1297
"test/mdc2_internal_test" => {
1292
1298
"noinst" => "1"
1293
1299
},
@@ -2890,6 +2896,9 @@ our %unified_info = (
2890
2896
"doc/html/man3/OPENSSL_secure_malloc.html" => [
2891
2897
"doc/man3/OPENSSL_secure_malloc.pod"
2892
2898
],
2899
+ "doc/html/man3/OPENSSL_strcasecmp.html" => [
2900
+ "doc/man3/OPENSSL_strcasecmp.pod"
2901
+ ],
2893
2902
"doc/html/man3/OSSL_CMP_CTX_new.html" => [
2894
2903
"doc/man3/OSSL_CMP_CTX_new.pod"
2895
2904
],
@@ -5233,6 +5242,9 @@ our %unified_info = (
5233
5242
"doc/man/man3/OPENSSL_secure_malloc.3" => [
5234
5243
"doc/man3/OPENSSL_secure_malloc.pod"
5235
5244
],
5245
+ "doc/man/man3/OPENSSL_strcasecmp.3" => [
5246
+ "doc/man3/OPENSSL_strcasecmp.pod"
5247
+ ],
5236
5248
"doc/man/man3/OSSL_CMP_CTX_new.3" => [
5237
5249
"doc/man3/OSSL_CMP_CTX_new.pod"
5238
5250
],
@@ -7613,6 +7625,9 @@ our %unified_info = (
7613
7625
"libcrypto.a",
7614
7626
"test/libtestutil.a"
7615
7627
],
7628
+ "test/evp_pkey_ctx_new_from_name" => [
7629
+ "libcrypto"
7630
+ ],
7616
7631
"test/evp_pkey_dparams_test" => [
7617
7632
"libcrypto",
7618
7633
"test/libtestutil.a"
@@ -7677,6 +7692,10 @@ our %unified_info = (
7677
7692
"test/libtestutil.a" => [
7678
7693
"libcrypto"
7679
7694
],
7695
+ "test/localetest" => [
7696
+ "libcrypto",
7697
+ "test/libtestutil.a"
7698
+ ],
7680
7699
"test/mdc2_internal_test" => [
7681
7700
"libcrypto.a",
7682
7701
"test/libtestutil.a"
@@ -10484,7 +10503,7 @@ our %unified_info = (
10484
10503
"crypto/chacha/chacha-c64xplus.S" => [
10485
10504
"crypto/chacha/asm/chacha-c64xplus.pl"
10486
10505
],
10487
- "crypto/chacha/chacha-ia64.S " => [
10506
+ "crypto/chacha/chacha-ia64.s " => [
10488
10507
"crypto/chacha/asm/chacha-ia64.pl"
10489
10508
],
10490
10509
"crypto/chacha/chacha-ppc.s" => [
@@ -11804,6 +11823,9 @@ our %unified_info = (
11804
11823
"doc/html/man3/OPENSSL_secure_malloc.html" => [
11805
11824
"doc/man3/OPENSSL_secure_malloc.pod"
11806
11825
],
11826
+ "doc/html/man3/OPENSSL_strcasecmp.html" => [
11827
+ "doc/man3/OPENSSL_strcasecmp.pod"
11828
+ ],
11807
11829
"doc/html/man3/OSSL_CMP_CTX_new.html" => [
11808
11830
"doc/man3/OSSL_CMP_CTX_new.pod"
11809
11831
],
@@ -14147,6 +14169,9 @@ our %unified_info = (
14147
14169
"doc/man/man3/OPENSSL_secure_malloc.3" => [
14148
14170
"doc/man3/OPENSSL_secure_malloc.pod"
14149
14171
],
14172
+ "doc/man/man3/OPENSSL_strcasecmp.3" => [
14173
+ "doc/man3/OPENSSL_strcasecmp.pod"
14174
+ ],
14150
14175
"doc/man/man3/OSSL_CMP_CTX_new.3" => [
14151
14176
"doc/man3/OSSL_CMP_CTX_new.pod"
14152
14177
],
@@ -16435,6 +16460,7 @@ our %unified_info = (
16435
16460
"doc/html/man3/OPENSSL_malloc.html",
16436
16461
"doc/html/man3/OPENSSL_s390xcap.html",
16437
16462
"doc/html/man3/OPENSSL_secure_malloc.html",
16463
+ "doc/html/man3/OPENSSL_strcasecmp.html",
16438
16464
"doc/html/man3/OSSL_CMP_CTX_new.html",
16439
16465
"doc/html/man3/OSSL_CMP_HDR_get0_transactionID.html",
16440
16466
"doc/html/man3/OSSL_CMP_ITAV_set0.html",
@@ -18500,6 +18526,10 @@ our %unified_info = (
18500
18526
"include",
18501
18527
"apps/include"
18502
18528
],
18529
+ "test/evp_pkey_ctx_new_from_name" => [
18530
+ "include",
18531
+ "apps/include"
18532
+ ],
18503
18533
"test/evp_pkey_dparams_test" => [
18504
18534
"include",
18505
18535
"apps/include"
@@ -18687,6 +18717,10 @@ our %unified_info = (
18687
18717
"apps/include",
18688
18718
"."
18689
18719
],
18720
+ "test/localetest" => [
18721
+ "include",
18722
+ "apps/include"
18723
+ ],
18690
18724
"test/mdc2_internal_test" => [
18691
18725
".",
18692
18726
"include",
@@ -19370,6 +19404,7 @@ our %unified_info = (
19370
19404
"doc/man/man3/OPENSSL_malloc.3",
19371
19405
"doc/man/man3/OPENSSL_s390xcap.3",
19372
19406
"doc/man/man3/OPENSSL_secure_malloc.3",
19407
+ "doc/man/man3/OPENSSL_strcasecmp.3",
19373
19408
"doc/man/man3/OSSL_CMP_CTX_new.3",
19374
19409
"doc/man/man3/OSSL_CMP_HDR_get0_transactionID.3",
19375
19410
"doc/man/man3/OSSL_CMP_ITAV_set0.3",
@@ -19992,6 +20027,7 @@ our %unified_info = (
19992
20027
"test/evp_fetch_prov_test",
19993
20028
"test/evp_kdf_test",
19994
20029
"test/evp_libctx_test",
20030
+ "test/evp_pkey_ctx_new_from_name",
19995
20031
"test/evp_pkey_dparams_test",
19996
20032
"test/evp_pkey_provided_test",
19997
20033
"test/evp_test",
@@ -20007,6 +20043,7 @@ our %unified_info = (
20007
20043
"test/igetest",
20008
20044
"test/keymgmt_internal_test",
20009
20045
"test/lhash_test",
20046
+ "test/localetest",
20010
20047
"test/mdc2_internal_test",
20011
20048
"test/mdc2test",
20012
20049
"test/memleaktest",
@@ -26389,6 +26426,12 @@ our %unified_info = (
26389
26426
"test/evp_libctx_test-bin-evp_libctx_test.o" => [
26390
26427
"test/evp_libctx_test.c"
26391
26428
],
26429
+ "test/evp_pkey_ctx_new_from_name" => [
26430
+ "test/evp_pkey_ctx_new_from_name-bin-evp_pkey_ctx_new_from_name.o"
26431
+ ],
26432
+ "test/evp_pkey_ctx_new_from_name-bin-evp_pkey_ctx_new_from_name.o" => [
26433
+ "test/evp_pkey_ctx_new_from_name.c"
26434
+ ],
26392
26435
"test/evp_pkey_dparams_test" => [
26393
26436
"test/evp_pkey_dparams_test-bin-evp_pkey_dparams_test.o"
26394
26437
],
@@ -26578,6 +26621,12 @@ our %unified_info = (
26578
26621
"test/testutil/libtestutil-lib-tests.o",
26579
26622
"test/testutil/libtestutil-lib-testutil_init.o"
26580
26623
],
26624
+ "test/localetest" => [
26625
+ "test/localetest-bin-localetest.o"
26626
+ ],
26627
+ "test/localetest-bin-localetest.o" => [
26628
+ "test/localetest.c"
26629
+ ],
26581
26630
"test/mdc2_internal_test" => [
26582
26631
"test/mdc2_internal_test-bin-mdc2_internal_test.o"
26583
26632
],
@@ -27290,8 +27339,8 @@ unless (caller) {
27290
27339
use File::Copy;
27291
27340
use Pod::Usage;
27292
27341
27293
- use lib '/home/danielbevenius/work/nodejs /node/deps/openssl/openssl/util/perl';
27294
- use OpenSSL::fallback '/home/danielbevenius/work/nodejs /node/deps/openssl/openssl/external/perl/MODULES.txt';
27342
+ use lib '/home/rafaelgss/repos/os /node/deps/openssl/openssl/util/perl';
27343
+ use OpenSSL::fallback '/home/rafaelgss/repos/os /node/deps/openssl/openssl/external/perl/MODULES.txt';
27295
27344
27296
27345
my $here = dirname($0);
27297
27346
@@ -27318,7 +27367,7 @@ unless (caller) {
27318
27367
);
27319
27368
27320
27369
use lib '.';
27321
- use lib '/home/danielbevenius/work/nodejs /node/deps/openssl/openssl/Configurations';
27370
+ use lib '/home/rafaelgss/repos/os /node/deps/openssl/openssl/Configurations';
27322
27371
use gentemplate;
27323
27372
27324
27373
print 'Creating ',$buildfile_template,"\n";
@@ -27335,8 +27384,8 @@ unless (caller) {
27335
27384
27336
27385
my $prepend = <<'_____';
27337
27386
use File::Spec::Functions;
27338
- use lib '/home/danielbevenius/work/nodejs /node/deps/openssl/openssl/util/perl';
27339
- use lib '/home/danielbevenius/work/nodejs /node/deps/openssl/openssl/Configurations';
27387
+ use lib '/home/rafaelgss/repos/os /node/deps/openssl/openssl/util/perl';
27388
+ use lib '/home/rafaelgss/repos/os /node/deps/openssl/openssl/Configurations';
27340
27389
use lib '.';
27341
27390
use platform;
27342
27391
_____
0 commit comments