send-secure-handshake ( -- )
Secure sockets (SSL, TLS) ยป Upgrading existing connections

Next:accept-secure-handshake ( -- )


Vocabulary
io.sockets.secure

Generic word contract
Upgrades the socket connection of the current with-client scope to a secure connection and initiates a SSL/TLS handshake.

Errors
Throws upgrade-on-non-socket or upgrade-buffers-full if used improperly.

Examples
This word is used by the smtp library to implement SMTP-TLS.

Definition


Methods