9 Commits

Author SHA1 Message Date
adef736657 Merge branch 'feature/speed_up_bignum_calculation' into 'master'
feat(mbedtls): speed up bignum calculation

See merge request sdk/ESP8266_RTOS_SDK!1311
2020-02-26 11:12:20 +08:00
201f2e6096 feat(mbedtls): speed up bignum calculation 2020-02-26 10:58:52 +08:00
975d181546 fix(mbedtls): fix mbedtls unit test compiling error 2020-02-25 14:32:20 +08:00
9e638f3715 fix(mbedtls): fix option dependence of "MBEDTLS_SERVER_SSL_SESSION_TICKETS"
MBEDTLS_SERVER_SSL_SESSION_TICKETS
    ->  MBEDTLS_CIPHER_MODE_AEAD
        -> MBEDTLS_GCM_C || MBEDTLS_CCM_C || MBEDTLS_CHACHAPOLY_C
2019-12-27 14:14:40 +08:00
297294c5b9 feat(mbedtls): mbedtls using SHA/AES of util component instead of its raw algorithm 2019-12-24 14:19:05 +08:00
18a3839198 feat(util): refactor SHA algorithm of util components 2019-12-17 15:14:54 +08:00
1f8192d9f9 feat(exmaples): remove wolfSSL example
The wolfSSL example will be supplied independently.
2019-10-10 15:43:29 +08:00
5f2b5eafcf feat(mbedtls): modify code to support ESP8266
It is that maybe less modification working on the components is better, so I just modified the platform
code of AES, SHA and so on.

ESP8266 has no real hardware AES, SHA or bignum peripheral, but some method can speed up the process of part
of upper algorithm, so I also added the platform code of AES, SHA, bignum, ARC, MD5.

ESP8266 has no platform of bignum, so users should not enable the bignum hardware at "menuconfig".
2019-10-10 13:39:08 +08:00
35d8262b25 feat(mbedtls): bring mbedtls and openssl based on mbedtls from esp-idf
Commit ID: 97959e77.

Using submodule instead of source code.

It is brought from esp-idf, and some origin dependent code or configuration of hardware have not been removed.
But it maybe not affect using at the ESP8266 platform.
2019-10-10 11:09:08 +08:00