When the value of the
:ssl-ctx
argument is a symbol, LispWorks automatically creates an SSL_CTX object and an SSL object and uses them. If you need to configure these objects, you can access them by the following methods:
:ssl-ctx
or when calling attach-ssl (as described above) also pass
:ctx-configure-callback
and
:ssl-configure-callback
.
socket-stream-ssl and
socket-stream-ctx.