Revert new field and check ciphersuite match when resume by exist info_id
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
parent
4224244883
commit
ea28a78384
2 changed files with 2 additions and 7 deletions
|
@ -1180,9 +1180,6 @@ struct mbedtls_ssl_session {
|
|||
mbedtls_time_t MBEDTLS_PRIVATE(start); /*!< starting time */
|
||||
#endif
|
||||
int MBEDTLS_PRIVATE(ciphersuite); /*!< chosen ciphersuite */
|
||||
#if defined(MBEDTLS_SSL_SESSION_TICKETS)
|
||||
int MBEDTLS_PRIVATE(res_ciphersuite); /*!< resumption ciphersuite */
|
||||
#endif
|
||||
size_t MBEDTLS_PRIVATE(id_len); /*!< session id length */
|
||||
unsigned char MBEDTLS_PRIVATE(id)[32]; /*!< session identifier */
|
||||
unsigned char MBEDTLS_PRIVATE(master)[48]; /*!< the master secret */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue