apple / swift-nio-ssl

TLS Support for SwiftNIO, based on BoringSSL.
https://swiftpackageindex.com/apple/swift-nio-ssl/main/documentation/niossl
Apache License 2.0
388 stars 139 forks source link

Add sendCANameList to best effort functions. #386

Closed Lukasa closed 2 years ago

Lukasa commented 2 years ago

Motivation:

TLSConfiguration cannot be made equatable due to its use of closures, so we have our own best-effort functions. Unfortunately, I forgot to make sure everything was added to them, so I'm doing so now.

Modifications:

Result:

Better bestEffort functions.

Lukasa commented 2 years ago

Yeah that's a good idea, let's add that.