Accesses the SSL_CTX attached to a socket stream.
comm
socket-stream-ctx socket-stream => ssl-ctx-pointer
| socket-stream⇩ |
| ssl-ctx-pointer |
A foreign pointer or nil. |
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.
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