Skip to content

Commit c087644

Browse files
RafaelGSSdanielleadams
authored andcommitted
deps: update archs files for OpenSSL-1.1.1q
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: #43692 Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-July/000232.html Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Danielle Adams <[email protected]>
1 parent 2a5712e commit c087644

File tree

143 files changed

+225
-222
lines changed

Some content is hidden

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

143 files changed

+225
-222
lines changed

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

Lines changed: 2 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.1p+quic",
115-
version_num => "0x1010110fL",
114+
version => "1.1.1q+quic",
115+
version_num => "0x1010111fL",
116116
);
117117

118118
our %target = (

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ L077grandloop:
19271927
movdqu %xmm6,-32(%edi,%esi,1)
19281928
movdqu %xmm7,-16(%edi,%esi,1)
19291929
cmpl %eax,%esi
1930-
jb L077grandloop
1930+
jbe L077grandloop
19311931
L076short:
19321932
addl $96,%eax
19331933
subl %esi,%eax
@@ -2321,7 +2321,7 @@ L087grandloop:
23212321
pxor %xmm7,%xmm1
23222322
movdqu %xmm7,-16(%edi,%esi,1)
23232323
cmpl %eax,%esi
2324-
jb L087grandloop
2324+
jbe L087grandloop
23252325
L086short:
23262326
addl $96,%eax
23272327
subl %esi,%eax

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 Jun 22 14:29:13 2022 UTC"
14+
#define DATE "built on: Tue Jul 5 15:02:24 2022 UTC"
1515

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

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

Lines changed: 2 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.1p+quic",
115-
version_num => "0x1010110fL",
114+
version => "1.1.1q+quic",
115+
version_num => "0x1010111fL",
116116
);
117117

118118
our %target = (

deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/aes/aesni-x86.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ L077grandloop:
19271927
movdqu %xmm6,-32(%edi,%esi,1)
19281928
movdqu %xmm7,-16(%edi,%esi,1)
19291929
cmpl %eax,%esi
1930-
jb L077grandloop
1930+
jbe L077grandloop
19311931
L076short:
19321932
addl $96,%eax
19331933
subl %esi,%eax
@@ -2321,7 +2321,7 @@ L087grandloop:
23212321
pxor %xmm7,%xmm1
23222322
movdqu %xmm7,-16(%edi,%esi,1)
23232323
cmpl %eax,%esi
2324-
jb L087grandloop
2324+
jbe L087grandloop
23252325
L086short:
23262326
addl $96,%eax
23272327
subl %esi,%eax

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 Jun 22 14:29:15 2022 UTC"
14+
#define DATE "built on: Tue Jul 5 15:02:26 2022 UTC"
1515

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ our %config = (
110110
sourcedir => ".",
111111
target => "BSD-x86",
112112
tdirs => [ "ossl_shim" ],
113-
version => "1.1.1p+quic",
114-
version_num => "0x1010110fL",
113+
version => "1.1.1q+quic",
114+
version_num => "0x1010111fL",
115115
);
116116

117117
our %target = (

deps/openssl/config/archs/BSD-x86/no-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 Jun 22 14:29:17 2022 UTC"
14+
#define DATE "built on: Tue Jul 5 15:02:28 2022 UTC"
1515

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

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

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

118118
our %target = (

deps/openssl/config/archs/BSD-x86_64/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_64"
14-
#define DATE "built on: Wed Jun 22 14:29:18 2022 UTC"
14+
#define DATE "built on: Tue Jul 5 15:02:29 2022 UTC"
1515

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

0 commit comments

Comments
 (0)