Topic: Disable not-recommended TLS 1.3 signature algorithms
Hi,
I am working on an embedded device that uses the wolfSSL library to establish a TLS 1.3 channel with the backend server.
According to the https://www.bsi.bund.de/SharedDocs/Down … 102-2.html, the rsa_pkcs1_sha256, rsa_pkcs1_sha384, and rsa_pkcs1_sha512 will not be recommended anymore from 2026 onward. Therefore, I would like to remove them so the device does not offer them in the TLS ClientHello message. I tried to find a tutorial or a guide on how to do that, but I was unable to.
I would be grateful for any advice or guidance.
Thank you in advance!