Skip to content

Commit 0d5f864

Browse files
RafaelGSSrichardlau
authored andcommitted
deps: update archs files for OpenSSL-1.1.1t
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/include/crypto/bn_conf.h $ git add deps/openssl/openssl/include/crypto/dso_conf.h $ git add deps/openssl/openssl/include/openssl/opensslconf.h $ git commit PR-URL: #46566 Refs: https://mta.openssl.org/pipermail/openssl-announce/2023-February/000251.html Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
1 parent 8c11d17 commit 0d5f864

File tree

293 files changed

+1126
-275
lines changed

Some content is hidden

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

293 files changed

+1126
-275
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",
115-
version_num => "0x1010113fL",
114+
version => "1.1.1t",
115+
version_num => "0x1010114fL",
116116
);
117117

118118
our %target = (
@@ -1944,6 +1944,7 @@ our %unified_info = (
19441944
"crypto/bn/bn_word.o",
19451945
"crypto/bn/bn_x931p.o",
19461946
"crypto/bn/co-586.o",
1947+
"crypto/bn/rsa_sup_mul.o",
19471948
"crypto/bn/x86-gf2m.o",
19481949
"crypto/bn/x86-mont.o",
19491950
],
@@ -5635,6 +5636,11 @@ our %unified_info = (
56355636
[
56365637
"crypto",
56375638
],
5639+
"crypto/bn/rsa_sup_mul.o" =>
5640+
[
5641+
".",
5642+
"include",
5643+
],
56385644
"crypto/bn/sparct4-mont.o" =>
56395645
[
56405646
"crypto",
@@ -10574,6 +10580,10 @@ our %unified_info = (
1057410580
[
1057510581
"crypto/bn/co-586.s",
1057610582
],
10583+
"crypto/bn/rsa_sup_mul.o" =>
10584+
[
10585+
"crypto/bn/rsa_sup_mul.c",
10586+
],
1057710587
"crypto/bn/x86-gf2m.o" =>
1057810588
[
1057910589
"crypto/bn/x86-gf2m.s",
@@ -12844,6 +12854,7 @@ our %unified_info = (
1284412854
"crypto/bn/bn_word.o",
1284512855
"crypto/bn/bn_x931p.o",
1284612856
"crypto/bn/co-586.o",
12857+
"crypto/bn/rsa_sup_mul.o",
1284712858
"crypto/bn/x86-gf2m.o",
1284812859
"crypto/bn/x86-mont.o",
1284912860
"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:51:26 2022 UTC"
14+
#define DATE "built on: Wed Feb 8 12:42:33 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
@@ -185,6 +185,7 @@
185185
'openssl/crypto/bn/bn_srp.c',
186186
'openssl/crypto/bn/bn_word.c',
187187
'openssl/crypto/bn/bn_x931p.c',
188+
'openssl/crypto/bn/rsa_sup_mul.c',
188189
'openssl/crypto/buffer/buf_err.c',
189190
'openssl/crypto/buffer/buffer.c',
190191
'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",
115-
version_num => "0x1010113fL",
114+
version => "1.1.1t",
115+
version_num => "0x1010114fL",
116116
);
117117

118118
our %target = (
@@ -1944,6 +1944,7 @@ our %unified_info = (
19441944
"crypto/bn/bn_word.o",
19451945
"crypto/bn/bn_x931p.o",
19461946
"crypto/bn/co-586.o",
1947+
"crypto/bn/rsa_sup_mul.o",
19471948
"crypto/bn/x86-gf2m.o",
19481949
"crypto/bn/x86-mont.o",
19491950
],
@@ -5635,6 +5636,11 @@ our %unified_info = (
56355636
[
56365637
"crypto",
56375638
],
5639+
"crypto/bn/rsa_sup_mul.o" =>
5640+
[
5641+
".",
5642+
"include",
5643+
],
56385644
"crypto/bn/sparct4-mont.o" =>
56395645
[
56405646
"crypto",
@@ -10574,6 +10580,10 @@ our %unified_info = (
1057410580
[
1057510581
"crypto/bn/co-586.s",
1057610582
],
10583+
"crypto/bn/rsa_sup_mul.o" =>
10584+
[
10585+
"crypto/bn/rsa_sup_mul.c",
10586+
],
1057710587
"crypto/bn/x86-gf2m.o" =>
1057810588
[
1057910589
"crypto/bn/x86-gf2m.s",
@@ -12844,6 +12854,7 @@ our %unified_info = (
1284412854
"crypto/bn/bn_word.o",
1284512855
"crypto/bn/bn_x931p.o",
1284612856
"crypto/bn/co-586.o",
12857+
"crypto/bn/rsa_sup_mul.o",
1284712858
"crypto/bn/x86-gf2m.o",
1284812859
"crypto/bn/x86-mont.o",
1284912860
"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:51:29 2022 UTC"
14+
#define DATE "built on: Wed Feb 8 12:42:35 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
@@ -185,6 +185,7 @@
185185
'openssl/crypto/bn/bn_srp.c',
186186
'openssl/crypto/bn/bn_word.c',
187187
'openssl/crypto/bn/bn_x931p.c',
188+
'openssl/crypto/bn/rsa_sup_mul.c',
188189
'openssl/crypto/buffer/buf_err.c',
189190
'openssl/crypto/buffer/buffer.c',
190191
'openssl/crypto/camellia/cmll_cfb.c',

0 commit comments

Comments
 (0)