Skip to content

Tags: apple/swift-asn1

Tags

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Drop Swift 5.8 (#69)

We no longer support Swift 5.8, so let's wave it goodbye

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update swift-syntax link to swiftlang/swift-syntax (#57)

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove note from README about API instability (#45)

I think we can remove that note now that the library has 1.0.0 tag.

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support multi PEM parsing and speed up PEM parsing in general (#39)

* Multi PEM support

* Multi PEM support

* swift-format

* Apply review feedback

1.0.0-beta.2

Toggle 1.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support multi PEM parsing and speed up PEM parsing in general (#39)

* Multi PEM support

* Multi PEM support

* swift-format

* Apply review feedback

1.0.0-beta.1

Toggle 1.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove deprecated API (#37)

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.9.1

Toggle 0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PEM support through `PEMRepresentable` (#26)

* Add proper PEM support through `PEMRepresentable`

* Fix review comment and add more documentation

* Fix review comments

* Remove `allowedPEMDiscriminators`