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.
LispWorks User Guide and Reference Manual - 21 Dec 2011