]> granicus.if.org Git - curl/commit
openssl: do public key pinning check independently
authorDaniel Stenberg <daniel@haxx.se>
Mon, 19 Jan 2015 22:18:58 +0000 (23:18 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 Jan 2015 22:20:13 +0000 (23:20 +0100)
commitbe57f689b0e9e2573e53df43140e8f3f7575571c
tree7666db7f551083ddb7b312756deaa3783ed0683f
parentfca58f6212a49cbbf26a896912fec938003064e7
openssl: do public key pinning check independently

... of the other cert verification checks so that you can set verifyhost
and verifypeer to FALSE and still check the public key.

Bug: http://curl.haxx.se/bug/view.cgi?id=1471
Reported-by: Kyle J. McKay
lib/vtls/openssl.c