wolfSSL / wolfssl

The wolfSSL library is a small, fast, portable implementation of TLS/SSL for embedded devices to the cloud. wolfSSL supports up to TLS 1.3 and DTLS 1.3!
https://www.wolfssl.com
GNU General Public License v2.0
2.36k stars 834 forks source link

dilithium fixes for FIPS 204 draft mode #8207

Closed bigbrett closed 11 hours ago

bigbrett commented 1 day ago

Description

Follow up to #8177, adding fixes for broken Dilithium nightly tests that use FIPS 204 draft mode. Prevents draft mode from using OID autodetection and updates documentation.

Also add the auto-generated error code trace macros to .gitignore so it doesn't show up as unstaged when generated

bigbrett commented 1 day ago

I'm pretty sure the current PRB failures aren't related to this PR, as they all seem to have to do with CRL stuff which I think is temporarily broken?

dgarske commented 1 day ago

I'm pretty sure the current PRB failures aren't related to this PR, as they all seem to have to do with CRL stuff which I think is temporarily broken?

Correct. Fixes are in #8182

dgarske commented 1 day ago

Retest this please. CRL issues