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

async-io-state-ssl Function

Summary

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

Package

comm

Signature

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

Arguments
async-io-state
Values
ssl-pointer
A foreign pointer of type ssl-pointer, or nil.
Description

The function async-io-state-ssl accesses the SSL that is attached to the async-io-state async-io-state in the :openssl implementation.

It returns nil if SSL is not attached or when using the :apple implementation.

See also

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


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