Skip to content

Commit 3b1a0b2

Browse files
committed
deps: update archs files for OpenSSL-1.1.1n
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: nodejs#42347 Refs: https://mta.openssl.org/pipermail/openssl-announce/2022-March/000218.html Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Joe Sepi <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent c83dd99 commit 3b1a0b2

File tree

204 files changed

+278
-342
lines changed

Some content is hidden

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

204 files changed

+278
-342
lines changed

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

+2-3
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.1m",
115-
version_num => "0x101010dfL",
114+
version => "1.1.1n",
115+
version_num => "0x101010efL",
116116
);
117117

118118
our %target = (
@@ -1272,7 +1272,6 @@ our %unified_info = (
12721272
],
12731273
"test/ec_internal_test" =>
12741274
[
1275-
"apps/libapps.a",
12761275
"libcrypto.a",
12771276
"test/libtestutil.a",
12781277
],

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

+1-1
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: Tue Dec 14 17:32:59 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:46:54 2022 UTC"
1515

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

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

+1-1
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-2021 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2022 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/configdata.pm

+2-3
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.1m",
115-
version_num => "0x101010dfL",
114+
version => "1.1.1n",
115+
version_num => "0x101010efL",
116116
);
117117

118118
our %target = (
@@ -1272,7 +1272,6 @@ our %unified_info = (
12721272
],
12731273
"test/ec_internal_test" =>
12741274
[
1275-
"apps/libapps.a",
12761275
"libcrypto.a",
12771276
"test/libtestutil.a",
12781277
],

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

+1-1
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: Tue Dec 14 17:33:03 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:46:58 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/include/progs.h

+1-1
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-2021 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2022 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/no-asm/configdata.pm

+2-3
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.1m",
114-
version_num => "0x101010dfL",
113+
version => "1.1.1n",
114+
version_num => "0x101010efL",
115115
);
116116

117117
our %target = (
@@ -1270,7 +1270,6 @@ our %unified_info = (
12701270
],
12711271
"test/ec_internal_test" =>
12721272
[
1273-
"apps/libapps.a",
12741273
"libcrypto.a",
12751274
"test/libtestutil.a",
12761275
],

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

+1-1
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: Tue Dec 14 17:33:07 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:47:02 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/include/progs.h

+1-1
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-2021 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2022 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_64/asm/configdata.pm

+2-3
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.1m",
115-
version_num => "0x101010dfL",
114+
version => "1.1.1n",
115+
version_num => "0x101010efL",
116116
);
117117

118118
our %target = (
@@ -1281,7 +1281,6 @@ our %unified_info = (
12811281
],
12821282
"test/ec_internal_test" =>
12831283
[
1284-
"apps/libapps.a",
12851284
"libcrypto.a",
12861285
"test/libtestutil.a",
12871286
],

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

+1-1
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: Tue Dec 14 17:33:10 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:47:05 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/include/progs.h

+1-1
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-2021 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2022 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_64/asm_avx2/configdata.pm

+2-3
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.1m",
115-
version_num => "0x101010dfL",
114+
version => "1.1.1n",
115+
version_num => "0x101010efL",
116116
);
117117

