phpseclib/tests/Unit/Crypt/RSA
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
..
LoadKeyTest.php RSA: add support for OpenSSH private keys 2019-06-09 23:42:41 -05:00
ModeTest.php (#1423) make PSS verification work for non power of 2 keys 2019-10-20 13:27:01 -05:00