OpenSSL: acknowledge CURLOPT_SSL_VERIFYHOST without VERIFYPEER
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Oct 2013 13:31:10 +0000 (15:31 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Oct 2013 13:40:02 +0000 (15:40 +0200)
commit3c3622b66221d89509cffaa693fc7dcd5c5b96cf
tree20edee7f7fa516bc929363d05e57d8a8cb8c5094
parenta22c478ed7bb8f3ec7c6afba9aab74b7028eb551
OpenSSL: acknowledge CURLOPT_SSL_VERIFYHOST without VERIFYPEER

Setting only CURLOPT_SSL_VERIFYHOST without CURLOPT_SSL_VERIFYPEER set
should still verify that the host name fields in the server certificate
is fine or return failure.

Bug: http://curl.haxx.se/mail/lib-2013-10/0002.html
Reported-by: Ishan SinghLevett
lib/ssluse.c