Fix mbed TLS naming

This commit is contained in:
Marcel Stör 2016-12-31 21:00:20 +01:00
parent 3adba91b15
commit f8f1069225
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@
!!! important !!! important
TLS module requires [net](net.md) module. TLS module requires [net](net.md) module.
NodeMCU includes [mbedTLS library](https://tls.mbed.org/). With default config it supports **TLS** 1.0 / 1.1 / 1.2 and most common cipher suites, including DH/ECDH key exchange methods. NodeMCU includes [mbed TLS library](https://tls.mbed.org/). With default config it supports **TLS** 1.0 / 1.1 / 1.2 and most common cipher suites, including DH/ECDH key exchange methods.
Full list of features you may get on [mbedTLS page](https://tls.mbed.org/core-features). Full list of features you may get on [mbed TLS page](https://tls.mbed.org/core-features).
This controls certificate verification when SSL is in use. This controls certificate verification when SSL is in use.