@@ -156,7 +156,7 @@ our %config = (
156
156
],
157
157
"dynamic_engines" => "0",
158
158
"ex_libs" => [],
159
- "full_version" => "3.0.5 +quic",
159
+ "full_version" => "3.0.7 +quic",
160
160
"includes" => [],
161
161
"lflags" => [],
162
162
"lib_defines" => [
@@ -203,7 +203,7 @@ 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" => "5 ",
206
+ "patch" => "7 ",
207
207
"perl_archname" => "x86_64-linux-gnu-thread-multi",
208
208
"perl_cmd" => "/usr/bin/perl",
209
209
"perl_version" => "5.30.0",
@@ -255,11 +255,11 @@ our %config = (
255
255
"prerelease" => "",
256
256
"processor" => "",
257
257
"rc4_int" => "unsigned int",
258
- "release_date" => "5 Jul 2022",
258
+ "release_date" => "1 Nov 2022",
259
259
"shlib_version" => "81.3",
260
260
"sourcedir" => ".",
261
261
"target" => "BSD-x86",
262
- "version" => "3.0.5 "
262
+ "version" => "3.0.7 "
263
263
);
264
264
our %target = (
265
265
"AR" => "ar",
@@ -1266,12 +1266,18 @@ our %unified_info = (
1266
1266
"test/exptest" => {
1267
1267
"noinst" => "1"
1268
1268
},
1269
+ "test/ext_internal_test" => {
1270
+ "noinst" => "1"
1271
+ },
1269
1272
"test/fatalerrtest" => {
1270
1273
"noinst" => "1"
1271
1274
},
1272
1275
"test/ffc_internal_test" => {
1273
1276
"noinst" => "1"
1274
1277
},
1278
+ "test/fips_version_test" => {
1279
+ "noinst" => "1"
1280
+ },
1275
1281
"test/gmdifftest" => {
1276
1282
"noinst" => "1"
1277
1283
},
@@ -1386,6 +1392,9 @@ our %unified_info = (
1386
1392
"test/provider_test" => {
1387
1393
"noinst" => "1"
1388
1394
},
1395
+ "test/punycode_test" => {
1396
+ "noinst" => "1"
1397
+ },
1389
1398
"test/rand_status_test" => {
1390
1399
"noinst" => "1"
1391
1400
},
@@ -1603,8 +1612,12 @@ our %unified_info = (
1603
1612
],
1604
1613
"providers/libdefault.a" => [
1605
1614
"AES_ASM",
1615
+ "ECP_NISTZ256_ASM",
1606
1616
"OPENSSL_CPUID_OBJ",
1607
1617
"OPENSSL_IA32_SSE2",
1618
+ "SHA1_ASM",
1619
+ "SHA256_ASM",
1620
+ "SHA512_ASM",
1608
1621
"VPAES_ASM"
1609
1622
],
1610
1623
"providers/libfips.a" => [
@@ -2873,6 +2886,9 @@ our %unified_info = (
2873
2886
"doc/html/man3/OPENSSL_fork_prepare.html" => [
2874
2887
"doc/man3/OPENSSL_fork_prepare.pod"
2875
2888
],
2889
+ "doc/html/man3/OPENSSL_gmtime.html" => [
2890
+ "doc/man3/OPENSSL_gmtime.pod"
2891
+ ],
2876
2892
"doc/html/man3/OPENSSL_hexchar2int.html" => [
2877
2893
"doc/man3/OPENSSL_hexchar2int.pod"
2878
2894
],
@@ -5219,6 +5235,9 @@ our %unified_info = (
5219
5235
"doc/man/man3/OPENSSL_fork_prepare.3" => [
5220
5236
"doc/man3/OPENSSL_fork_prepare.pod"
5221
5237
],
5238
+ "doc/man/man3/OPENSSL_gmtime.3" => [
5239
+ "doc/man3/OPENSSL_gmtime.pod"
5240
+ ],
5222
5241
"doc/man/man3/OPENSSL_hexchar2int.3" => [
5223
5242
"doc/man3/OPENSSL_hexchar2int.pod"
5224
5243
],
@@ -7652,6 +7671,11 @@ our %unified_info = (
7652
7671
"libcrypto",
7653
7672
"test/libtestutil.a"
7654
7673
],
7674
+ "test/ext_internal_test" => [
7675
+ "libcrypto.a",
7676
+ "libssl.a",
7677
+ "test/libtestutil.a"
7678
+ ],
7655
7679
"test/fatalerrtest" => [
7656
7680
"libcrypto",
7657
7681
"libssl",
@@ -7661,6 +7685,10 @@ our %unified_info = (
7661
7685
"libcrypto.a",
7662
7686
"test/libtestutil.a"
7663
7687
],
7688
+ "test/fips_version_test" => [
7689
+ "libcrypto",
7690
+ "test/libtestutil.a"
7691
+ ],
7664
7692
"test/gmdifftest" => [
7665
7693
"libcrypto",
7666
7694
"test/libtestutil.a"
@@ -7816,6 +7844,10 @@ our %unified_info = (
7816
7844
"libcrypto.a",
7817
7845
"test/libtestutil.a"
7818
7846
],
7847
+ "test/punycode_test" => [
7848
+ "libcrypto.a",
7849
+ "test/libtestutil.a"
7850
+ ],
7819
7851
"test/rand_status_test" => [
7820
7852
"libcrypto",
7821
7853
"test/libtestutil.a"
@@ -9897,6 +9929,7 @@ our %unified_info = (
9897
9929
"providers/implementations/digests/libdefault-lib-md5_prov.o",
9898
9930
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
9899
9931
"providers/implementations/digests/libdefault-lib-null_prov.o",
9932
+ "providers/implementations/digests/libdefault-lib-ripemd_prov.o",
9900
9933
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
9901
9934
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
9902
9935
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
@@ -11803,6 +11836,9 @@ our %unified_info = (
11803
11836
"doc/html/man3/OPENSSL_fork_prepare.html" => [
11804
11837
"doc/man3/OPENSSL_fork_prepare.pod"
11805
11838
],
11839
+ "doc/html/man3/OPENSSL_gmtime.html" => [
11840
+ "doc/man3/OPENSSL_gmtime.pod"
11841
+ ],
11806
11842
"doc/html/man3/OPENSSL_hexchar2int.html" => [
11807
11843
"doc/man3/OPENSSL_hexchar2int.pod"
11808
11844
],
@@ -14149,6 +14185,9 @@ our %unified_info = (
14149
14185
"doc/man/man3/OPENSSL_fork_prepare.3" => [
14150
14186
"doc/man3/OPENSSL_fork_prepare.pod"
14151
14187
],
14188
+ "doc/man/man3/OPENSSL_gmtime.3" => [
14189
+ "doc/man3/OPENSSL_gmtime.pod"
14190
+ ],
14152
14191
"doc/man/man3/OPENSSL_hexchar2int.3" => [
14153
14192
"doc/man3/OPENSSL_hexchar2int.pod"
14154
14193
],
@@ -16458,6 +16497,7 @@ our %unified_info = (
16458
16497
"doc/html/man3/OPENSSL_LH_stats.html",
16459
16498
"doc/html/man3/OPENSSL_config.html",
16460
16499
"doc/html/man3/OPENSSL_fork_prepare.html",
16500
+ "doc/html/man3/OPENSSL_gmtime.html",
16461
16501
"doc/html/man3/OPENSSL_hexchar2int.html",
16462
16502
"doc/html/man3/OPENSSL_ia32cap.html",
16463
16503
"doc/html/man3/OPENSSL_init_crypto.html",
@@ -18557,6 +18597,11 @@ our %unified_info = (
18557
18597
"include",
18558
18598
"apps/include"
18559
18599
],
18600
+ "test/ext_internal_test" => [
18601
+ ".",
18602
+ "include",
18603
+ "apps/include"
18604
+ ],
18560
18605
"test/fatalerrtest" => [
18561
18606
"include",
18562
18607
"apps/include"
@@ -18566,6 +18611,10 @@ our %unified_info = (
18566
18611
"include",
18567
18612
"apps/include"
18568
18613
],
18614
+ "test/fips_version_test" => [
18615
+ "include",
18616
+ "apps/include"
18617
+ ],
18569
18618
"test/gmdifftest" => [
18570
18619
"include",
18571
18620
"apps/include"
@@ -18856,6 +18905,10 @@ our %unified_info = (
18856
18905
"apps/include",
18857
18906
"."
18858
18907
],
18908
+ "test/punycode_test" => [
18909
+ "include",
18910
+ "apps/include"
18911
+ ],
18859
18912
"test/rand_status_test" => [
18860
18913
"include",
18861
18914
"apps/include"
@@ -19402,6 +19455,7 @@ our %unified_info = (
19402
19455
"doc/man/man3/OPENSSL_LH_stats.3",
19403
19456
"doc/man/man3/OPENSSL_config.3",
19404
19457
"doc/man/man3/OPENSSL_fork_prepare.3",
19458
+ "doc/man/man3/OPENSSL_gmtime.3",
19405
19459
"doc/man/man3/OPENSSL_hexchar2int.3",
19406
19460
"doc/man/man3/OPENSSL_ia32cap.3",
19407
19461
"doc/man/man3/OPENSSL_init_crypto.3",
@@ -20040,8 +20094,10 @@ our %unified_info = (
20040
20094
"test/evp_test",
20041
20095
"test/exdatatest",
20042
20096
"test/exptest",
20097
+ "test/ext_internal_test",
20043
20098
"test/fatalerrtest",
20044
20099
"test/ffc_internal_test",
20100
+ "test/fips_version_test",
20045
20101
"test/gmdifftest",
20046
20102
"test/hexstr_test",
20047
20103
"test/hmactest",
@@ -20080,6 +20136,7 @@ our %unified_info = (
20080
20136
"test/provider_pkey_test",
20081
20137
"test/provider_status_test",
20082
20138
"test/provider_test",
20139
+ "test/punycode_test",
20083
20140
"test/rand_status_test",
20084
20141
"test/rand_test",
20085
20142
"test/rc2test",
@@ -24626,6 +24683,9 @@ our %unified_info = (
24626
24683
"providers/implementations/digests/libdefault-lib-null_prov.o" => [
24627
24684
"providers/implementations/digests/null_prov.c"
24628
24685
],
24686
+ "providers/implementations/digests/libdefault-lib-ripemd_prov.o" => [
24687
+ "providers/implementations/digests/ripemd_prov.c"
24688
+ ],
24629
24689
"providers/implementations/digests/libdefault-lib-sha2_prov.o" => [
24630
24690
"providers/implementations/digests/sha2_prov.c"
24631
24691
],
@@ -25048,6 +25108,7 @@ our %unified_info = (
25048
25108
"providers/implementations/digests/libdefault-lib-md5_prov.o",
25049
25109
"providers/implementations/digests/libdefault-lib-md5_sha1_prov.o",
25050
25110
"providers/implementations/digests/libdefault-lib-null_prov.o",
25111
+ "providers/implementations/digests/libdefault-lib-ripemd_prov.o",
25051
25112
"providers/implementations/digests/libdefault-lib-sha2_prov.o",
25052
25113
"providers/implementations/digests/libdefault-lib-sha3_prov.o",
25053
25114
"providers/implementations/digests/libdefault-lib-sm3_prov.o",
@@ -26469,6 +26530,12 @@ our %unified_info = (
26469
26530
"test/exptest-bin-exptest.o" => [
26470
26531
"test/exptest.c"
26471
26532
],
26533
+ "test/ext_internal_test" => [
26534
+ "test/ext_internal_test-bin-ext_internal_test.o"
26535
+ ],
26536
+ "test/ext_internal_test-bin-ext_internal_test.o" => [
26537
+ "test/ext_internal_test.c"
26538
+ ],
26472
26539
"test/fatalerrtest" => [
26473
26540
"test/fatalerrtest-bin-fatalerrtest.o",
26474
26541
"test/helpers/fatalerrtest-bin-ssltestlib.o"
@@ -26482,6 +26549,12 @@ our %unified_info = (
26482
26549
"test/ffc_internal_test-bin-ffc_internal_test.o" => [
26483
26550
"test/ffc_internal_test.c"
26484
26551
],
26552
+ "test/fips_version_test" => [
26553
+ "test/fips_version_test-bin-fips_version_test.o"
26554
+ ],
26555
+ "test/fips_version_test-bin-fips_version_test.o" => [
26556
+ "test/fips_version_test.c"
26557
+ ],
26485
26558
"test/gmdifftest" => [
26486
26559
"test/gmdifftest-bin-gmdifftest.o"
26487
26560
],
@@ -26828,6 +26901,12 @@ our %unified_info = (
26828
26901
"test/provider_test-bin-provider_test.o" => [
26829
26902
"test/provider_test.c"
26830
26903
],
26904
+ "test/punycode_test" => [
26905
+ "test/punycode_test-bin-punycode_test.o"
26906
+ ],
26907
+ "test/punycode_test-bin-punycode_test.o" => [
26908
+ "test/punycode_test.c"
26909
+ ],
26831
26910
"test/rand_status_test" => [
26832
26911
"test/rand_status_test-bin-rand_status_test.o"
26833
26912
],
0 commit comments