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
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
RandomTest.php
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
TwofishTest.php