Home
last modified time | relevance | path

Searched refs:signature_format (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php745 private $signature_format = '';
1837 $this->signature_format = substr($this->signature, 4, $temp['length']);
1877 if ($public_key_format != $expected_key_format || $this->signature_format != $server_host_key_algorithm) {
1879 case $this->signature_format == $server_host_key_algorithm:
1881 case $this->signature_format != 'ssh-rsa':
1883 throw new \RuntimeException('Server Host Key Algorithm Mismatch (' . $this->signature_format . ' vs ' . $server_host_key_algorithm . ')');
5051 'hostkey' => $this->signature_format,
5201 $this->signature_format . ' ' . $server_public_host_key :
5207 switch ($this->signature_format) {
5214 switch ($this->signature_format) {
682 var $signature_format = ''; global() variable in phpseclib\\Net\\SSH2
[all...]