LispWorks User Guide and Reference Manual > 21 Socket Stream SSL interface

NextPrevUpTopContentsIndex

21.5 Attaching SSL to an existing socket-stream

You can attach SSL to an existing socket-stream by calling attach-ssl on the stream. attach-ssl ensures the OpenSSL library is loaded and seeds the Pseudo Random Number Generator (PRNG). The socket-stream SSL keyword arguments are processed by attach-ssl as described in Socket Stream SSL keyword arguments.

Detach SSL from a socket-stream and shut down the SSL with detach-ssl.

For full descriptions see attach-ssl and detach-ssl.


LispWorks User Guide and Reference Manual - 22 Dec 2009

NextPrevUpTopContentsIndex