mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
move client_auth to handshake
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
@ -768,6 +768,12 @@ struct mbedtls_ssl_handshake_params
|
||||
* but can be overwritten by the HRR. */
|
||||
#endif /* MBEDTLS_SSL_PROTO_TLS1_3 */
|
||||
|
||||
#if defined(MBEDTLS_SSL_CLI_C)
|
||||
int client_auth; /*!< used to check if CertificateRequest is received
|
||||
from server side. If CertificateReqeust is
|
||||
received, Certificate and CertificateVerify
|
||||
should be sent to server */
|
||||
#endif /* MBEDTLS_SSL_CLI_C */
|
||||
/*
|
||||
* State-local variables used during the processing
|
||||
* of a specific handshake state.
|
||||
|
Reference in New Issue
Block a user