Expose not_before
and not_after
for each Certificate
#33
Labels
C:uthenticode
The core uthenticode library
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
These are easy enough to extract with
X509_get0_notBefore
andX509_get0_notAfter
.Each returns an
ASN1_TIME *
, which can be dumped to a BIO usingASN1_TIME_print
.The text was updated successfully, but these errors were encountered: