ASN1_UTCTIME_print

Print an ASN.1 UTCTime to a BIO in human-readable form.

Synopsis

Declared in <openssl/asn1.h>

int
ASN1_UTCTIME_print(
    BIO* fp,
    ASN1_UTCTIME const* a);

Return Value

1 on success, or 0 on I/O or format error.

Parameters

NameDescription
fpBIO that receives text such as "Feb 3 00:55:52 2015 GMT".
aUTCTime value to print.