Skip to content

Releases: apple/swift-nio-ssl

SwiftNIO SSL 2.10.1

01 Dec 09:16
901a014
Compare
Choose a tag to compare

SemVer Patch

  • Update BoringSSL to 4a265be4d931e35f0d108040c94d37bb49827948. (#256)

Other Changes

  • Add watchOS deployment to PodSpec build script (#252)

SwiftNIO SSL 2.10.0

15 Oct 12:54
eb102ad
Compare
Choose a tag to compare

SemVer Minor

  • Add NIOSSLCertificate debug description for useful debugging (#246)
  • Add NIOSSLCertificate serial number var, and add to printable description (#247)

SemVer Patch

  • Fix threading violation in KeyLogCallbackManager (#250)
  • Update BoringSSL version to 3989c99706bf30054798ff82f1cb010e50e385f5 (#249)

SwiftNIO SSL 2.9.2

01 Oct 16:01
cc0e80d
Compare
Choose a tag to compare

SemVer Patch

  • Update BoringSSL to 67818bea6690a230e2f42e8a588e0f54949bbbf1 (#244)

Other Changes

  • Fixed a spelling error in a deprecation message. (#240, patch credit to @artemredkin)
  • Update CI to use the release version of Swift 5.3. (#241)
  • Update documentation to reflect that the default branch is now 'main'. (#243)

SwiftNIO SSL 2.9.1

27 Aug 09:46
ea1dfd6
Compare
Choose a tag to compare

SemVer Patch

  • Update BoringSSL to 1c58648f14ed75f2a8cc3ae08897987d97f493ec (#239)

Other Changes

  • Fix the -f option in build_podspec.sh. (#237, patch credit to @MrMage)

SwiftNIO SSL 2.9.0

29 Jul 09:11
8a137b7
Compare
Choose a tag to compare

SemVer Minor

  • Add option to specify signining and verification algorithms (#232, patch credit to @fourplusone)

SemVer Patch

  • Update BoringSSL to 54858b63c1d886f6c8d903d4a4f594f1485de189 (#235)

Other Changes

  • Fix inappropriate language in NIOSSL (#233)
  • Don't install Jazzy on Xenial (#234)

SwiftNIO SSL 2.8.0

01 Jul 08:34
d381bc5
Compare
Choose a tag to compare

SemVer Minor

  • Add support for custom verify callback to servers. (#226)

SemVer Patch

  • Silence #file/#filePath warnings in XCTest (#228)

SwiftNIO SSL 2.7.5

11 Jun 14:25
f0b118d
Compare
Choose a tag to compare

Semver Patch

  • Fixed crash when using custom verification callbacks in debug mode on Apple platforms. (#224)
  • Fixed issue where podspec depended on a specific NIO version. (#221)
  • Fixed issue where podspec had trouble pushing multiple modules. (#222)

SwiftNIO SSL 2.7.4

08 Jun 17:07
9cb6410
Compare
Choose a tag to compare

SemVer Patch

  • Enable X509_V_FLAG_TRUSTED_FIRST so the trust store is searched for issuer certificates before searching the untrusted certificates when building a certificates chain. (#220)
  • Update BoringSSL to 53a17f55247101105ae35767d5c5a6c311843a8e. (#218)
  • link swift-nio-extras in docs (#208)

SwiftNIO SSL 2.7.3

15 May 17:18
10e0e17
Compare
Choose a tag to compare

Semver Patch

  • Fixed a rare crash when tearing down connections. (#217)
  • Updated BoringSSL to 7c522995d1ea5386b3223a19b0f62e73c1f76b17. (#216)

SwiftNIO SSL 2.7.2

12 May 13:54
67303bd
Compare
Choose a tag to compare

Semver Patch

  • Support @_implementationOnly on Swift 5.3. (#212)
  • Fixed broken docker builds. (#209, #214)
  • Fixed some flaky tests. (#213)