Re: [openssl-users] Certificate Revocation List and SSL

2018-03-22 Thread Jeremy Harris
On 22/03/18 03:34, Norm Green wrote: > How does one specify the CRL to the SSL_CTX when setting up a > connection?  I would expect there to be something similar to > SSL_CTX_use_certificate(), such as: > > int SSL_CTX_use_crl(SSL_CTX *ctx, X509_CRL *crl) X509_STORE_load_locations() ? It appears t

[openssl-users] Certificate Revocation List and SSL

2018-03-21 Thread Norm Green
How does one specify the CRL to the SSL_CTX when setting up a connection?  I would expect there to be something similar to SSL_CTX_use_certificate(), such as: int SSL_CTX_use_crl(SSL_CTX *ctx, X509_CRL *crl) but can nothing like that. Norm Green -- openssl-users mailing list To unsubscribe: