Print an ASN.1 Time to a BIO with ASN1_DTFLGS_* formatting flags.
Declared in <openssl/asn1.h>
int
ASN1_TIME_print_ex(
BIO* bp,
ASN1_TIME const* tm,
unsigned long flags);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| bp | Output BIO. |
| tm | Time value (UTCTime or GeneralizedTime). |
| flags | Combination of ASN1_DTFLGS_* (for example ASN1_DTFLGS_ISO8601). |