Files
wolfssl/tests
John Safranek a49553df6a RSA Decrypt Bounds Checking
1. Added some bounds checking on the ciphertext passed into the RSA decrypt function. NIST SP 800-56B specifies that the ciphertext shouldn't be a number larger than the modulus.
2. Added an API test to check that the direct RSA decrypt function returns an error with a "bad" message.
3. Added an ifndef guard to disable the bounds check. Default is to keep the bounds check.
4. RSA Decrypt bounds check only checked the first time into wc_RsaFunction().
2018-02-23 17:04:05 -08:00
..
2018-02-23 17:04:05 -08:00
2017-10-24 09:11:24 -07:00
2017-06-13 13:44:06 -06:00
2017-06-21 08:35:28 +10:00

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