Skip to content

Commit 6673a56

Browse files
jbr-iaSeppoTakalo
authored andcommitted
[nrf fromtree] net: lwm2m: Add TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 to cipher list
Add TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 to the list for use with x509 certificates. The LWM2M v1.1 specification says that a LWM2M client which used X509 certificates must support this ciphersuite and additional ciphersuites may be supported. Signed-off-by: Jeroen Broersen <[email protected]> (cherry picked from commit f889c1a)
1 parent c8e5789 commit 6673a56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/net/lib/lwm2m/lwm2m_engine.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,7 @@ static const int cipher_list_psk[] = {
10231023
};
10241024

10251025
static const int cipher_list_cert[] = {
1026+
MBEDTLS_TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8,
10261027
MBEDTLS_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
10271028
};
10281029

0 commit comments

Comments
 (0)