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

socket-stream-ssl Function

Summary

Accesses the SSL attached to a socket stream.

Package

comm

Signature

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

Arguments
socket-stream
Values
ssl-pointer
A foreign pointer of type ssl-pointer, or nil.
Description

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.

See also

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


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