Closed clintonpi closed 7 months ago
Motivation:
When the private key file for a TLS configuration has an unknown type, the program crashes. Hence, users are unable to catch the error.
Modifications:
A new error was added to NIOSSLExtraError and the program throws that error instead of crashing.
NIOSSLExtraError
Result:
The program now throws an error instead of crashing.
@swift-server-bot add to allowlist
Motivation:
When the private key file for a TLS configuration has an unknown type, the program crashes. Hence, users are unable to catch the error.
Modifications:
A new error was added to
NIOSSLExtraError
and the program throws that error instead of crashing.Result:
The program now throws an error instead of crashing.