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