8000 unix/mpconfigport.mk: Update comment about TLS implementations. · shazz/micropython@9d72f07 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9d72f07

Browse files
committed
unix/mpconfigport.mk: Update comment about TLS implementations.
As long as the submodule is checked out, mbedTLS is now fully integrated into the unix build if MICROPY_SSL_MBEDTLS=1.
1 parent 678ec18 commit 9d72f07

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ports/unix/mpconfigport.mk

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ MICROPY_PY_FFI = 1
2525

2626
# ussl module requires one of the TLS libraries below
2727
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.
3130
MICROPY_SSL_AXTLS = 1
3231
# 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.
3533
MICROPY_SSL_MBEDTLS = 0
3634

3735
# jni module requires JVM/JNI

0 commit comments

Comments
 (0)
0