NextPrevUpTopContentsIndex

get-verification-mode

 
Function
Summary

Returns the mode of the SSL.

Package

comm

Signature

get-verification-mode ssl-or-ssl-ctx => result

Arguments

ssl-or-ssl-ctx

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

Values

result

A list of symbols.

Description

The function get-verification-mode returns the mode of the ssl-pointer or ssl-ctx-pointer as a list of symbols.

result is a list containing zero or more of the symbols :verify-client-once , :verify-peer and :fail-if-no-peer-cert , corresponding to the C constants VERIFY_CLIENT_ONCE VERIFY_PEER and FAIL_IF_NO_PEER_CERT respectively.

See also

set-verification-mode


LispWorks Reference Manual - 12 Mar 2008

NextPrevUpTopContentsIndex