Skip to content

SwiftNIO SSL 2.20.0

Compare
Choose a tag to compare
@glbrntt glbrntt released this 09 Jun 14:40
· 89 commits to main since this release
42436a2

SemVer Minor

  • Add NIOSSLCertificateExtensions (#359)

SemVer Patch

  • Port SecureBytes from Swift Crypto to use with TLS-PSK (#366, patch credit to @agnosticdev)
  • Add support for owned references to NIOSSLObjectIdentifier (#358)
  • Support additional certificate validation (#361)
  • Flush only after handshake (#362)
  • Update BoringSSL to 1e469e45a46ff580899cbef939babe02ad916c85 (#370)

Other Changes

  • Parallel test fix for TLSConfigurationTest (#368, patch credit to @agnosticdev)
  • Update pod generation script (#363)
  • Remove build_podspec.sh (#365)