diff options
author | Daniel Stenberg <daniel@haxx.se> | 2018-09-19 09:04:48 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-09-20 09:06:21 +0200 |
commit | ba782baac3009e44295589743bb8ae8220793e74 (patch) | |
tree | 3f3904a63f34dea23ff4370bd32d25b2214b7436 /tests/data/test2041 | |
parent | 5c73093edb3bd527db9c8abdee53d0f18e6a4cc1 (diff) |
certs: generate tests certs with sha256 digest algorithm
As OpenSSL 1.1.1 starts to complain and fail on sha1 CAs:
"SSL certificate problem: CA signature digest algorithm too weak"
Closes #3014
Diffstat (limited to 'tests/data/test2041')
-rw-r--r-- | tests/data/test2041 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test2041 b/tests/data/test2041 index ecb9a2b4f..50018e401 100644 --- a/tests/data/test2041 +++ b/tests/data/test2041 @@ -34,7 +34,7 @@ https Server-localhost-sv.pem simple HTTPS GET with base64-sha256 public key pinning </name> <command> ---cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//lqLYmi/ikGHWO7sci2/vj0FfS4sm1VF3F1xTGTY2lAQ= https://localhost:%HTTPSPORT/2041 +--cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey sha256//+JYNkp2GTGRgrvZMUkOxbFJQQqYpwNE6toGmBjz00D8= https://localhost:%HTTPSPORT/2041 </command> # Ensure that we're running on localhost because we're checking the host name <precheck> |