mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-12 01:32:57 +00:00
The SSL session cache module (ssl_cache) now also retains peer_cert information (not the entire chain)
The real peer certificate is copied into a x509_buf in the ssl_cache_entry and reinstated upon cache retrieval. The information about the rest of the certificate chain is lost in the process. As the handshake (and certificate verification) has already been performed, no issue is foreseen.
This commit is contained in:
@@ -16,6 +16,8 @@ Changes
|
||||
or rsa_rsaes_oaep_decrypt()
|
||||
* Re-added handling for SSLv2 Client Hello when the define
|
||||
POLARSSL_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO is set
|
||||
* The SSL session cache module (ssl_cache) now also retains peer_cert
|
||||
information (not the entire chain)
|
||||
|
||||
Security
|
||||
* Removed further timing differences during SSL message decryption in
|
||||
|
||||
Reference in New Issue
Block a user