ThePassionate commented on code in PR #1995:
URL: https://github.com/apache/nuttx-apps/pull/1995#discussion_r1305379490


##########
crypto/mbedtls/Kconfig:
##########
@@ -109,6 +109,15 @@ config MBEDTLS_SSL_DTLS_BADMAC_LIMIT
        bool "Enable support for a limit of records with bad MAC."
        default n
 
+config MBEDTLS_SSL_DTLS_CONNECTION_ID
+       bool "Enable the Connection ID extension."
+       default n
+
+config MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT

Review Comment:
   #ifdef CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID
   #define MBEDTLS_SSL_DTLS_CONNECTION_ID
   #endif
   
   #ifdef CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT
   #define MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT  0
   #endif
   These two have already be controlled by kconfig in mbedtls_config.h



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to