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

ssl-abstract-context System Class

Summary

A class of SSL abstract contexts.

Package

comm

Superclasses

t

Readers

ssl-abstract-context-name

Description

Instances of the system class ssl-abstract-context represent information to be used when establishing SSL connections with either socket-stream or async-io-state objects. They are created by create-ssl-client-context and create-ssl-server-context, and used by functions that attach SSL to a TCP connection, mainly open-tcp-stream or create-async-io-state-and-connected-tcp-socket for the client side, and make-instance with socket-stream or accept-tcp-connections-creating-async-io-states for the server side.

See create-ssl-server-context for a full discussion.

See also

create-ssl-server-context
create-ssl-client-context


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