Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add SSL host validation check to X509_V_OK code path
Based on the man page for SSL_get_verify_result, a good certificate verification can result in X509_V_OK. In this case, the previously added peer host name validation would not happen. So add it to this case, too.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters