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
|
@ -1612,11 +1612,6 @@ struct mbedtls_ssl_context
|
|||
uint16_t MBEDTLS_PRIVATE(mtu); /*!< path mtu, used to fragment outgoing messages */
|
||||
#endif /* MBEDTLS_SSL_PROTO_DTLS */
|
||||
|
||||
/*
|
||||
* PKI layer
|
||||
*/
|
||||
int MBEDTLS_PRIVATE(client_auth); /*!< flag for client auth. */
|
||||
|
||||
/*
|
||||
* User settings
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue