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

NextPrevUpTopContentsIndex

ssl-new

Function
Summary

Creates a SSL.

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 by a direct call to the C function SSL_new.

It returns a pointer to the new SSL.

See also

ssl-ctx-pointer
ssl-pointer


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex