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

async-io-state-ctx Function

Summary

Accesses the SSL_CTX attached to an async-io-state.

Package

comm

Signature

async-io-state-ctx async-io-state => ssl-ctx-pointer

Arguments
async-io-state
Values
ssl-ctx-pointer
A foreign pointer or nil.
Description

The function async-io-state-ctx accesses the SSL_CTX that is attached to the async-io-state async-io-state. This is of type ssl-ctx-pointer when using the :openssl implementation and of type ssl-context-ref when using the :apple implementation.

It returns nil if SSL is not attached.

See also

async-io-state
ssl-ctx-pointer
25 TCP and UDP socket communication and SSL


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