mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 13:15:42 +01:00
Fix possible buffer overflow with PSK
This commit is contained in:
parent
fdddac90a6
commit
b2bf5a1bbb
3 changed files with 14 additions and 2 deletions
|
|
@ -25,10 +25,11 @@ Changes
|
|||
|
||||
Security
|
||||
* Forbid change of server certificate during renegotiation to prevent
|
||||
"triple handshake" attack when authentication mode is optional (the
|
||||
"triple handshake" attack when authentication mode is 'optional' (the
|
||||
attack was already impossible when authentication is required).
|
||||
* Check notBefore timestamp of certificates and CRLs from the future.
|
||||
* Forbid sequence number wrapping
|
||||
* Fix possible buffer overflow with overlong PSK
|
||||
|
||||
Bugfix
|
||||
* ecp_gen_keypair() does more tries to prevent failure because of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue