update based on comments.
Signed-off-by: Xiaofei Bai <xiaofei.bai@arm.com>
This commit is contained in:
parent
5d8598e090
commit
a0ab777cfc
3 changed files with 275 additions and 303 deletions
|
@ -809,10 +809,9 @@ struct mbedtls_ssl_handshake_params
|
|||
represents an extension and defined
|
||||
as \c MBEDTLS_SSL_EXT_XXX */
|
||||
|
||||
#if defined(MBEDTLS_ECDSA_C)
|
||||
unsigned char cert_req_ctx_len; /*!< certificate request context
|
||||
length */
|
||||
unsigned char* cert_req_ctx; /*!< certificate request context */
|
||||
#if defined(MBEDTLS_KEY_EXCHANGE_WITH_CERT_ENABLED)
|
||||
unsigned char certificate_request_context_len;
|
||||
unsigned char *certificate_request_context;
|
||||
#endif
|
||||
|
||||
union
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue