Creates a SSL
. This should only be called when using the :openssl
implementation.
comm
ssl-new ssl-ctx-pointer => ssl-pointer
ssl-ctx-pointer⇩ |
A foreign pointer of type ssl-ctx-pointer. |
ssl-pointer⇩ |
A foreign pointer of type ssl-pointer. |
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
.
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