Secure socket contexts
Secure sockets (SSL, TLS)

Prev:Secure socket configuration
Next:Secure socket addresses


All secure socket operations must be performed in a secure socket context. A context is created from a secure socket configuration. An implicit context with the default configuration is always available, however server sockets require a certificate to be set together with other parameters, and the default configuration is insufficient, so a context must be explicitly created in that case.
with-secure-context ( config quot -- )