Skip to content

Releases: apple/swift-crypto

Swift Crypto 1.1.0 RC 1

22 Jun 20:44
794901c
Compare
Choose a tag to compare
Pre-release

Semver Minor

  • Support for PEM/DER serialisation for asymmetric key types.
  • Support for HKDF expand/extract.
  • Brings API up to date with WWDC seed of Apple platforms.

Please note that this release is a release-candidate. We will be shipping release candidates all the way until the final release of the Apple platform SDKs this fall. These are deliberately excluded from the regular semantic versioning scheme as these APIs remain subject to change, just as they are on Apple's platform SDKs.

Swift Crypto 1.0.2

08 Jun 16:09
9b9d186
Compare
Choose a tag to compare

Semver Patch

  • CI improvements. (#32, #35)
  • Updated BoringSSL to 53a17f55247101105ae35767d5c5a6c311843a8e. (#36)

Swift Crypto 1.0.1

19 Mar 17:59
d67ac68
Compare
Choose a tag to compare

Semver Patch

  • Fixed compiler issue that could occur when linking with projects that declare jemalloc functions that don't exist, such as Folly. (#28)
  • Updated BoringSSL to 5298ef99bf2b2d77600b3bb74dd572027bf495be. (#31)
  • Improved usage of XCTest. (#15, thanks to @ZevEisenberg)
  • Improved markdown rendering in Xcode. (#11, thanks to @Sajjon)
  • Helped CI validate that the gyb is kept intact. (#17, thanks to @Sajjon)
  • Added marks within gyb generated files. (#19, thanks to @Sajjon)
  • Cleaned up links in readme. (#10, thanks to @AustinConlon)
  • Improved project name rendering in readme. (#12)
  • Readme typo fixes. (#16)
  • More consistent references to contributors in Git history. (#14)
  • Better GitHub issue template. (#7, #21 thanks to @Sajjon)
  • Helped GitHub statistics be aware that BoringSSL is a vendored copy. (#17, thanks to @sindresorhus)
  • Corrected references to contributors file. (#24, thanks to @Sajjon)
  • Better docker setup. (#6, #30)