Topic: notBefore & notAfter
Hello,
I'd like to gain access to the dates associated with a peer-certificate, yet can't yet find a way to do that using wolfSSL. How should I go about that?
Also, are the notBefore and notAfter dates of a client-certificate tested (and potentially rejected) via a SSL_CTX_set_verify(..., SSL_VERIFY_PEER | SSL_FAIL_IF_NO_PEER_CERT); ?
If the answer is "no" to both, how can I ensure a client-certificate presented (to a server) has not expired?
thanks much;