mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-05 05:59:23 +01:00
Ability to enable / disable SSL v3 / TLS 1.0 / TLS 1.1 / TLS 1.2 individually
This commit is contained in:
parent
fb08fd2e23
commit
d2f068e071
6 changed files with 408 additions and 49 deletions
|
|
@ -20,6 +20,8 @@ Features
|
|||
* Support for session tickets (RFC 5077)
|
||||
|
||||
Changes
|
||||
* Ability to enable / disable SSL v3 / TLS 1.0 / TLS 1.1 / TLS 1.2
|
||||
individually
|
||||
* Introduced separate SSL Ciphersuites module that is based on
|
||||
Cipher and MD information
|
||||
* Internals for SSL module adapted to have separate IV pointer that is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue