hs-asn1
hs-asn1 copied to clipboard
Support for newer Time types
At some point, newer types for time representation have been introduced into ASN.1.
I don't know in which revision they've been introduced, but at least the latest revision of the X.680 ITU standard includes the ISO 8601 conformant types Time, Date, Date-Time, Interval, Rec-Interval
, which, according to the OSS tutorial should be preferred over UTCTime
or GeneralizedTime
.
Support for representing, encoding and decoding these types would be neat.