Skip to content

Commit de5c8d2

Browse files
RafaelGSSrichardlau
authored andcommitted
deps: update archs files for quictls/openssl-1.1.1t+quic
After an OpenSSL source update, all the config files need to be regenerated and committed by: $ make -C deps/openssl/config $ git add deps/openssl/config/archs $ git add deps/openssl/openssl $ git commit PR-URL: #46568 Refs: https://mta.openssl.org/pipermail/openssl-announce/2023-February/000251.html Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Moshe Atlow <[email protected]>
1 parent 1a8ccfe commit de5c8d2

File tree

283 files changed

+1090
-267
lines changed

Some content is hidden

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

283 files changed

+1090
-267
lines changed

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ our %config = (
111111
sourcedir => ".",
112112
target => "BSD-x86",
113113
tdirs => [ "ossl_shim" ],
114-
version => "1.1.1s+quic",
115-
version_num => "0x1010113fL",
114+
version => "1.1.1t+quic",
115+
version_num => "0x1010114fL",
116116
);
117117

118118
our %target = (
@@ -1945,6 +1945,7 @@ our %unified_info = (
19451945
"crypto/bn/bn_word.o",
19461946
"crypto/bn/bn_x931p.o",
19471947
"crypto/bn/co-586.o",
1948+
"crypto/bn/rsa_sup_mul.o",
19481949
"crypto/bn/x86-gf2m.o",
19491950
"crypto/bn/x86-mont.o",
19501951
],
@@ -5638,6 +5639,11 @@ our %unified_info = (
56385639
[
56395640
"crypto",
56405641
],
5642+
"crypto/bn/rsa_sup_mul.o" =>
5643+
[
5644+
".",
5645+
"include",
5646+
],
56415647
"crypto/bn/sparct4-mont.o" =>
56425648
[
56435649
"crypto",
@@ -10587,6 +10593,10 @@ our %unified_info = (
1058710593
[
1058810594
"crypto/bn/co-586.s",
1058910595
],
10596+
"crypto/bn/rsa_sup_mul.o" =>
10597+
[
10598+
"crypto/bn/rsa_sup_mul.c",
10599+
],
1059010600
"crypto/bn/x86-gf2m.o" =>
1059110601
[
1059210602
"crypto/bn/x86-gf2m.s",
@@ -12857,6 +12867,7 @@ our %unified_info = (
1285712867
"crypto/bn/bn_word.o",
1285812868
"crypto/bn/bn_x931p.o",
1285912869
"crypto/bn/co-586.o",
12870+
"crypto/bn/rsa_sup_mul.o",
1286012871
"crypto/bn/x86-gf2m.o",
1286112872
"crypto/bn/x86-mont.o",
1286212873
"crypto/buffer/buf_err.o",

deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Wed Nov 2 12:56:45 2022 UTC"
14+
#define DATE "built on: Wed Feb 8 13:03:07 2023 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a

deps/openssl/config/archs/BSD-x86/asm/engines/e_padlock-x86.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ _padlock_key_bswap:
6565
L_padlock_key_bswap_begin:
6666
movl 4(%esp),%edx
6767
movl 240(%edx),%ecx
68+
incl %ecx
69+
shll $2,%ecx
6870
L003bswap_loop:
6971
movl (%edx),%eax
7072
bswap %eax

deps/openssl/config/archs/BSD-x86/asm/include/progs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* WARNING: do not edit!
33
* Generated by apps/progs.pl
44
*
5-
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
66
*
77
* Licensed under the OpenSSL license (the "License"). You may not use
88
* this file except in compliance with the License. You can obtain a copy

deps/openssl/config/archs/BSD-x86/asm/openssl.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
'openssl/crypto/bn/bn_srp.c',
188188
'openssl/crypto/bn/bn_word.c',
189189
'openssl/crypto/bn/bn_x931p.c',
190+
'openssl/crypto/bn/rsa_sup_mul.c',
190191
'openssl/crypto/buffer/buf_err.c',
191192
'openssl/crypto/buffer/buffer.c',
192193
'openssl/crypto/camellia/cmll_cfb.c',

deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ our %config = (
111111
sourcedir => ".",
112112
target => "BSD-x86",
113113
tdirs => [ "ossl_shim" ],
114-
version => "1.1.1s+quic",
115-
version_num => "0x1010113fL",
114+
version => "1.1.1t+quic",
115+
version_num => "0x1010114fL",
116116
);
117117

118118
our %target = (
@@ -1945,6 +1945,7 @@ our %unified_info = (
19451945
"crypto/bn/bn_word.o",
19461946
"crypto/bn/bn_x931p.o",
19471947
"crypto/bn/co-586.o",
1948+
"crypto/bn/rsa_sup_mul.o",
19481949
"crypto/bn/x86-gf2m.o",
19491950
"crypto/bn/x86-mont.o",
19501951
],
@@ -5638,6 +5639,11 @@ our %unified_info = (
56385639
[
56395640
"crypto",
56405641
],
5642+
"crypto/bn/rsa_sup_mul.o" =>
5643+
[
5644+
".",
5645+
"include",
5646+
],
56415647
"crypto/bn/sparct4-mont.o" =>
56425648
[
56435649
"crypto",
@@ -10587,6 +10593,10 @@ our %unified_info = (
1058710593
[
1058810594
"crypto/bn/co-586.s",
1058910595
],
10596+
"crypto/bn/rsa_sup_mul.o" =>
10597+
[
10598+
"crypto/bn/rsa_sup_mul.c",
10599+
],
1059010600
"crypto/bn/x86-gf2m.o" =>
1059110601
[
1059210602
"crypto/bn/x86-gf2m.s",
@@ -12857,6 +12867,7 @@ our %unified_info = (
1285712867
"crypto/bn/bn_word.o",
1285812868
"crypto/bn/bn_x931p.o",
1285912869
"crypto/bn/co-586.o",
12870+
"crypto/bn/rsa_sup_mul.o",
1286012871
"crypto/bn/x86-gf2m.o",
1286112872
"crypto/bn/x86-mont.o",
1286212873
"crypto/buffer/buf_err.o",

deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/buildinf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Wed Nov 2 12:56:47 2022 UTC"
14+
#define DATE "built on: Wed Feb 8 13:03:09 2023 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a

deps/openssl/config/archs/BSD-x86/asm_avx2/engines/e_padlock-x86.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ _padlock_key_bswap:
6565
L_padlock_key_bswap_begin:
6666
movl 4(%esp),%edx
6767
movl 240(%edx),%ecx
68+
incl %ecx
69+
shll $2,%ecx
6870
L003bswap_loop:
6971
movl (%edx),%eax
7072
bswap %eax

deps/openssl/config/archs/BSD-x86/asm_avx2/include/progs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* WARNING: do not edit!
33
* Generated by apps/progs.pl
44
*
5-
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
66
*
77
* Licensed under the OpenSSL license (the "License"). You may not use
88
* this file except in compliance with the License. You can obtain a copy

deps/openssl/config/archs/BSD-x86/asm_avx2/openssl.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
'openssl/crypto/bn/bn_srp.c',
188188
'openssl/crypto/bn/bn_word.c',
189189
'openssl/crypto/bn/bn_x931p.c',
190+
'openssl/crypto/bn/rsa_sup_mul.c',
190191
'openssl/crypto/buffer/buf_err.c',
191192
'openssl/crypto/buffer/buffer.c',
192193
'openssl/crypto/camellia/cmll_cfb.c',

0 commit comments

Comments
 (0)