Merge branch 'doc/review_security-flash-encryption' into 'master'

Review security/flash-encryption.rst

See merge request espressif/esp-idf!7672
This commit is contained in:
Krzysztof Budzynski 2020-05-08 03:31:29 +08:00
commit f318dab0ad
2 changed files with 631 additions and 447 deletions

View file

@ -100,7 +100,7 @@ Persistent Connections example
HTTPS
-----
The HTTP client supports SSL connections using **mbedtls**, with the **url** configuration starting with ``https`` scheme (or ``transport_type = HTTP_TRANSPORT_OVER_SSL``). HTTPS support can be configured via :ref:CONFIG_ENABLE_HTTPS (enabled by default)..
The HTTP client supports SSL connections using **mbedtls**, with the **url** configuration starting with ``https`` scheme (or ``transport_type = HTTP_TRANSPORT_OVER_SSL``). HTTPS support can be configured via :ref:`CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS` (enabled by default).
.. note:: By providing information using HTTPS, the library will use the SSL transport type to connect to the server. If you want to verify server, then need to provide additional certificate in PEM format, and provide to ``cert_pem`` in ``esp_http_client_config_t``

File diff suppressed because it is too large Load diff