[#ASN1_TIME_check] = ASN1_TIME_check :mrdocs: Check that an ASN1_TIME value has valid UTCTime or GeneralizedTime syntax. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_TIME_check(xref:ASN1_TIME.adoc[ASN1_TIME] const* t); ---- == Return Value 1 if the encoding is syntactically valid, or 0 otherwise. == Parameters [cols="1,4"] |=== | Name| Description | *t* | Time value to validate. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#