Returns the implementation of a SSL connection.
comm
ssl-connection-implementation ssl-connection => implementation-name
ssl-connection⇩ |
A SSL connection (socket-stream or async-io-state). |
implementation-name | :apple or :openssl or nil . |
The function ssl-connection-implementation
returns the implementation that is used to implement the SSL functionality of ssl-connection. nil
means ssl-connection is not using SSL.
LispWorks® User Guide and Reference Manual - 18 Feb 2025 15:32:11