Set whether to verify the client certificate.
- Parameters
-
ctx | [OUT] TLS connection handle |
support | [IN] Indicates whether to verify the client certificate, the options are as follows: true: yes; false: no. |
- Return values
-
HITLS_SUCCESS,if | successful. |
HITLS_NULL_INPUT,config | is null. |