118118
our %target = (
@@ -1281,7 +1281,6 @@ our %unified_info = (
12811281
],
12821282
"test/ec_internal_test" =>
12831283
[
1284-
"apps/libapps.a",
12851284
"libcrypto.a",
12861285
"test/libtestutil.a",
12871286
],

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

+1-1
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: Tue Dec 14 17:33:21 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:47:16 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_avx2/include/progs.h

+1-1
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-2021 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2022 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_64/no-asm/configdata.pm

+2-3
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ our %config = (
110110
sourcedir => ".",
111111
target => "BSD-x86_64",
112112
tdirs => [ "ossl_shim" ],
113-
version => "1.1.1m",
114-
version_num => "0x101010dfL",
113+
version => "1.1.1n",
114+
version_num => "0x101010efL",
115115
);
116116

117117
our %target = (
@@ -1279,7 +1279,6 @@ our %unified_info = (
12791279
],
12801280
"test/ec_internal_test" =>
12811281
[
1282-
"apps/libapps.a",
12831282
"libcrypto.a",
12841283
"test/libtestutil.a",
12851284
],

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

+1-1
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: Tue Dec 14 17:33:32 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:47:27 2022 UTC"
1515

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

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

+1-1
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-2021 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2022 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/VC-WIN32/asm/configdata.pm

+3-4
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ our %config = (
115115
sourcedir => ".",
116116
target => "VC-WIN32",
117117
tdirs => [ "ossl_shim" ],
118-
version => "1.1.1m",
119-
version_num => "0x101010dfL",
118+
version => "1.1.1n",
119+
version_num => "0x101010efL",
120120
);
121121

122122
our %target = (
@@ -132,7 +132,7 @@ our %target = (
132132
LDFLAGS => "/nologo /debug",
133133
MT => "mt",
134134
MTFLAGS => "-nologo",
135-
RANLIB => "CODE(0x55d2da2ee600)",
135+
RANLIB => "CODE(0x555555be3710)",
136136
RC => "rc",
137137
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
138138
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s",
@@ -1303,7 +1303,6 @@ our %unified_info = (
13031303
],
13041304
"test/ec_internal_test" =>
13051305
[
1306-
"apps/libapps.a",
13071306
"libcrypto.a",
13081307
"test/libtestutil.a",
13091308
],

deps/openssl/config/archs/VC-WIN32/asm/crypto/buildinf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: "
14-
#define DATE "built on: Tue Dec 14 17:37:38 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:51:38 2022 UTC"
1515

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

deps/openssl/config/archs/VC-WIN32/asm/include/progs.h

+1-1
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-2021 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2022 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/VC-WIN32/asm_avx2/configdata.pm

+3-4
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ our %config = (
115115
sourcedir => ".",
116116
target => "VC-WIN32",
117117
tdirs => [ "ossl_shim" ],
118-
version => "1.1.1m",
119-
version_num => "0x101010dfL",
118+
version => "1.1.1n",
119+
version_num => "0x101010efL",
120120
);
121121

122122
our %target = (
@@ -132,7 +132,7 @@ our %target = (
132132
LDFLAGS => "/nologo /debug",
133133
MT => "mt",
134134
MTFLAGS => "-nologo",
135-
RANLIB => "CODE(0x556a6c58b940)",
135+
RANLIB => "CODE(0x555555be3dc0)",
136136
RC => "rc",
137137
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
138138
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s",
@@ -1303,7 +1303,6 @@ our %unified_info = (
13031303
],
13041304
"test/ec_internal_test" =>
13051305
[
1306-
"apps/libapps.a",
13071306
"libcrypto.a",
13081307
"test/libtestutil.a",
13091308
],

deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/buildinf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: "
14-
#define DATE "built on: Tue Dec 14 17:37:42 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:51:42 2022 UTC"
1515

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

deps/openssl/config/archs/VC-WIN32/asm_avx2/include/progs.h

+1-1
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-2021 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2022 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/VC-WIN32/no-asm/configdata.pm

+3-4
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ our %config = (
114114
sourcedir => ".",
115115
target => "VC-WIN32",
116116
tdirs => [ "ossl_shim" ],
117-
version => "1.1.1m",
118-
version_num => "0x101010dfL",
117+
version => "1.1.1n",
118+
version_num => "0x101010efL",
119119
);
120120

121121
our %target = (
@@ -131,7 +131,7 @@ our %target = (
131131
LDFLAGS => "/nologo /debug",
132132
MT => "mt",
133133
MTFLAGS => "-nologo",
134-
RANLIB => "CODE(0x5646c0ead300)",
134+
RANLIB => "CODE(0x555555be4450)",
135135
RC => "rc",
136136
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
137137
aes_asm_src => "aes_core.c aes_cbc.c",
@@ -1301,7 +1301,6 @@ our %unified_info = (
13011301
],
13021302
"test/ec_internal_test" =>
13031303
[
1304-
"apps/libapps.a",
13051304
"libcrypto.a",
13061305
"test/libtestutil.a",
13071306
],

deps/openssl/config/archs/VC-WIN32/no-asm/crypto/buildinf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: "
14-
#define DATE "built on: Tue Dec 14 17:37:46 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:51:46 2022 UTC"
1515

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

deps/openssl/config/archs/VC-WIN32/no-asm/include/progs.h

+1-1
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-2021 The OpenSSL Project Authors. All Rights Reserved.
5+
* Copyright 1995-2022 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/VC-WIN64-ARM/no-asm/configdata.pm

+3-4
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ our %config = (
113113
sourcedir => ".",
114114
target => "VC-WIN64-ARM",
115115
tdirs => [ "ossl_shim" ],
116-
version => "1.1.1m",
117-
version_num => "0x101010dfL",
116+
version => "1.1.1n",
117+
version_num => "0x101010efL",
118118
);
119119

120120
our %target = (
@@ -128,7 +128,7 @@ our %target = (
128128
LDFLAGS => "/nologo /debug",
129129
MT => "mt",
130130
MTFLAGS => "-nologo",
131-
RANLIB => "CODE(0x56452016c220)",
131+
RANLIB => "CODE(0x555555be2e90)",
132132
RC => "rc",
133133
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/50-win-onecore.conf", "Configurations/shared-info.pl" ],
134134
aes_asm_src => "aes_core.c aes_cbc.c",
@@ -1295,7 +1295,6 @@ our %unified_info = (
12951295
],
12961296
"test/ec_internal_test" =>
12971297
[
1298-
"apps/libapps.a",
12991298
"libcrypto.a",
13001299
"test/libtestutil.a",
13011300
],

deps/openssl/config/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: VC-WIN64-ARM"
14-
#define DATE "built on: Tue Dec 14 17:37:49 2021 UTC"
14+
#define DATE "built on: Tue Mar 15 16:51:49 2022 UTC"
1515

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

0 commit comments

Comments
 (0)