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 to know that the content is CRL.
-- 
Cheers,
  Jeremy
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to