These are easy enough to extract with `X509_get0_notBefore` and `X509_get0_notAfter`. Each returns an `ASN1_TIME *`, which can be dumped to a BIO using `ASN1_TIME_print`.
These are easy enough to extract with
X509_get0_notBeforeandX509_get0_notAfter.Each returns an
ASN1_TIME *, which can be dumped to a BIO usingASN1_TIME_print.