Merge "Add X.509 subject alternative name support to TLS certificate verification." into 13

This commit is contained in:
Joshua Colp
2016-11-16 13:14:42 -06:00
committed by Gerrit Code Review
3 changed files with 62 additions and 16 deletions

View File

@@ -65,6 +65,7 @@
#ifdef DO_SSL
#include <openssl/ssl.h>
#include <openssl/err.h>
#include <openssl/x509v3.h>
#else
/* declare dummy types so we can define a pointer to them */
typedef struct {} SSL;