mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-26 20:24:39 +01:00
1.0.12 release
This commit is contained in:
parent
73d8348b70
commit
20c35d9c75
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.12 - 2018-11-04
|
||||
|
||||
- SSH2: fixes relating to delayed global requests (#1271)
|
||||
- SSH2: setEngine -> setPreferredEngine (#1294)
|
||||
- SSH2: reset $this->bitmap when the connection fails (#1298)
|
||||
- SSH2: add ping() method (#1298)
|
||||
- SSH2: add support for rsa-sha2-256 / rsa-sha2-512 (RFC8332)
|
||||
- SFTP: make rawlist give same result regardless of stat cache (#1287)
|
||||
- Hash: save hashed keys for re-use
|
||||
|
||||
## 1.0.11 - 2018-04-15
|
||||
|
||||
- X509: auto download intermediate certs
|
||||
|
@ -36,7 +36,7 @@ AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
|
||||
* Composer compatible (PSR-0 autoloading)
|
||||
* Install using Composer: `composer require phpseclib/phpseclib ~1.0`
|
||||
* Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/pear.htm)
|
||||
* [Download 1.0.11 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.11.zip/download)
|
||||
* [Download 1.0.12 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.12.zip/download)
|
||||
|
||||
## Support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user