Check that an ASN1_UTCTIME value has valid UTCTime syntax.

Synopsis

Declared in <openssl/asn1.h>

int
ASN1_UTCTIME_check(ASN1_UTCTIME const* a);

Return Value

1 if syntactically correct, or 0 otherwise.

Parameters

Name

Description

a

UTCTime value to validate.

Created with MrDocs