[#ASN1_TIME_normalize] = ASN1_TIME_normalize :mrdocs: Normalize an ASN1_TIME so it is suitable for certificates and consistent printing. == Synopsis Declared in `<openssl/asn1.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int ASN1_TIME_normalize(xref:ASN1_TIME.adoc[ASN1_TIME]* s); ---- == Return Value 1 on success, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *s* | Time (UTCTime or GeneralizedTime) to convert to a canonical GMT form. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#