esp-idf/components/mbedtls
Angus Gratton c0f65f6680 mbedtls: Expose compile-time config, disable some things by default
* Disables 3DES, Camellia, Blowfish, RC4, RIPEMD160, SSLv3, TLS-PSK modes, DTLS by default
* Saves about 40KB from the default TLS client code size
* Defaults no longer get "Bad" howsmyssl.com rating (no more vulnerable 3DES)
  (ping https://github.com/espressif/arduino-esp32/issues/575 )
* Allows up to another 20-30KB code size to be trimmed without security
  implications if using DER formatted certificates, RSA ciphersuites only,
  etc.
* Can save up to another 8KB by setting the TLS Role to Server or Client only.
2017-08-18 17:15:08 +10:00
..
include
library
port mbedtls: Expose compile-time config, disable some things by default 2017-08-18 17:15:08 +10:00
test
ChangeLog
Kconfig mbedtls: Expose compile-time config, disable some things by default 2017-08-18 17:15:08 +10:00
LICENSE
Makefile.projbuild
apache-2.0.txt
component.mk