mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 10:15:14 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
5369b86808
@ -4605,11 +4605,15 @@ class SSH2
|
|||||||
//'none' // OPTIONAL no encryption; NOT RECOMMENDED
|
//'none' // OPTIONAL no encryption; NOT RECOMMENDED
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if ($this->crypto_engine) {
|
||||||
|
$engines = array($this->crypto_engine);
|
||||||
|
} else {
|
||||||
$engines = array(
|
$engines = array(
|
||||||
Base::ENGINE_OPENSSL,
|
Base::ENGINE_OPENSSL,
|
||||||
Base::ENGINE_MCRYPT,
|
Base::ENGINE_MCRYPT,
|
||||||
Base::ENGINE_INTERNAL
|
Base::ENGINE_INTERNAL
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
$ciphers = array();
|
$ciphers = array();
|
||||||
foreach ($engines as $engine) {
|
foreach ($engines as $engine) {
|
||||||
|
Loading…
Reference in New Issue
Block a user