CmpTlsConstants (GVL)¶
- Attributes:
qualified_only- InOut:
Scope
Name
Type
Initial
Comment
Constant
TLS_VERIFY_NONE
DWORD16#1
Don’t perform a peer verification (Default for server)
TLS_VERIFY_PEER
DWORD16#2
Perform a peer verification (Default for client). For Server: Send a client certificate request. If a client certificate is available verify this certificate.
TLS_VERIFY_FAIL_IF_NO_PEER_CERT
DWORD16#4
Only for for Server methods. Forces the connection to be terminated if the client does not provide a certificate. Add this to TLS_VERIFY_PERR
TLS_VERIFY_CLIENT_ONCE
DWORD16#8
Only for for Server methods. Request the client certificate only whithin the initial handshake. While renegortiation no certificate is requested from the client. Add this to TLS_VERIFY_PERR