Print an ASN.1 GeneralizedTime to a BIO in a human-readable form.
Declared in <openssl/asn1.h>
int
ASN1_GENERALIZEDTIME_print(
BIO* fp,
ASN1_GENERALIZEDTIME const* a);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| fp | BIO that receives the formatted timestamp text. |
| a | GeneralizedTime value to print. |