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

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 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.

See also

set-verification-mode
25 TCP and UDP socket communication and SSL


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26