summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/VC-WIN32/asm_avx2
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/config/archs/VC-WIN32/asm_avx2')
-rw-r--r--deps/openssl/config/archs/VC-WIN32/asm_avx2/configdata.pm45
-rw-r--r--deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/buildinf.h2
-rw-r--r--deps/openssl/config/archs/VC-WIN32/asm_avx2/include/progs.h2
3 files changed, 44 insertions, 5 deletions
diff --git a/deps/openssl/config/archs/VC-WIN32/asm_avx2/configdata.pm b/deps/openssl/config/archs/VC-WIN32/asm_avx2/configdata.pm
index a448d8413e..6d3161112b 100644
--- a/deps/openssl/config/archs/VC-WIN32/asm_avx2/configdata.pm
+++ b/deps/openssl/config/archs/VC-WIN32/asm_avx2/configdata.pm
@@ -113,8 +113,8 @@ our %config = (
sourcedir => ".",
target => "VC-WIN32",
tdirs => [ "ossl_shim" ],
- version => "1.1.1a",
- version_num => "0x1010101fL",
+ version => "1.1.1b",
+ version_num => "0x1010102fL",
);
our %target = (
@@ -130,7 +130,7 @@ our %target = (
LDFLAGS => "/nologo /debug",
MT => "mt",
MTFLAGS => "-nologo",
- RANLIB => "CODE(0x55eab587d9f0)",
+ RANLIB => "CODE(0x55e43d3402e8)",
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-586.s vpaes-x86.s aesni-x86.s",
@@ -280,6 +280,7 @@ our @disablables = (
"msan",
"multiblock",
"nextprotoneg",
+ "pinshared",
"ocb",
"ocsp",
"pic",
@@ -804,6 +805,11 @@ our %unified_info = (
"libcrypto",
"test/libtestutil.a",
],
+ "test/bio_memleak_test" =>
+ [
+ "libcrypto",
+ "test/libtestutil.a",
+ ],
"test/bioprinttest" =>
[
"libcrypto",
@@ -1287,6 +1293,11 @@ our %unified_info = (
"libssl",
"test/libtestutil.a",
],
+ "test/ec_internal_test" =>
+ [
+ "libcrypto.a",
+ "test/libtestutil.a",
+ ],
"test/ecdsatest" =>
[
"libcrypto",
@@ -9348,6 +9359,10 @@ our %unified_info = (
[
"include",
],
+ "test/bio_memleak_test.o" =>
+ [
+ "include",
+ ],
"test/bioprinttest.o" =>
[
"include",
@@ -9744,6 +9759,12 @@ our %unified_info = (
[
"include",
],
+ "test/ec_internal_test.o" =>
+ [
+ "include",
+ "crypto/ec",
+ "crypto/include",
+ ],
"test/ecdsatest.o" =>
[
"include",
@@ -10151,6 +10172,7 @@ our %unified_info = (
"test/bftest",
"test/bio_callback_test",
"test/bio_enc_test",
+ "test/bio_memleak_test",
"test/bioprinttest",
"test/bntest",
"test/buildtest_aes",
@@ -10246,6 +10268,7 @@ our %unified_info = (
"test/dtls_mtu_test",
"test/dtlstest",
"test/dtlsv1listentest",
+ "test/ec_internal_test",
"test/ecdsatest",
"test/ecstresstest",
"test/ectest",
@@ -14295,6 +14318,14 @@ our %unified_info = (
[
"test/bio_enc_test.c",
],
+ "test/bio_memleak_test" =>
+ [
+ "test/bio_memleak_test.o",
+ ],
+ "test/bio_memleak_test.o" =>
+ [
+ "test/bio_memleak_test.c",
+ ],
"test/bioprinttest" =>
[
"test/bioprinttest.o",
@@ -15062,6 +15093,14 @@ our %unified_info = (
[
"test/dtlsv1listentest.c",
],
+ "test/ec_internal_test" =>
+ [
+ "test/ec_internal_test.o",
+ ],
+ "test/ec_internal_test.o" =>
+ [
+ "test/ec_internal_test.c",
+ ],
"test/ecdsatest" =>
[
"test/ecdsatest.o",
diff --git a/deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/buildinf.h b/deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/buildinf.h
index ea089b88be..621b1a069f 100644
--- a/deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/buildinf.h
+++ b/deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/buildinf.h
@@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: "
-#define DATE "built on: Thu Nov 22 19:36:30 2018 UTC"
+#define DATE "built on: Tue Feb 26 19:58:49 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
diff --git a/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/progs.h b/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/progs.h
index 0d382187ba..9b3d270e20 100644
--- a/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/progs.h
+++ b/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/progs.h
@@ -2,7 +2,7 @@
* WARNING: do not edit!
* Generated by apps/progs.pl
*
- * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-2019 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