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

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 User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex