Releases: apple/swift-nio-ssl
Releases · apple/swift-nio-ssl
SwiftNIO SSL 2.10.1
SemVer Patch
- Update BoringSSL to 4a265be4d931e35f0d108040c94d37bb49827948. (#256)
Other Changes
- Add watchOS deployment to PodSpec build script (#252)
SwiftNIO SSL 2.10.0
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
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
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
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
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
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
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
Semver Patch
- Fixed a rare crash when tearing down connections. (#217)
- Updated BoringSSL to 7c522995d1ea5386b3223a19b0f62e73c1f76b17. (#216)
SwiftNIO SSL 2.7.2
Semver Patch
- Support
@_implementationOnly
on Swift 5.3. (#212)
- Fixed broken docker builds. (#209, #214)
- Fixed some flaky tests. (#213)