File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,11 @@ MICROPY_PY_FFI = 1
25
25
26
26
# ussl module requires one of the TLS libraries below
27
27
MICROPY_PY_USSL = 1
28
- # axTLS has minimal size and fully integrated with MicroPython, but
29
- # implements only a subset of modern TLS functionality, so may have
30
- # problems with some servers.
28
+ # axTLS has minimal size but implements only a subset of modern TLS
29
+ # functionality, so may have problems with some servers.
31
30
MICROPY_SSL_AXTLS = 1
32
31
# mbedTLS is more up to date and complete implementation, but also
33
- # more bloated. Configuring and building of mbedTLS should be done
34
- # outside of MicroPython, it can just link with mbedTLS library.
32
+ # more bloated.
35
33
MICROPY_SSL_MBEDTLS = 0
36
34
37
35
# jni module requires JVM/JNI
You can’t perform that action at this time.
0 commit comments