1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-02 17:48:00 +01:00
tgseclib/phpseclib/Crypt
Andreas Fischer f85d333912 Merge branch 'master' into php5
* master:
  phpseclib_is_includable() -> phpseclib_resolve_include_path()
  Drop Net_SSH2::_is_includable() method.
  Random: a few changes to the stream_resolve_include_path_function
  Replace stream_resolve_include_path with phpseclib_is_includable.
  Random: add explanatory comment
  SSH2: replace _is_includable() with stream_resolve_include_path
  Random: include the Crypt_* classes if they're available

Conflicts:
	tests/bootstrap.php
2014-06-19 16:09:23 +02:00
..
AES.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
Base.php Merge branch 'master' into php5 2014-06-17 00:36:54 +02:00
Blowfish.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
DES.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
Hash.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
Random.php phpseclib_is_includable() -> phpseclib_resolve_include_path() 2014-06-19 14:57:09 +02:00
RC2.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
RC4.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
Rijndael.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
RSA.php Merge branch 'master' into php5 2014-06-17 00:36:54 +02:00
TripleDES.php HHVM does not like it when we call an non-existent parent constructor. 2014-06-16 22:18:19 +02:00
Twofish.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00