diff options
author | moparisthebest <admin@moparisthebest.com> | 2014-11-24 19:30:09 +0100 |
---|---|---|
committer | Patrick Monnerat <pm@datasphere.ch> | 2014-11-24 19:30:09 +0100 |
commit | be1a5051890b7ad9339b0208424b94aa32c64776 (patch) | |
tree | d98e121223d1959808a8446e9000ecacaf70a1c8 /tests/data/test2034 | |
parent | 2008c92513cee98ded80ed9ffaf984edc0c97c33 (diff) |
SSL: Add PEM format support for public key pinning
Diffstat (limited to 'tests/data/test2034')
-rw-r--r-- | tests/data/test2034 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test2034 b/tests/data/test2034 index 965c9a1b1..9bf0a817c 100644 --- a/tests/data/test2034 +++ b/tests/data/test2034 @@ -31,7 +31,7 @@ SSLpinning https Server-localhost-sv.pem </server> <name> -simple HTTPS GET with public key pinning +simple HTTPS GET with DER public key pinning </name> <command> --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost-sv.pub.der https://localhost:%HTTPSPORT/2034 |