Skip to content

Commit 1dc05e8

Browse files
authored
Enable tls credential shell (#8)
Adds about 6kB of code space 😮‍💨 but it's somewhat useful, though the esp32s3 shows some errors: ```bash uart:~$ cred list 1001,CA,ERROR,-134 1002,CA,ERROR,-134 1003,CA,ERROR,-134 ```
1 parent b2e0f4c commit 1dc05e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

prj.conf

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ CONFIG_MBEDTLS_MEMORY_DEBUG=y
6565
CONFIG_MBEDTLS_SHELL=y
6666
CONFIG_MBEDTLS_AES_ROM_TABLES=y
6767

68+
# Credential shell, useful for debug
69+
CONFIG_TLS_CREDENTIALS_SHELL=y
70+
# Required for TLS crediential shell
71+
CONFIG_BASE64=y
72+
6873
# More verbose Memfault component logs
6974
CONFIG_MEMFAULT_LOG_LEVEL_DBG=y
7075

0 commit comments

Comments
 (0)