mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 16:26:33 +08:00
Improve ChangeLog
Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
parent
2e95cb7baa
commit
86b94d411c
@ -5,8 +5,12 @@ Security
|
||||
secret that was not correctly bound to the handshake transcript,
|
||||
undermining the security guarantees of the extended master secret
|
||||
extension. Report by Mathew Gretton-Dann.
|
||||
* Fix a bug where TLS 1.3 servers could ignore errors when computing the
|
||||
resumption master secret instead of causing the handshake to fail. This
|
||||
could allow a server to issue resumption tickets derived from an invalid
|
||||
resumption secret, weakening authentication of future resumptions made
|
||||
with those tickets. Reported by jjfz123.
|
||||
* Fix a TLS 1.3 server-side error-handling bug affecting session ticket
|
||||
generation. Under rare conditions, such as memory allocation failures
|
||||
while computing the resumption master secret, the server could issue
|
||||
invalid session tickets instead of failing the handshake. Clients
|
||||
presented with such tickets would fail session resumption and fall back to
|
||||
a full handshake. In deployments relying on session resumption, repeated
|
||||
occurrences could increase the frequency of full handshakes and amplify
|
||||
resource consumption during periods of resource exhaustion or other
|
||||
transient failures. Reported by jjfz123.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user