Normalize an ASN1_TIME so it is suitable for certificates and consistent printing.
Synopsis
Declared in <openssl/asn1.h>
int
ASN1_TIME_normalize(ASN1_TIME* s);
Return Value
1 on success, or 0 on error.
Parameters
Name |
Description |
s |
Time (UTCTime or GeneralizedTime) to convert to a canonical GMT form. |
Created with MrDocs