JLSEC-2026-736 wolfSSL_PKCS7_verify() returning success for a degenerate (certs-only) PKCS#7 object that...
wolfSSLPKCS7verify returning success for a degenerate certs-only PKCS7 object that contains no signer. Such an object has empty signerInfos, so the underlying signed-data verification succeeds without authenticating any content. The compatibility-layer verify path now rejects the object when no...