phpseclib/tests/Unit/Crypt
Brice Figureau 207cd0f4ea (#1423) make PSS verification work for non power of 2 keys
RFC3447 doesn't require RSA public keys to be power of 2 keys.
The actual validation code doesn't work when trying to verify
a PSS signature generated with a non power of two key.
This small patch adds support for such keys.
2019-10-20 13:27:01 -05:00
..
AES Tests/AES: add unit test for continuous mode 2016-02-05 23:29:20 -06:00
Hash Use phpcbf to fix PHP code to ruleset. 2015-07-17 12:57:41 +02:00
RSA (#1423) make PSS verification work for non power of 2 keys 2019-10-20 13:27:01 -05:00
BlowfishTest.php Crypt: OpenSSL apparently supports variable size keys 2017-01-27 11:20:22 -06:00
DESTest.php Use phpcbf to fix PHP code to ruleset. 2015-07-17 12:57:41 +02:00
RandomTest.php Fixed some phpdocs 2015-03-29 17:07:17 +01:00
RC2Test.php spelling fixes 2016-08-04 00:19:27 -05:00
RC4Test.php Crypt: OpenSSL apparently supports variable size keys 2017-01-27 11:20:22 -06:00
TripleDESTest.php More fixes 2015-09-06 12:39:14 +01:00
TwofishTest.php Use phpcbf to fix PHP code to ruleset. 2015-07-17 12:57:41 +02:00