apple / swift-asn1

An implementation of ASN.1 for Swift
https://swiftpackageindex.com/apple/swift-asn1/main/documentation/swiftasn1
Apache License 2.0
137 stars 27 forks source link

Fix bug in comparing Generalized and UTC Time #30

Closed Lukasa closed 1 year ago

Lukasa commented 1 year ago

The prior time comparison did not correctly handle wildly different times. This patch resolves the issue.