All Manuals > LispWorks® User Guide and Reference Manual > 32 The COMM Package

socket-stream-ctx Function

Summary

Accesses the SSL_CTX attached to a socket stream.

Package

comm

Signature

socket-stream-ctx socket-stream => ssl-ctx-pointer

Arguments
socket-stream
Values
ssl-ctx-pointer
A foreign pointer or nil.
Description

The function socket-stream-ctx accesses the SSL_CTX that is attached to the socket-stream socket-stream. This is of type ssl-ctx-pointer when using the :openssl implementation and of type ssl-context-ref when using the :apple implementation.

It returns nil if SSL is not attached.

See also

socket-stream
ssl-ctx-pointer
25 TCP and UDP socket communication and SSL


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26