Skip to content

Commit

Permalink
deps: update archs files for OpenSSL-1.1.1u+quic
Browse files Browse the repository at this point in the history
 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: #48369
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
  • Loading branch information
RafaelGSS committed Jun 19, 2023
1 parent 8d4c8f8 commit 155d3aa
Show file tree
Hide file tree
Showing 202 changed files with 304 additions and 1,077 deletions.
17 changes: 3 additions & 14 deletions deps/openssl/config/archs/BSD-x86/asm/configdata.pm
Expand Up @@ -62,7 +62,7 @@ our %config = (
options => "enable-ssl-trace 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-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
perl_archname => "x86_64-linux-gnu-thread-multi",
perl_cmd => "/usr/bin/perl",
perl_version => "5.30.0",
perl_version => "5.34.0",
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86" ],
perlenv => {
"AR" => undef,
Expand Down Expand Up @@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86",
tdirs => [ "ossl_shim" ],
version => "1.1.1t+quic",
version_num => "0x1010114fL",
version => "1.1.1u+quic",
version_num => "0x1010115fL",
);

our %target = (
Expand Down Expand Up @@ -1945,7 +1945,6 @@ our %unified_info = (
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
"crypto/bn/co-586.o",
"crypto/bn/rsa_sup_mul.o",
"crypto/bn/x86-gf2m.o",
"crypto/bn/x86-mont.o",
],
Expand Down Expand Up @@ -5639,11 +5638,6 @@ our %unified_info = (
[
"crypto",
],
"crypto/bn/rsa_sup_mul.o" =>
[
".",
"include",
],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
Expand Down Expand Up @@ -10593,10 +10587,6 @@ our %unified_info = (
[
"crypto/bn/co-586.s",
],
"crypto/bn/rsa_sup_mul.o" =>
[
"crypto/bn/rsa_sup_mul.c",
],
"crypto/bn/x86-gf2m.o" =>
[
"crypto/bn/x86-gf2m.s",
Expand Down Expand Up @@ -12867,7 +12857,6 @@ our %unified_info = (
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
"crypto/bn/co-586.o",
"crypto/bn/rsa_sup_mul.o",
"crypto/bn/x86-gf2m.o",
"crypto/bn/x86-mont.o",
"crypto/buffer/buf_err.o",
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Wed Feb 8 13:03:07 2023 UTC"
#define DATE "built on: Tue Jun 6 20:33:21 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
1 change: 0 additions & 1 deletion deps/openssl/config/archs/BSD-x86/asm/openssl.gypi
Expand Up @@ -187,7 +187,6 @@
'openssl/crypto/bn/bn_srp.c',
'openssl/crypto/bn/bn_word.c',
'openssl/crypto/bn/bn_x931p.c',
'openssl/crypto/bn/rsa_sup_mul.c',
'openssl/crypto/buffer/buf_err.c',
'openssl/crypto/buffer/buffer.c',
'openssl/crypto/camellia/cmll_cfb.c',
Expand Down
17 changes: 3 additions & 14 deletions deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm
Expand Up @@ -62,7 +62,7 @@ our %config = (
options => "enable-ssl-trace 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-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
perl_archname => "x86_64-linux-gnu-thread-multi",
perl_cmd => "/usr/bin/perl",
perl_version => "5.30.0",
perl_version => "5.34.0",
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86" ],
perlenv => {
"AR" => undef,
Expand Down Expand Up @@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86",
tdirs => [ "ossl_shim" ],
version => "1.1.1t+quic",
version_num => "0x1010114fL",
version => "1.1.1u+quic",
version_num => "0x1010115fL",
);

our %target = (
Expand Down Expand Up @@ -1945,7 +1945,6 @@ our %unified_info = (
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
"crypto/bn/co-586.o",
"crypto/bn/rsa_sup_mul.o",
"crypto/bn/x86-gf2m.o",
"crypto/bn/x86-mont.o",
],
Expand Down Expand Up @@ -5639,11 +5638,6 @@ our %unified_info = (
[
"crypto",
],
"crypto/bn/rsa_sup_mul.o" =>
[
".",
"include",
],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
Expand Down Expand Up @@ -10593,10 +10587,6 @@ our %unified_info = (
[
"crypto/bn/co-586.s",
],
"crypto/bn/rsa_sup_mul.o" =>
[
"crypto/bn/rsa_sup_mul.c",
],
"crypto/bn/x86-gf2m.o" =>
[
"crypto/bn/x86-gf2m.s",
Expand Down Expand Up @@ -12867,7 +12857,6 @@ our %unified_info = (
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
"crypto/bn/co-586.o",
"crypto/bn/rsa_sup_mul.o",
"crypto/bn/x86-gf2m.o",
"crypto/bn/x86-mont.o",
"crypto/buffer/buf_err.o",
Expand Down
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Wed Feb 8 13:03:09 2023 UTC"
#define DATE "built on: Tue Jun 6 20:33:23 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
1 change: 0 additions & 1 deletion deps/openssl/config/archs/BSD-x86/asm_avx2/openssl.gypi
Expand Up @@ -187,7 +187,6 @@
'openssl/crypto/bn/bn_srp.c',
'openssl/crypto/bn/bn_word.c',
'openssl/crypto/bn/bn_x931p.c',
'openssl/crypto/bn/rsa_sup_mul.c',
'openssl/crypto/buffer/buf_err.c',
'openssl/crypto/buffer/buffer.c',
'openssl/crypto/camellia/cmll_cfb.c',
Expand Down
17 changes: 3 additions & 14 deletions deps/openssl/config/archs/BSD-x86/no-asm/configdata.pm
Expand Up @@ -61,7 +61,7 @@ our %config = (
options => "enable-ssl-trace no-afalgeng no-asan no-asm 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-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
perl_archname => "x86_64-linux-gnu-thread-multi",
perl_cmd => "/usr/bin/perl",
perl_version => "5.30.0",
perl_version => "5.34.0",
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "BSD-x86" ],
perlenv => {
"AR" => undef,
Expand Down Expand Up @@ -110,8 +110,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86",
tdirs => [ "ossl_shim" ],
version => "1.1.1t+quic",
version_num => "0x1010114fL",
version => "1.1.1u+quic",
version_num => "0x1010115fL",
);

our %target = (
Expand Down Expand Up @@ -1940,7 +1940,6 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
"crypto/bn/rsa_sup_mul.o",
],
"products" =>
{
Expand Down Expand Up @@ -5609,11 +5608,6 @@ our %unified_info = (
[
"crypto",
],
"crypto/bn/rsa_sup_mul.o" =>
[
".",
"include",
],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
Expand Down Expand Up @@ -10501,10 +10495,6 @@ our %unified_info = (
[
"crypto/bn/bn_x931p.c",
],
"crypto/bn/rsa_sup_mul.o" =>
[
"crypto/bn/rsa_sup_mul.c",
],
"crypto/buffer/buf_err.o" =>
[
"crypto/buffer/buf_err.c",
Expand Down Expand Up @@ -12732,7 +12722,6 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
"crypto/bn/rsa_sup_mul.o",
"crypto/buffer/buf_err.o",
"crypto/buffer/buffer.o",
"crypto/camellia/camellia.o",
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86/no-asm/crypto/buildinf.h
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Wed Feb 8 13:03:10 2023 UTC"
#define DATE "built on: Tue Jun 6 20:33:26 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
1 change: 0 additions & 1 deletion deps/openssl/config/archs/BSD-x86/no-asm/openssl.gypi
Expand Up @@ -189,7 +189,6 @@
'openssl/crypto/bn/bn_srp.c',
'openssl/crypto/bn/bn_word.c',
'openssl/crypto/bn/bn_x931p.c',
'openssl/crypto/bn/rsa_sup_mul.c',
'openssl/crypto/buffer/buf_err.c',
'openssl/crypto/buffer/buffer.c',
'openssl/crypto/camellia/camellia.c',
Expand Down
17 changes: 3 additions & 14 deletions deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm
Expand Up @@ -62,7 +62,7 @@ our %config = (
options => "enable-ssl-trace 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-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
perl_archname => "x86_64-linux-gnu-thread-multi",
perl_cmd => "/usr/bin/perl",
perl_version => "5.30.0",
perl_version => "5.34.0",
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86_64" ],
perlenv => {
"AR" => undef,
Expand Down Expand Up @@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86_64",
tdirs => [ "ossl_shim" ],
version => "1.1.1t+quic",
version_num => "0x1010114fL",
version => "1.1.1u+quic",
version_num => "0x1010115fL",
);

our %target = (
Expand Down Expand Up @@ -1955,7 +1955,6 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
"crypto/bn/rsa_sup_mul.o",
"crypto/bn/rsaz-avx2.o",
"crypto/bn/rsaz-x86_64.o",
"crypto/bn/rsaz_exp.o",
Expand Down Expand Up @@ -5693,11 +5692,6 @@ our %unified_info = (
[
"crypto",
],
"crypto/bn/rsa_sup_mul.o" =>
[
".",
"include",
],
"crypto/bn/rsaz-avx2.o" =>
[
".",
Expand Down Expand Up @@ -10695,10 +10689,6 @@ our %unified_info = (
[
"crypto/bn/bn_x931p.c",
],
"crypto/bn/rsa_sup_mul.o" =>
[
"crypto/bn/rsa_sup_mul.c",
],
"crypto/bn/rsaz-avx2.o" =>
[
"crypto/bn/rsaz-avx2.s",
Expand Down Expand Up @@ -13003,7 +12993,6 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
"crypto/bn/rsa_sup_mul.o",
"crypto/bn/rsaz-avx2.o",
"crypto/bn/rsaz-x86_64.o",
"crypto/bn/rsaz_exp.o",
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86_64/asm/crypto/buildinf.h
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Wed Feb 8 13:03:12 2023 UTC"
#define DATE "built on: Tue Jun 6 20:33:27 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
1 change: 0 additions & 1 deletion deps/openssl/config/archs/BSD-x86_64/asm/openssl.gypi
Expand Up @@ -189,7 +189,6 @@
'openssl/crypto/bn/bn_srp.c',
'openssl/crypto/bn/bn_word.c',
'openssl/crypto/bn/bn_x931p.c',
'openssl/crypto/bn/rsa_sup_mul.c',
'openssl/crypto/bn/rsaz_exp.c',
'openssl/crypto/buffer/buf_err.c',
'openssl/crypto/buffer/buffer.c',
Expand Down
17 changes: 3 additions & 14 deletions deps/openssl/config/archs/BSD-x86_64/asm_avx2/configdata.pm
Expand Up @@ -62,7 +62,7 @@ our %config = (
options => "enable-ssl-trace 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-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
perl_archname => "x86_64-linux-gnu-thread-multi",
perl_cmd => "/usr/bin/perl",
perl_version => "5.30.0",
perl_version => "5.34.0",
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86_64" ],
perlenv => {
"AR" => undef,
Expand Down Expand Up @@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86_64",
tdirs => [ "ossl_shim" ],
version => "1.1.1t+quic",
version_num => "0x1010114fL",
version => "1.1.1u+quic",
version_num => "0x1010115fL",
);

our %target = (
Expand Down Expand Up @@ -1955,7 +1955,6 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
"crypto/bn/rsa_sup_mul.o",
"crypto/bn/rsaz-avx2.o",
"crypto/bn/rsaz-x86_64.o",
"crypto/bn/rsaz_exp.o",
Expand Down Expand Up @@ -5693,11 +5692,6 @@ our %unified_info = (
[
"crypto",
],
"crypto/bn/rsa_sup_mul.o" =>
[
".",
"include",
],
"crypto/bn/rsaz-avx2.o" =>
[
".",
Expand Down Expand Up @@ -10695,10 +10689,6 @@ our %unified_info = (
[
"crypto/bn/bn_x931p.c",
],
"crypto/bn/rsa_sup_mul.o" =>
[
"crypto/bn/rsa_sup_mul.c",
],
"crypto/bn/rsaz-avx2.o" =>
[
"crypto/bn/rsaz-avx2.s",
Expand Down Expand Up @@ -13003,7 +12993,6 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
"crypto/bn/rsa_sup_mul.o",
"crypto/bn/rsaz-avx2.o",
"crypto/bn/rsaz-x86_64.o",
"crypto/bn/rsaz_exp.o",
Expand Down
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Wed Feb 8 13:03:16 2023 UTC"
#define DATE "built on: Tue Jun 6 20:33:32 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
1 change: 0 additions & 1 deletion deps/openssl/config/archs/BSD-x86_64/asm_avx2/openssl.gypi
Expand Up @@ -189,7 +189,6 @@
'openssl/crypto/bn/bn_srp.c',
'openssl/crypto/bn/bn_word.c',
'openssl/crypto/bn/bn_x931p.c',
'openssl/crypto/bn/rsa_sup_mul.c',
'openssl/crypto/bn/rsaz_exp.c',
'openssl/crypto/buffer/buf_err.c',
'openssl/crypto/buffer/buffer.c',
Expand Down

0 comments on commit 155d3aa

Please sign in to comment.