Merge pull request #9931 from aidangarske/fix-wolfcrypt-fenrir-1

Fix Fenrir 376
This commit is contained in:
Daniel Pouzzner
2026-03-10 19:33:32 -05:00
committed by GitHub
+1 -1
View File
@@ -33565,7 +33565,7 @@ static int EncodeCertReq(Cert* cert, DerCert* der, RsaKey* rsaKey,
if (rsaKey == NULL && eccKey == NULL && ed25519Key == NULL &&
dsaKey == NULL && ed448Key == NULL && falconKey == NULL &&
falconKey == NULL) {
dilithiumKey == NULL && sphincsKey == NULL) {
return PUBLIC_KEY_E;
}