Merge pull request #5472 from yuhaoth/pr/move-client-auth
Move client_auth to handshake
This commit is contained in:
commit
62b49cd06a
4 changed files with 13 additions and 10 deletions
|
@ -775,6 +775,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)
|
||||
uint8_t client_auth; /*!< used to check if CertificateRequest has been
|
||||
received from server side. If CertificateRequest
|
||||
has been 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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue