Skip to content

Replace ASN1_UTCTIME with ASN1_TIME which supports both UTCTime and

Andrew Waters requested to merge apwaters/m2crypto:master into master

This adds support for ASN.1 GeneralizedTime (issue https://gitlab.com/m2crypto/m2crypto/issues/103)

I have replaced ASN1_UTCTIME with ASN1_TIME so we may want a synonym for a while.

Merge request reports