You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
Thanks Kareem,
I'll try this and let you know if I still have problems.
cheers,
Simon
Hi,
We are using wolfSSL 5.7.0 to create a TLS 1.3 server. After initialising the server I then add a single cipher suite (TLS_AES_128_GCM_SHA256) using SSL_CTX_set_ciphersuites.
When I query the server using NMAP I see that two cipher suites are reported:
| ssl-enum-ciphers:
| TLSv1.3:
| ciphers:
| TLS_AKE_WITH_AES_128_GCM_SHA256 (secp256r1) - A
| TLS_AKE_WITH_AES_128_CCM_8_SHA256 (secp256r1) - A
How do I get rid of the CCM_8 cipher suite - while still retaining support for TLS_AES_128_GCN_SHA256 and TLS_AES_256_GCN_SHA384?
thanks,
Simon
Posts found: 2
Generated in 0.016 seconds (96% PHP - 4% DB) with 4 queries