mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-01 20:25:28 +01:00
Merged support for multiple certificate/key pairs in SSL into
development
This commit is contained in:
commit
8b817dc47e
59 changed files with 1135 additions and 622 deletions
|
|
@ -25,6 +25,8 @@ Features
|
|||
* X509 Certificate writing with extensions (basic_constraints,
|
||||
issuer_key_identifier, etc)
|
||||
* Optional blinding for RSA, DHM and EC
|
||||
* Support for multiple active certificate / key pairs in SSL servers for
|
||||
the same host (Not to be confused with SNI!)
|
||||
|
||||
Changes
|
||||
* Ability to enable / disable SSL v3 / TLS 1.0 / TLS 1.1 / TLS 1.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue