mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 23:49:24 +01:00
- Removed handling for SSLv2 Client Hello (as per RFC 5246 recommendation)
This commit is contained in:
parent
68b6d88f5e
commit
ec636f3bdd
2 changed files with 155 additions and 282 deletions
|
|
@ -35,6 +35,7 @@ Changes
|
|||
to not match CN if subjectAltName extension is present (Closes ticket #56)
|
||||
* Cipher layer cipher_mode_t POLARSSL_MODE_CFB128 is renamed to
|
||||
POLARSSL_MODE_CFB, to also handle different block size CFB modes.
|
||||
* Removed handling for SSLv2 Client Hello (as per RFC 5246 recommendation)
|
||||
|
||||
Bugfix
|
||||
* Fixed handling error in mpi_cmp_mpi() on longer B values (found by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue