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

NextPrevUpTopContentsIndex

socket-stream-ctx

Function
Summary

Accesses the SSL_CTX attached to a socket stream.

Package

comm

Signature

socket-stream-ctx socket-stream => ssl-ctx-pointer

Arguments

socket-stream

A socket-stream.

Values

ssl-ctx-pointer

A foreign pointer of type ssl-ctx-pointer, or nil.

Description

The function socket-stream-ctx accesses the SSL_CTX that is attached to the socket-stream socket-stream.

It returns nil if SSL is not attached.

See also

socket-stream
ssl-ctx-pointer


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex