docs/esp8266/general: TLS limitations: Mention also "ussl" module limitations.

pull/3395/merge
Paul Sokolovsky 2017-11-01 08:59:42 +02:00
rodzic 487dbdb267
commit 58c785632f
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -185,3 +185,11 @@ limitation with usage of TLS on the low-memory devices:
time, taking as a reference being able to access https://google.com .
The smaller buffer hower means that some sites can't be accessed using
it, and it's not possible to stream large amounts of data.
There are also some not implemented features specifically in MicroPython's
``ussl`` module based on axTLS:
6. Certificates are not validated (this may make connections susceptible
to man-in-the-middle attacks).
7. There is no support for client certificates (scheduled to be fixed in
1.9.4 release).