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

Name

Description

fp

BIO that receives text such as "Feb 3 00:55:52 2015 GMT".

a

UTCTime value to print.

Created with MrDocs