ASN1_GENERALIZEDTIME_print

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

NameDescription
fpBIO that receives the formatted timestamp text.
aGeneralizedTime value to print.