wolfssl: Add wolfSSL plugin for cryptographic implementations
This commit is contained in:
committed by
Tobias Brunner
parent
6a995a63f5
commit
c92eade82c
@@ -532,8 +532,8 @@ START_TEST(test_ed25519_fail)
|
||||
chunk_empty));
|
||||
|
||||
/* RFC 8032, section 5.1.7 requires that 0 <= s < L to prevent signature
|
||||
* malleability. Only a warning because Botan and OpenSSL are both
|
||||
* vulnerable to this. */
|
||||
* malleability. Only a warning because Botan, OpenSSL and wolfSSL are
|
||||
* all vulnerable to this. */
|
||||
if (pubkey->verify(pubkey, SIGN_ED25519, NULL, sig_tests[0].msg,
|
||||
malleable_sig))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user