A TLS socket class : allow you to both connect to a given server and exchange messages or start your own server and wait for connections.
Constructor
Variables
Methods
addSNICertificate (cbServernameMatch:String ‑> Bool, cert:Certificate, key:Key):Void
Configure additionals certificates and private keys for Server Name Indication extension. The callback may be called during handshake to determine the certificate to use.