issues
search
vapor-community
/
tls
🔒 Non-blocking, event-driven TLS built on OpenSSL & macOS security.
MIT License
29
stars
12
forks
source link
ctls
#38
Closed
tanner0101
closed
7 years ago
tanner0101
commented
7 years ago
Removes extraneous
TLS.Config
object in favor of using the
TLS.Context
for everything
Uses
CTLS
and the native OpenSSL APIs (instead of Libre's new TLS)
Better errors
TLS.Config
object in favor of using theTLS.Context
for everythingCTLS
and the native OpenSSL APIs (instead of Libre's new TLS)