mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 06:59:19 +01:00
Change default min TLS version to TLS 1.0
This commit is contained in:
parent
d16df8f60a
commit
8c8be1ebbb
10 changed files with 16 additions and 31 deletions
|
|
@ -41,6 +41,7 @@ Semi-API changes (technically public, morally private)
|
|||
* Remove r and s from ecdsa_context
|
||||
|
||||
Default behavior changes
|
||||
* The default minimum TLS version is now TLS 1.0.
|
||||
* RC4 is now blacklisted by default in the SSL/TLS layer, and excluded from the
|
||||
default ciphersuite list returned by ssl_list_ciphersuites()
|
||||
* Support for receiving SSLv2 ClientHello is now disabled by default at
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue