Files
wolfssl/tests
Masashi Honma 3ab5ccd04f Add support for EVP_PKEY_sign/verify functionality (#5056)
* Fix wolfSSL_RSA_public_decrypt() return value to match Openssl
* Add support for EVP_PKEY_verify_init() and EVP_PKEY_verify()
* wpa_supplicant SAE public key functionality requires this function.
* Add DSA support for EVP_PKEY_sign/verify()
* Add ECDSA support for EVP_PKEY_sign/verify()
* Add tests for EVP_PKEY_sign_verify()
* Fix "siglen = keySz" at error cases
* Fix wolfSSL_DSA_do_sign() usage
1. Check wolfSSL_BN_num_bytes() return value
2. Check siglen size
3. Double the siglen
* Check return code of wolfSSL_i2d_ECDSA_SIG() in wolfSSL_EVP_DigestSignFinal()
* Add size calculations to `wolfSSL_EVP_PKEY_sign`
* Add size checks to wolfSSL_EVP_PKEY_sign before writing out signature
* Use wc_ecc_sig_size() to calculate ECC signature size
Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
Co-authored-by: Juliusz Sosinowicz <juliusz@wolfssl.com>
2022-04-25 14:19:56 -07:00
..
2022-01-19 13:35:29 +01:00
2020-12-17 14:26:49 +01:00
2021-03-11 13:42:46 +07:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2022-01-31 15:29:25 -05:00
2020-11-24 11:46:10 -08:00
2020-07-20 15:03:48 -07:00
2022-01-31 15:29:25 -05:00
2022-02-23 09:47:34 +01:00
2022-01-31 15:29:25 -05:00
2020-12-17 14:26:49 +01:00

Before creating any new configure files (.conf) read the CONF_FILES_README.md