Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: apple/swift-asn1

Tags

1.5.1

Toggle 1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed BMPString encoding (#111)

* Fixed #110 by using UTF-16 to encode the string literal
* Added a unit test to test the added functionality

Co-authored-by: Bram Kolkman <[email protected]>

1.5.0

Toggle 1.5.0's commit message

Verified

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

### Motivation:

Swift 5.10 is no longer supported, we should bump the swift-tools
version.

### Modifications:

* Update Swift tools version to 6.0
* Add `strictConcurrencyDevelopment` mode

### Result:

Code reflects our support window.

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Introduced -Xswiftc -Xfrontend flag to GA workflow. (#104)

Introduced -Xswiftc -Xfrontend flag to GA workflow. There were no
Sendability warnings to fix after this change.

---------

Co-authored-by: George Barnett <[email protected]>

1.3.2

Toggle 1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add thresholds for Swift 6.1 from 6.0 thresholds (#101)

- **Enable Swift 6.1 jobs in CI**
- **add thresholds for Swift 6.1 from 6.0 thresholds**

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge commit from fork

* Throw error instead of halting when the encoding is invalid

Signed-off-by: Cory Benfield <[email protected]>

* Avoid extra precondition failure

---------

Signed-off-by: Cory Benfield <[email protected]>
Co-authored-by: Nicolas Bachschmidt <[email protected]>

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