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
Support macOS 10.14.x/iOS 12.x and older again (#34)
* Support macOS 10.14.x/iOS 12.x and older again
* Revert "Support macOS 10.14.x/iOS 12.x and older again"
This reverts commit 6eeba03.
* Erase concrete type manually
Fix bug in comparing Generalized and UTC Time (#30)
The prior time comparison did not correctly handle wildly different
times. This patch resolves the issue.
Make GeneralizedTime and UTCTime Comparable. (#29)
In many cases it's useful to be able to place these into a total order.
This patch adds support for ordering them.
Add PEM support through `PEMRepresentable` (#26)
* Add proper PEM support through `PEMRepresentable`
* Fix review comment and add more documentation
* Fix review comments
* Remove `allowedPEMDiscriminators`