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 Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex