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