Setting whether to support post-handshake auth takes effect only for TLS1.3. client: If the client supports pha, the client sends pha extensions. Server: supports pha. After the handshake, the upper-layer interface HITLS_VerifyClientPostHandshake initiates certificate verification.
- Parameters
-
config | [OUT] Config handle |
support | [IN] Whether to support pha True: pha is supported. False: pha is not supported. |
- Return values
-
HITLS_SUCCESS,if | successful. |
HITLS_NULL_INPUT,The | config parameter is empty. |
- Attention
- Before enabling this function on the server, enable HITLS_CFG_SetClientVerifySupport. Otherwise, the configuration does not take effect.