mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 21:56:21 +01:00
Merged constant-time padding checks
This commit is contained in:
commit
7bc745b6a1
3 changed files with 112 additions and 35 deletions
|
|
@ -6,6 +6,9 @@ Features
|
|||
* Added optional optimization for NIST MODP curves (POLARSSL_ECP_NIST_OPTIM)
|
||||
* Support for Camellia-GCM mode and ciphersuites
|
||||
|
||||
Changes
|
||||
* Padding checks in cipher layer are now constant-time
|
||||
|
||||
Bugfix
|
||||
* More stringent checks in cipher layer
|
||||
* Server does not send out extensions not advertised by client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue