mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 06:59:19 +01:00
Add SSL_CIPHERSUITES config option
This commit is contained in:
parent
791684c058
commit
dfc7df0bec
3 changed files with 27 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ Features
|
|||
* Optimize for RAM usage in example config.h for NSA Suite B profile.
|
||||
* Add POLARSSL_REMOVE_ARC4_CIPHERSUITES to allow removing RC4 ciphersuites
|
||||
from the default list (inactive by default).
|
||||
* Add SSL_CIPHERSUITES config.h flag to allow specifying a list of
|
||||
ciphersuites to use and save some memory if the list is small.
|
||||
|
||||
Changes
|
||||
* Add LINK_WITH_PTHREAD option in CMake for explicit linking that is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue