Skip to content

Commit d62c650

Browse files
MylesBorinsBethGriggs
authored andcommittedDec 17, 2020
deps: update archs files for OpenSSL-1.1.1i
After an OpenSSL source update, all the config files need to be regenerated and committed by: $ make gen-openssl $ 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: #36521 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
1 parent 2de2672 commit d62c650

File tree

235 files changed

+2134
-546
lines changed

Some content is hidden

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

235 files changed

+2134
-546
lines changed
 

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

+22-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ our %config = (
6262
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",
6363
perl_archname => "x86_64-linux-gnu-thread-multi",
6464
perl_cmd => "/usr/bin/perl",
65-
perl_version => "5.26.1",
65+
perl_version => "5.30.0",
6666
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86" ],
6767
perlenv => {
6868
"AR" => undef,
@@ -111,8 +111,8 @@ our %config = (
111111
sourcedir => ".",
112112
target => "BSD-x86",
113113
tdirs => [ "ossl_shim" ],
114-
version => "1.1.1g",
115-
version_num => "0x1010107fL",
114+
version => "1.1.1i",
115+
version_num => "0x1010109fL",
116116
);
117117

118118
our %target = (
@@ -1172,6 +1172,11 @@ our %unified_info = (
11721172
"libssl",
11731173
"test/libtestutil.a",
11741174
],
1175+
"test/cmactest" =>
1176+
[
1177+
"libcrypto.a",
1178+
"test/libtestutil.a",
1179+
],
11751180
"test/cmsapitest" =>
11761181
[
11771182
"libcrypto",
@@ -8990,6 +8995,11 @@ our %unified_info = (
89908995
[
89918996
"include",
89928997
],
8998+
"test/cmactest.o" =>
8999+
[
9000+
"include",
9001+
"apps/include",
9002+
],
89939003
"test/cmsapitest.o" =>
89949004
[
89959005
"include",
@@ -9567,6 +9577,7 @@ our %unified_info = (
95679577
"test/cipherlist_test",
95689578
"test/ciphername_test",
95699579
"test/clienthellotest",
9580+
"test/cmactest",
95709581
"test/cmsapitest",
95719582
"test/conf_include_test",
95729583
"test/constant_time_test",
@@ -14292,6 +14303,14 @@ our %unified_info = (
1429214303
[
1429314304
"test/clienthellotest.c",
1429414305
],
14306+
"test/cmactest" =>
14307+
[
14308+
"test/cmactest.o",
14309+
],
14310+
"test/cmactest.o" =>
14311+
[
14312+
"test/cmactest.c",
14313+
],
1429514314
"test/cmsapitest" =>
1429614315
[
1429714316
"test/cmsapitest.o",

‎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 Apr 21 13:28:30 2020 UTC"
14+
#define DATE "built on: Tue Dec 15 03:56:41 2020 UTC"
1515

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

0 commit comments

Comments
 (0)
Please sign in to comment.