Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a99e528 + 9e638f3 commit b02ad14Copy full SHA for b02ad14
components/mbedtls/Kconfig
@@ -321,6 +321,7 @@ menu "mbedTLS"
321
bool "TLS: Server Support for RFC 5077 SSL session tickets"
322
default y
323
depends on MBEDTLS_TLS_ENABLED
324
+ depends on MBEDTLS_GCM_C || MBEDTLS_CCM_C || MBEDTLS_CHACHAPOLY_C
325
help
326
Server support for RFC 5077 session tickets. See mbedTLS documentation for more details.
327
Disabling this option will save some code size.
0 commit comments