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

ssl-connection-implementation Function

Summary

Returns the implementation of a SSL connection.

Package

comm

Signature

ssl-connection-implementation ssl-connection => implementation-name

Arguments
ssl-connection
A SSL connection (socket-stream or async-io-state).
Values
implementation-name
:apple or :openssl or nil.
Description

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.

See also

ssl-default-implementation
25.9.1 SSL implementations


LispWorks® User Guide and Reference Manual - 18 Feb 2025 15:32:11