Skip to content

Commit a07ccae

Browse files
shigekirvagg
authored andcommitted
deps: update archs files for OpenSSL-1.1.0i
`cd deps/openssl/config; make` updates all archs dependant files. PR-URL: #22318 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
1 parent 473996c commit a07ccae

File tree

427 files changed

+6794
-2626
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

427 files changed

+6794
-2626
lines changed

deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm

+108-3
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ our %config = (
5656
shlib_version_number => "1.1",
5757
sourcedir => ".",
5858
target => "BSD-x86_64",
59-
version => "1.1.0h",
60-
version_num => "0x1010008fL",
59+
version => "1.1.0i",
60+
version_num => "0x1010009fL",
6161
);
6262

6363
our %target = (
@@ -1076,6 +1076,10 @@ our %unified_info = (
10761076
[
10771077
"libcrypto",
10781078
],
1079+
"test/errtest" =>
1080+
[
1081+
"libcrypto",
1082+
],
10791083
"test/evp_extra_test" =>
10801084
[
10811085
"libcrypto",
@@ -1242,10 +1246,22 @@ our %unified_info = (
12421246
[
12431247
"libcrypto",
12441248
],
1249+
"test/versions" =>
1250+
[
1251+
"libcrypto",
1252+
],
12451253
"test/wp_test" =>
12461254
[
12471255
"libcrypto",
12481256
],
1257+
"test/x509_dup_cert_test" =>
1258+
[
1259+
"libcrypto",
1260+
],
1261+
"test/x509_time_test" =>
1262+
[
1263+
"libcrypto",
1264+
],
12491265
"test/x509aux" =>
12501266
[
12511267
"libcrypto",
@@ -3992,6 +4008,12 @@ our %unified_info = (
39924008
"crypto/include",
39934009
"include",
39944010
],
4011+
"crypto/conf/conf_ssl.o" =>
4012+
[
4013+
".",
4014+
"crypto/include",
4015+
"include",
4016+
],
39954017
"crypto/cpt_err.o" =>
39964018
[
39974019
".",
@@ -6330,6 +6352,12 @@ our %unified_info = (
63306352
"crypto/include",
63316353
"include",
63326354
],
6355+
"crypto/x509/x509_meth.o" =>
6356+
[
6357+
".",
6358+
"crypto/include",
6359+
"include",
6360+
],
63336361
"crypto/x509/x509_obj.o" =>
63346362
[
63356363
".",
@@ -7329,6 +7357,10 @@ our %unified_info = (
73297357
[
73307358
"include",
73317359
],
7360+
"test/errtest.o" =>
7361+
[
7362+
"include",
7363+
],
73327364
"test/evp_extra_test.o" =>
73337365
[
73347366
"include",
@@ -7501,8 +7533,8 @@ our %unified_info = (
75017533
],
75027534
"test/testutil.o" =>
75037535
[
7504-
"crypto/include",
75057536
"test",
7537+
"crypto/include",
75067538
"include",
75077539
".",
75087540
],
@@ -7523,10 +7555,23 @@ our %unified_info = (
75237555
[
75247556
"include",
75257557
],
7558+
"test/versions.o" =>
7559+
[
7560+
"include",
7561+
],
75267562
"test/wp_test.o" =>
75277563
[
75287564
"include",
75297565
],
7566+
"test/x509_dup_cert_test.o" =>
7567+
[
7568+
"include",
7569+
],
7570+
"test/x509_time_test.o" =>
7571+
[
7572+
".",
7573+
"include",
7574+
],
75307575
"test/x509aux.o" =>
75317576
[
75327577
"include",
@@ -7682,6 +7727,7 @@ our %unified_info = (
76827727
"test/ecdsatest",
76837728
"test/ectest",
76847729
"test/enginetest",
7730+
"test/errtest",
76857731
"test/evp_extra_test",
76867732
"test/evp_test",
76877733
"test/exdatatest",
@@ -7722,7 +7768,10 @@ our %unified_info = (
77227768
"test/v3ext",
77237769
"test/v3nametest",
77247770
"test/verify_extra_test",
7771+
"test/versions",
77257772
"test/wp_test",
7773+
"test/x509_dup_cert_test",
7774+
"test/x509_time_test",
77267775
"test/x509aux",
77277776
],
77287777
"rawlines" =>
@@ -8104,6 +8153,9 @@ our %unified_info = (
81048153
"test/enginetest" =>
81058154
[
81068155
],
8156+
"test/errtest" =>
8157+
[
8158+
],
81078159
"test/evp_extra_test" =>
81088160
[
81098161
],
@@ -8224,9 +8276,18 @@ our %unified_info = (
82248276
"test/verify_extra_test" =>
82258277
[
82268278
],
8279+
"test/versions" =>
8280+
[
8281+
],
82278282
"test/wp_test" =>
82288283
[
82298284
],
8285+
"test/x509_dup_cert_test" =>
8286+
[
8287+
],
8288+
"test/x509_time_test" =>
8289+
[
8290+
],
82308291
"test/x509aux" =>
82318292
[
82328293
],
@@ -9255,6 +9316,10 @@ our %unified_info = (
92559316
[
92569317
"crypto/conf/conf_sap.c",
92579318
],
9319+
"crypto/conf/conf_ssl.o" =>
9320+
[
9321+
"crypto/conf/conf_ssl.c",
9322+
],
92589323
"crypto/cpt_err.o" =>
92599324
[
92609325
"crypto/cpt_err.c",
@@ -10735,6 +10800,10 @@ our %unified_info = (
1073510800
[
1073610801
"crypto/x509/x509_lu.c",
1073710802
],
10803+
"crypto/x509/x509_meth.o" =>
10804+
[
10805+
"crypto/x509/x509_meth.c",
10806+
],
1073810807
"crypto/x509/x509_obj.o" =>
1073910808
[
1074010809
"crypto/x509/x509_obj.c",
@@ -11272,6 +11341,7 @@ our %unified_info = (
1127211341
"crypto/conf/conf_mall.o",
1127311342
"crypto/conf/conf_mod.o",
1127411343
"crypto/conf/conf_sap.o",
11344+
"crypto/conf/conf_ssl.o",
1127511345
"crypto/cpt_err.o",
1127611346
"crypto/cryptlib.o",
1127711347
"crypto/ct/ct_b64.o",
@@ -11642,6 +11712,7 @@ our %unified_info = (
1164211712
"crypto/x509/x509_err.o",
1164311713
"crypto/x509/x509_ext.o",
1164411714
"crypto/x509/x509_lu.o",
11715+
"crypto/x509/x509_meth.o",
1164511716
"crypto/x509/x509_obj.o",
1164611717
"crypto/x509/x509_r2x.o",
1164711718
"crypto/x509/x509_req.o",
@@ -12647,6 +12718,15 @@ our %unified_info = (
1264712718
[
1264812719
"test/enginetest.c",
1264912720
],
12721+
"test/errtest" =>
12722+
[
12723+
"test/errtest.o",
12724+
"test/testutil.o",
12725+
],
12726+
"test/errtest.o" =>
12727+
[
12728+
"test/errtest.c",
12729+
],
1265012730
"test/evp_extra_test" =>
1265112731
[
1265212732
"test/evp_extra_test.o",
@@ -12996,6 +13076,14 @@ our %unified_info = (
1299613076
[
1299713077
"test/verify_extra_test.c",
1299813078
],
13079+
"test/versions" =>
13080+
[
13081+
"test/versions.o",
13082+
],
13083+
"test/versions.o" =>
13084+
[
13085+
"test/versions.c",
13086+
],
1299913087
"test/wp_test" =>
1300013088
[
1300113089
"test/wp_test.o",
@@ -13004,6 +13092,23 @@ our %unified_info = (
1300413092
[
1300513093
"test/wp_test.c",
1300613094
],
13095+
"test/x509_dup_cert_test" =>
13096+
[
13097+
"test/x509_dup_cert_test.o",
13098+
],
13099+
"test/x509_dup_cert_test.o" =>
13100+
[
13101+
"test/x509_dup_cert_test.c",
13102+
],
13103+
"test/x509_time_test" =>
13104+
[
13105+
"test/testutil.o",
13106+
"test/x509_time_test.o",
13107+
],
13108+
"test/x509_time_test.o" =>
13109+
[
13110+
"test/x509_time_test.c",
13111+
],
1300713112
"test/x509aux" =>
1300813113
[
1300913114
"test/x509aux.o",

deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/aes-x86_64.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.text
1+
.text
22
.type _x86_64_AES_encrypt,@function
33
.align 16
44
_x86_64_AES_encrypt:

deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/aesni-mb-x86_64.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.text
1+
.text
22

33

44

deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/aesni-sha1-x86_64.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.text
1+
.text
22

33

44
.globl aesni_cbc_sha1_enc

deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/aesni-sha256-x86_64.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.text
1+
.text
22

33

44
.globl aesni_cbc_sha256_enc

deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/aesni-x86_64.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.text
1+
.text
22

33
.globl aesni_encrypt
44
.type aesni_encrypt,@function

deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/bsaes-x86_64.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.text
1+
.text
22

33

44

deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/vpaes-x86_64.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.text
1+
.text
22

33

44

deps/openssl/config/archs/BSD-x86_64/asm/crypto/bn/rsaz-avx2.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.text
1+
.text
22

33
.globl rsaz_1024_sqr_avx2
44
.type rsaz_1024_sqr_avx2,@function

deps/openssl/config/archs/BSD-x86_64/asm/crypto/bn/rsaz-x86_64.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.text
1+
.text
22

33

44

deps/openssl/config/archs/BSD-x86_64/asm/crypto/bn/x86_64-gf2m.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.text
1+
.text
22

33
.type _mul_1x1,@function
44
.align 16

0 commit comments

Comments
 (0)