Check that an ASN1_GENERALIZEDTIME value has valid GeneralizedTime syntax.
Synopsis
Declared in <openssl/asn1.h>
int
ASN1_GENERALIZEDTIME_check(ASN1_GENERALIZEDTIME const* a);
Return Value
1 if syntactically correct, or 0 otherwise.
Parameters
Name |
Description |
a |
GeneralizedTime value to validate. |
Created with MrDocs