Accesses the SSL attached to a socket stream.
comm
socket-stream-ssl socket-stream => ssl-pointer
|   socket-stream⇩  |  
|   ssl-pointer  |    
A foreign pointer of type ssl-pointer, or  nil. | 
The function socket-stream-ssl accesses the SSL that is attached to the socket-stream socket-stream in the :openssl implementation.
It returns nil if SSL is not attached or when using the :apple implementation.
socket-stream
ssl-pointer
25 TCP and UDP socket communication and SSL
LispWorks® User Guide and Reference Manual - 18 Feb 2025 15:32:11