]> git.ipfire.org Git - thirdparty/curl.git/commit
SSL: Add PEM format support for public key pinning
authormoparisthebest <admin@moparisthebest.com>
Mon, 24 Nov 2014 18:30:09 +0000 (19:30 +0100)
committerPatrick Monnerat <pm@datasphere.ch>
Mon, 24 Nov 2014 18:30:09 +0000 (19:30 +0100)
commitbe1a5051890b7ad9339b0208424b94aa32c64776
treed98e121223d1959808a8446e9000ecacaf70a1c8
parent2008c92513cee98ded80ed9ffaf984edc0c97c33
SSL: Add PEM format support for public key pinning
15 files changed:
docs/curl.1
docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3
lib/vtls/vtls.c
lib/vtls/vtls.h
src/tool_help.c
tests/certs/Makefile.am
tests/certs/Server-localhost-sv.pub.pem [new file with mode: 0644]
tests/certs/Server-localhost.nn-sv.pub.pem [new file with mode: 0644]
tests/certs/Server-localhost0h-sv.pub.pem [new file with mode: 0644]
tests/certs/scripts/genserv.sh
tests/data/Makefile.inc
tests/data/test2034
tests/data/test2035
tests/data/test2037 [new file with mode: 0644]
tests/data/test2038 [new file with mode: 0644]