Creates a SSL.
SSL
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 by a direct call to the C function SSL_new.
ssl-new
SSL_new
It returns a pointer to the new SSL.
ssl-ctx-pointer ssl-pointer
LispWorks User Guide and Reference Manual - 20 Sep 2017