<html dir="ltr"><head></head><body style="text-align:left; direction:ltr;"><div>I'm trying to write a simple function to dump the expiration date of the certificates in my SSL_CTX cert store.</div><div><br></div><div>I've managed to retrieve and show the CA certificates from the certificate store, and the certificate chain, but I can't find a method that retrieves the certificate itself from SSL_CTX.  Is this something that is retrievable?</div><div><br></div><div>E.g., I'm adding my certificate with SSL_CTX_use_certificate(); is there a way to get it back out?</div>
</body></html>