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 Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex