NextPrevUpTopContentsIndex

socket-stream-ssl

Function
Summary

Accesses the SSL attached to a socket stream.

Package

comm

Signature

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

Arguments

socket-stream

A socket-stream.

Values

ssl-pointer

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

Description

The function socket-stream-ssl accesses the SSL that is attached to the socket-stream socket-stream .

It returns nil if SSL is not attached.

See also

socket-stream
ssl-pointer


LispWorks Reference Manual - 20 Jul 2006

NextPrevUpTopContentsIndex