add crl missing url callback

This commit is contained in:
toddouska
2012-05-16 17:35:51 -07:00
parent c4ea674fc8
commit 08d9e57bf6
6 changed files with 51 additions and 5 deletions

View File

@@ -210,6 +210,7 @@ void client_test(void* args)
#ifdef HAVE_CRL
CyaSSL_EnableCRL(ssl, 0);
CyaSSL_LoadCRL(ssl, crlPemDir, SSL_FILETYPE_PEM);
CyaSSL_SetCRL_Cb(ssl, CRL_CallBack);
#endif
if (argc != 3)
CyaSSL_check_domain_name(ssl, "www.yassl.com");