Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v16.x] deps: update OpenSSL 1_1_1v+quic #49006

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 4 additions & 3 deletions deps/openssl/config/archs/BSD-x86/asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ our %config = (
CPPDEFINES => [ ],
CPPFLAGS => [ ],
CPPINCLUDES => [ ],
CXX => "ccache g++",
CXXFLAGS => [ ],
HASHBANGPERL => "/usr/bin/env perl",
LDFLAGS => [ ],
Expand Down Expand Up @@ -77,7 +78,7 @@ our %config = (
"CPPFLAGS" => undef,
"CPPINCLUDES" => undef,
"CROSS_COMPILE" => undef,
"CXX" => undef,
"CXX" => "ccache g++",
"CXXFLAGS" => undef,
"HASHBANGPERL" => undef,
"LD" => undef,
Expand Down Expand Up @@ -111,8 +112,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86",
tdirs => [ "ossl_shim" ],
version => "1.1.1u+quic",
version_num => "0x1010115fL",
version => "1.1.1v+quic",
version_num => "0x1010116fL",
);

our %target = (
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: Tue Jun 6 20:33:21 2023 UTC"
#define DATE "built on: Thu Aug 3 13:08:34 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
7 changes: 4 additions & 3 deletions deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ our %config = (
CPPDEFINES => [ ],
CPPFLAGS => [ ],
CPPINCLUDES => [ ],
CXX => "ccache g++",
CXXFLAGS => [ ],
HASHBANGPERL => "/usr/bin/env perl",
LDFLAGS => [ ],
Expand Down Expand Up @@ -77,7 +78,7 @@ our %config = (
"CPPFLAGS" => undef,
"CPPINCLUDES" => undef,
"CROSS_COMPILE" => undef,
"CXX" => undef,
"CXX" => "ccache g++",
"CXXFLAGS" => undef,
"HASHBANGPERL" => undef,
"LD" => undef,
Expand Down Expand Up @@ -111,8 +112,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86",
tdirs => [ "ossl_shim" ],
version => "1.1.1u+quic",
version_num => "0x1010115fL",
version => "1.1.1v+quic",
version_num => "0x1010116fL",
);

our %target = (
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: Tue Jun 6 20:33:23 2023 UTC"
#define DATE "built on: Thu Aug 3 13:08:36 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
13 changes: 7 additions & 6 deletions deps/openssl/config/archs/BSD-x86/no-asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ our @EXPORT = qw(%config %target %disabled %withargs %unified_info @disablables)
our %config = (
AR => "ar",
ARFLAGS => [ "r" ],
CC => "cc",
CC => "gcc",
CFLAGS => [ "-Wall -O3 -fomit-frame-pointer" ],
CPPDEFINES => [ ],
CPPFLAGS => [ ],
CPPINCLUDES => [ ],
CXX => "ccache g++",
CXXFLAGS => [ ],
HASHBANGPERL => "/usr/bin/env perl",
LDFLAGS => [ ],
Expand Down Expand Up @@ -50,7 +51,7 @@ our %config = (
lib_defines => [ "OPENSSL_PIC" ],
libdir => "",
major => "1",
makedepprog => "\$(CROSS_COMPILE)cc",
makedepprog => "\$(CROSS_COMPILE)gcc",
minor => "1.1",
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
openssl_api_defines => [ ],
Expand All @@ -69,14 +70,14 @@ our %config = (
"AS" => undef,
"ASFLAGS" => undef,
"BUILDFILE" => undef,
"CC" => undef,
"CC" => "gcc",
"CFLAGS" => undef,
"CPP" => undef,
"CPPDEFINES" => undef,
"CPPFLAGS" => undef,
"CPPINCLUDES" => undef,
"CROSS_COMPILE" => undef,
"CXX" => undef,
"CXX" => "ccache g++",
"CXXFLAGS" => undef,
"HASHBANGPERL" => undef,
"LD" => undef,
Expand Down Expand Up @@ -110,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86",
tdirs => [ "ossl_shim" ],
version => "1.1.1u+quic",
version_num => "0x1010115fL",
version => "1.1.1v+quic",
version_num => "0x1010116fL",
);

our %target = (
Expand Down
18 changes: 9 additions & 9 deletions deps/openssl/config/archs/BSD-x86/no-asm/crypto/buildinf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Tue Jun 6 20:33:26 2023 UTC"
#define DATE "built on: Thu Aug 3 13:08:39 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
* workaround for the situation where CFLAGS gets too long for a C90 string
* literal
*/
static const char compiler_flags[] = {
'c','o','m','p','i','l','e','r',':',' ','c','c',' ','-','f','P',
'I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a','l',
'l',' ','-','O','3',' ','-','f','o','m','i','t','-','f','r','a',
'm','e','-','p','o','i','n','t','e','r',' ','-','D','L','_','E',
'N','D','I','A','N',' ','-','D','O','P','E','N','S','S','L','_',
'P','I','C',' ','-','D','_','T','H','R','E','A','D','_','S','A',
'F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',' ',
'-','D','N','D','E','B','U','G','\0'
'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','-','f',
'P','I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a',
'l','l',' ','-','O','3',' ','-','f','o','m','i','t','-','f','r',
'a','m','e','-','p','o','i','n','t','e','r',' ','-','D','L','_',
'E','N','D','I','A','N',' ','-','D','O','P','E','N','S','S','L',
'_','P','I','C',' ','-','D','_','T','H','R','E','A','D','_','S',
'A','F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',
' ','-','D','N','D','E','B','U','G','\0'
};
7 changes: 4 additions & 3 deletions deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ our %config = (
CPPDEFINES => [ ],
CPPFLAGS => [ ],
CPPINCLUDES => [ ],
CXX => "ccache g++",
CXXFLAGS => [ ],
HASHBANGPERL => "/usr/bin/env perl",
LDFLAGS => [ ],
Expand Down Expand Up @@ -77,7 +78,7 @@ our %config = (
"CPPFLAGS" => undef,
"CPPINCLUDES" => undef,
"CROSS_COMPILE" => undef,
"CXX" => undef,
"CXX" => "ccache g++",
"CXXFLAGS" => undef,
"HASHBANGPERL" => undef,
"LD" => undef,
Expand Down Expand Up @@ -111,8 +112,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86_64",
tdirs => [ "ossl_shim" ],
version => "1.1.1u+quic",
version_num => "0x1010115fL",
version => "1.1.1v+quic",
version_num => "0x1010116fL",
);

our %target = (
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: Tue Jun 6 20:33:27 2023 UTC"
#define DATE "built on: Thu Aug 3 13:08:40 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
7 changes: 4 additions & 3 deletions deps/openssl/config/archs/BSD-x86_64/asm_avx2/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ our %config = (
CPPDEFINES => [ ],
CPPFLAGS => [ ],
CPPINCLUDES => [ ],
CXX => "ccache g++",
CXXFLAGS => [ ],
HASHBANGPERL => "/usr/bin/env perl",
LDFLAGS => [ ],
Expand Down Expand Up @@ -77,7 +78,7 @@ our %config = (
"CPPFLAGS" => undef,
"CPPINCLUDES" => undef,
"CROSS_COMPILE" => undef,
"CXX" => undef,
"CXX" => "ccache g++",
"CXXFLAGS" => undef,
"HASHBANGPERL" => undef,
"LD" => undef,
Expand Down Expand Up @@ -111,8 +112,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86_64",
tdirs => [ "ossl_shim" ],
version => "1.1.1u+quic",
version_num => "0x1010115fL",
version => "1.1.1v+quic",
version_num => "0x1010116fL",
);

our %target = (
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: Tue Jun 6 20:33:32 2023 UTC"
#define DATE "built on: Thu Aug 3 13:08:45 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
13 changes: 7 additions & 6 deletions deps/openssl/config/archs/BSD-x86_64/no-asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ our @EXPORT = qw(%config %target %disabled %withargs %unified_info @disablables)
our %config = (
AR => "ar",
ARFLAGS => [ "r" ],
CC => "cc",
CC => "gcc",
CFLAGS => [ "-Wall -O3" ],
CPPDEFINES => [ ],
CPPFLAGS => [ ],
CPPINCLUDES => [ ],
CXX => "ccache g++",
CXXFLAGS => [ ],
HASHBANGPERL => "/usr/bin/env perl",
LDFLAGS => [ ],
Expand Down Expand Up @@ -50,7 +51,7 @@ our %config = (
lib_defines => [ "OPENSSL_PIC" ],
libdir => "",
major => "1",
makedepprog => "\$(CROSS_COMPILE)cc",
makedepprog => "\$(CROSS_COMPILE)gcc",
minor => "1.1",
openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
openssl_api_defines => [ ],
Expand All @@ -69,14 +70,14 @@ our %config = (
"AS" => undef,
"ASFLAGS" => undef,
"BUILDFILE" => undef,
"CC" => undef,
"CC" => "gcc",
"CFLAGS" => undef,
"CPP" => undef,
"CPPDEFINES" => undef,
"CPPFLAGS" => undef,
"CPPINCLUDES" => undef,
"CROSS_COMPILE" => undef,
"CXX" => undef,
"CXX" => "ccache g++",
"CXXFLAGS" => undef,
"HASHBANGPERL" => undef,
"LD" => undef,
Expand Down Expand Up @@ -110,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86_64",
tdirs => [ "ossl_shim" ],
version => "1.1.1u+quic",
version_num => "0x1010115fL",
version => "1.1.1v+quic",
version_num => "0x1010116fL",
);

our %target = (
Expand Down
16 changes: 8 additions & 8 deletions deps/openssl/config/archs/BSD-x86_64/no-asm/crypto/buildinf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
*/

#define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Tue Jun 6 20:33:36 2023 UTC"
#define DATE "built on: Thu Aug 3 13:08:49 2023 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
* workaround for the situation where CFLAGS gets too long for a C90 string
* literal
*/
static const char compiler_flags[] = {
'c','o','m','p','i','l','e','r',':',' ','c','c',' ','-','f','P',
'I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a','l',
'l',' ','-','O','3',' ','-','D','L','_','E','N','D','I','A','N',
' ','-','D','O','P','E','N','S','S','L','_','P','I','C',' ','-',
'D','_','T','H','R','E','A','D','_','S','A','F','E',' ','-','D',
'_','R','E','E','N','T','R','A','N','T',' ','-','D','N','D','E',
'B','U','G','\0'
'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','-','f',
'P','I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a',
'l','l',' ','-','O','3',' ','-','D','L','_','E','N','D','I','A',
'N',' ','-','D','O','P','E','N','S','S','L','_','P','I','C',' ',
'-','D','_','T','H','R','E','A','D','_','S','A','F','E',' ','-',
'D','_','R','E','E','N','T','R','A','N','T',' ','-','D','N','D',
'E','B','U','G','\0'
};
9 changes: 5 additions & 4 deletions deps/openssl/config/archs/VC-WIN32/asm/configdata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ our %config = (
CPPDEFINES => [ ],
CPPFLAGS => [ ],
CPPINCLUDES => [ ],
CXX => "ccache g++",
CXXFLAGS => [ ],
HASHBANGPERL => "/usr/bin/env perl",
LD => "link",
Expand Down Expand Up @@ -81,7 +82,7 @@ our %config = (
"CPPFLAGS" => undef,
"CPPINCLUDES" => undef,
"CROSS_COMPILE" => undef,
"CXX" => undef,
"CXX" => "ccache g++",
"CXXFLAGS" => undef,
"HASHBANGPERL" => undef,
"LD" => undef,
Expand Down Expand Up @@ -115,8 +116,8 @@ our %config = (
sourcedir => ".",
target => "VC-WIN32",
tdirs => [ "ossl_shim" ],
version => "1.1.1u+quic",
version_num => "0x1010115fL",
version => "1.1.1v+quic",
version_num => "0x1010116fL",
);

our %target = (
Expand All @@ -132,7 +133,7 @@ our %target = (
LDFLAGS => "/nologo /debug",
MT => "mt",
MTFLAGS => "-nologo",
RANLIB => "CODE(0x55f737c4b2f0)",
RANLIB => "CODE(0x5586fb41a378)",
RC => "rc",
_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" ],
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s",
Expand Down
Loading