You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require `TaggedValue` to encode their contents
Due to Codable being an existential type in Swift means that the tagged value implementation must be the one to encode the top level top; it’s the only one who knows the non-existential type to be encoded.
Parse ASN.1 UTCTime according to spec
Supports optional seconds and compact formatted time zone offets.
Also removes force unwrap in decoding, superceding and closing #19