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

ssl-new Function

Summary

Creates a SSL. This should only be called when using the :openssl implementation.

Package

comm

Signature

ssl-new ssl-ctx-pointer => ssl-pointer

Arguments
ssl-ctx-pointer
A foreign pointer of type ssl-ctx-pointer.
Values
ssl-pointer
A foreign pointer of type ssl-pointer.
Description

The function ssl-new creates a SSL for ssl-ctx-pointer by a direct call to the C function SSL_new.

ssl-pointer is a pointer to the new SSL.

See also

ssl-ctx-pointer
ssl-pointer
25 TCP and UDP socket communication and SSL


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