summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-11-01 08:59:42 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-11-01 08:59:42 +0200
commit58c785632fc7c4e16885eeb1440b8272069f5190 (patch)
treeaa0c78e26d464fddaebce5d24edddeca2931c090
parent487dbdb26748b86cf247600af187437310311145 (diff)
downloadmicropython-58c785632fc7c4e16885eeb1440b8272069f5190.tar.gz
micropython-58c785632fc7c4e16885eeb1440b8272069f5190.zip
docs/esp8266/general: TLS limitations: Mention also "ussl" module limitations.
-rw-r--r--docs/esp8266/general.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/esp8266/general.rst b/docs/esp8266/general.rst
index 96a4545323..01eec5b485 100644
--- a/docs/esp8266/general.rst
+++ b/docs/esp8266/general.rst
@@ -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).