phpseclib/tests
terrafrost f6e0c4b506 Crypt: add OpenSSL support
aside from the addition of OpenSSL support a few other changes have been included:

- setEngine(), as added by petrich, is depricated (not that it was ever in trunk to begin with)
  it has been replaced with isValidEngine() and setPreferredEngine().
- replace _generate_xor() with increment_str()
  _increment_str() had extra functionality that wasn't being used. ie. it could concatenate
  multiple successive string increments to one another automatically. but not only was that
  functionality not used - it also made the function less versatile. _increment_str() can be
  used more easily for iterative brute forcing (for example)
- rename Crypt_Base::_stringShift to Crypt_Base::_string_shift (for consistency)
- more expansive unit test coverage
2014-11-29 07:39:21 -06:00
..
Functional/Net SFTP: make it so files can be downloaded into resources or upload 2014-08-16 12:49:55 -05:00
Unit Crypt: add OpenSSL support 2014-11-29 07:39:21 -06:00
bootstrap.php phpseclib_is_includable() -> phpseclib_resolve_include_path() 2014-06-19 14:57:09 +02:00
PhpseclibFunctionalTestCase.php only use runkit functions if runkit isn't loaded 2014-08-04 16:33:23 -05:00
PhpseclibTestCase.php Apply coding guidelines (with exceptions) to the tests directory. 2014-02-15 20:05:30 +01:00