mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 13:15:42 +01:00
Forbid sequence number wrapping
This commit is contained in:
parent
3c599f11b0
commit
83cdffc437
5 changed files with 19 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ Security
|
|||
"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
|
||||
|
||||
Bugfix
|
||||
* ecp_gen_keypair() does more tries to prevent failure because of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue