Accesses the SSL_CTX
attached to an async-io-state.
comm
async-io-state-ctx async-io-state => ssl-ctx-pointer
async-io-state⇩ |
An async-io-state. |
ssl-ctx-pointer |
A foreign pointer or nil . |
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.
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