aboutsummaryrefslogtreecommitdiffstats
path: root/testing/micropython/no_ussl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/micropython/no_ussl.patch')
-rw-r--r--testing/micropython/no_ussl.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/micropython/no_ussl.patch b/testing/micropython/no_ussl.patch
new file mode 100644
index 0000000000..d39ca849b7
--- /dev/null
+++ b/testing/micropython/no_ussl.patch
@@ -0,0 +1,15 @@
+--- micropython-1.12-orig/ports/unix/mpconfigport.mk
++++ micropython-1.12/ports/unix/mpconfigport.mk
+@@ -24,10 +24,10 @@
+ MICROPY_PY_FFI = 1
+
+ # ussl module requires one of the TLS libraries below
+-MICROPY_PY_USSL = 1
++MICROPY_PY_USSL = 0
+ # axTLS has minimal size but implements only a subset of modern TLS
+ # functionality, so may have problems with some servers.
+-MICROPY_SSL_AXTLS = 1
++MICROPY_SSL_AXTLS = 0
+ # mbedTLS is more up to date and complete implementation, but also
+ # more bloated.
+ MICROPY_SSL_MBEDTLS = 0