mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Wrap client_auth.
The variable is used for client side only Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
@ -1615,8 +1615,12 @@ struct mbedtls_ssl_context
|
|||||||
/*
|
/*
|
||||||
* PKI layer
|
* PKI layer
|
||||||
*/
|
*/
|
||||||
int MBEDTLS_PRIVATE(client_auth); /*!< flag for client auth. */
|
#if defined(MBEDTLS_SSL_CLI_C)
|
||||||
|
int MBEDTLS_PRIVATE(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 */
|
||||||
/*
|
/*
|
||||||
* User settings
|
* User settings
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user