wolfssl: Add wolfSSL plugin for cryptographic implementations

This commit is contained in:
Sean Parkinson
2019-04-24 11:40:14 +02:00
committed by Tobias Brunner
parent 6a995a63f5
commit c92eade82c
41 changed files with 7305 additions and 5 deletions
@@ -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))
{