Skip to content

Commit

Permalink
deps: update archs files for quictls/openssl-1.1.1t+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
    $ git commit

PR-URL: nodejs/node#46568
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>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
  • Loading branch information
RafaelGSS authored and oraluben committed Mar 14, 2023
1 parent d0c3875 commit ba7f246
Show file tree
Hide file tree
Showing 283 changed files with 1,090 additions and 267 deletions.
15 changes: 13 additions & 2 deletions deps/openssl/config/archs/BSD-x86/asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86",
tdirs => [ "ossl_shim" ],
version => "1.1.1s+quic",
version_num => "0x1010113fL",
version => "1.1.1t+quic",
version_num => "0x1010114fL",
);

our %target = (
Expand Down Expand Up @@ -1945,6 +1945,7 @@ 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 @@ -5638,6 +5639,11 @@ our %unified_info = (
[
"crypto",
],
"crypto/bn/rsa_sup_mul.o" =>
[
".",
"include",
],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
Expand Down Expand Up @@ -10587,6 +10593,10 @@ 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 @@ -12857,6 +12867,7 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

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

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
2 changes: 2 additions & 0 deletions deps/openssl/config/archs/BSD-x86/asm/engines/e_padlock-x86.s
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ _padlock_key_bswap:
L_padlock_key_bswap_begin:
movl 4(%esp),%edx
movl 240(%edx),%ecx
incl %ecx
shll $2,%ecx
L003bswap_loop:
movl (%edx),%eax
bswap %eax
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86/asm/include/progs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* WARNING: do not edit!
* Generated by apps/progs.pl
*
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
Expand Down
1 change: 1 addition & 0 deletions deps/openssl/config/archs/BSD-x86/asm/openssl.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
'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
15 changes: 13 additions & 2 deletions deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86",
tdirs => [ "ossl_shim" ],
version => "1.1.1s+quic",
version_num => "0x1010113fL",
version => "1.1.1t+quic",
version_num => "0x1010114fL",
);

our %target = (
Expand Down Expand Up @@ -1945,6 +1945,7 @@ 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 @@ -5638,6 +5639,11 @@ our %unified_info = (
[
"crypto",
],
"crypto/bn/rsa_sup_mul.o" =>
[
".",
"include",
],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
Expand Down Expand Up @@ -10587,6 +10593,10 @@ 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 @@ -12857,6 +12867,7 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

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

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ _padlock_key_bswap:
L_padlock_key_bswap_begin:
movl 4(%esp),%edx
movl 240(%edx),%ecx
incl %ecx
shll $2,%ecx
L003bswap_loop:
movl (%edx),%eax
bswap %eax
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86/asm_avx2/include/progs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* WARNING: do not edit!
* Generated by apps/progs.pl
*
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
Expand Down
1 change: 1 addition & 0 deletions deps/openssl/config/archs/BSD-x86/asm_avx2/openssl.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
'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
15 changes: 13 additions & 2 deletions deps/openssl/config/archs/BSD-x86/no-asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86",
tdirs => [ "ossl_shim" ],
version => "1.1.1s+quic",
version_num => "0x1010113fL",
version => "1.1.1t+quic",
version_num => "0x1010114fL",
);

our %target = (
Expand Down Expand Up @@ -1940,6 +1940,7 @@ 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 @@ -5608,6 +5609,11 @@ our %unified_info = (
[
"crypto",
],
"crypto/bn/rsa_sup_mul.o" =>
[
".",
"include",
],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
Expand Down Expand Up @@ -10495,6 +10501,10 @@ 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 @@ -12722,6 +12732,7 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Wed Nov 2 12:56:49 2022 UTC"
#define DATE "built on: Wed Feb 8 13:03:10 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86/no-asm/include/progs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* WARNING: do not edit!
* Generated by apps/progs.pl
*
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
Expand Down
1 change: 1 addition & 0 deletions deps/openssl/config/archs/BSD-x86/no-asm/openssl.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
'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
15 changes: 13 additions & 2 deletions deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86_64",
tdirs => [ "ossl_shim" ],
version => "1.1.1s+quic",
version_num => "0x1010113fL",
version => "1.1.1t+quic",
version_num => "0x1010114fL",
);

our %target = (
Expand Down Expand Up @@ -1955,6 +1955,7 @@ 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 @@ -5692,6 +5693,11 @@ our %unified_info = (
[
"crypto",
],
"crypto/bn/rsa_sup_mul.o" =>
[
".",
"include",
],
"crypto/bn/rsaz-avx2.o" =>
[
".",
Expand Down Expand Up @@ -10689,6 +10695,10 @@ 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 @@ -12993,6 +13003,7 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Wed Nov 2 12:56:50 2022 UTC"
#define DATE "built on: Wed Feb 8 13:03:12 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ padlock_capability:
.align 16
padlock_key_bswap:
movl 240(%rdi),%edx
incl %edx
shll $2,%edx
.Lbswap_loop:
movl (%rdi),%eax
bswapl %eax
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86_64/asm/include/progs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* WARNING: do not edit!
* Generated by apps/progs.pl
*
* Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
Expand Down
1 change: 1 addition & 0 deletions deps/openssl/config/archs/BSD-x86_64/asm/openssl.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@
'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
15 changes: 13 additions & 2 deletions deps/openssl/config/archs/BSD-x86_64/asm_avx2/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86_64",
tdirs => [ "ossl_shim" ],
version => "1.1.1s+quic",
version_num => "0x1010113fL",
version => "1.1.1t+quic",
version_num => "0x1010114fL",
);

our %target = (
Expand Down Expand Up @@ -1955,6 +1955,7 @@ 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 @@ -5692,6 +5693,11 @@ our %unified_info = (
[
"crypto",
],
"crypto/bn/rsa_sup_mul.o" =>
[
".",
"include",
],
"crypto/bn/rsaz-avx2.o" =>
[
".",
Expand Down Expand Up @@ -10689,6 +10695,10 @@ 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 @@ -12993,6 +13003,7 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Wed Nov 2 12:56:54 2022 UTC"
#define DATE "built on: Wed Feb 8 13:03:16 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ padlock_capability:
.align 16
padlock_key_bswap:
movl 240(%rdi),%edx
incl %edx
shll $2,%edx
.Lbswap_loop:
movl (%rdi),%eax
bswapl %eax
Expand Down

0 comments on commit ba7f246

Please sign in to comment.