New functions to check a hostname email or IP address against a

certificate. Add options to s_client, s_server and x509 utilities
to print results of checks.
This commit is contained in:
Dr. Stephen Henson
2012-10-08 15:10:07 +00:00
parent c5f6da54fc
commit a70da5b3ec
10 changed files with 256 additions and 0 deletions

View File

@@ -191,3 +191,7 @@ int args_excert(char ***pargs, int *pargc,
int *badarg, BIO *err, SSL_EXCERT **pexc);
int load_excert(SSL_EXCERT **pexc, BIO *err);
void print_ssl_summary(BIO *bio, SSL *s);
void print_ssl_cert_checks(BIO *bio, SSL *s,
const unsigned char *checkhost,
const unsigned char *checkemail,
const char *checkip);