wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

How to enable those ciphersuites?TLS_AES_128_CCM_8_SHA256 and TLS_AES_128_CCM_SHA256

Open yangyangliuli opened this issue 2 years ago • 1 comments
trafficstars

Version

5.6.2

Description

azureuser@ServiceTest:~/newwolf/wolfssl$ ./examples/server/.libs/server -u -v 4 -l TLS_AES_128_CCM_8_SHA256 -p 8036 -b wolfSSL error: server can't set custom cipher list azureuser@ServiceTest:~/newwolf/wolfssl$ ./examples/server/.libs/server -u -v 4 -l TLS_AES_128_CCM_SHA256 -p 8036 -b wolfSSL error: server can't set custom cipher list

yangyangliuli avatar Jun 28 '23 09:06 yangyangliuli

Hi @yangyangliuli ,

To enable these cipher suites, you need to build wolfSSL with: --enable-tls13 --enable-aesccm

kareem-wolfssl avatar Jun 28 '23 18:06 kareem-wolfssl