Returns the mode of the SSL.
comm
get-verification-mode ssl-or-ssl-ctx => result
ssl-or-ssl-ctx⇩ |
A foreign pointer of type ssl-pointer or ssl-ctx-pointer. |
result⇩ |
A list of symbols. |
The function get-verification-mode
returns the mode of ssl-or-ssl-ctx 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.
set-verification-mode
25 TCP and UDP socket communication and SSL
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26