The Socket Stream SSL interface allows you to use Secure Socket Layer (SSL) with
comm:socket-stream
s.
The interface is based on the OpenSSL code, and most of it is simply an FLI interface to OpenSSL functions. The main LispWorks specific code is the way OpenSSL is integrated with
socket-stream
.
Note: to load the Socket Stream SSL interface, evaluate
(require "comm")
Note: Below we assume that the current package uses the
comm
package. That is,
comm
package symbols may not be qualified explicitly.