mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 11:52:48 +00:00
Merge branch '2.0'
This commit is contained in:
commit
451949a5f3
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.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
|
||||||
|
|
||||||
## 2.0.11 - 2018-04-15
|
## 2.0.11 - 2018-04-15
|
||||||
|
|
||||||
- X509: auto download intermediate certs
|
- X509: auto download intermediate certs
|
||||||
@ -116,6 +126,16 @@
|
|||||||
- Classes were renamed and namespaced ([#243](https://github.com/phpseclib/phpseclib/issues/243))
|
- Classes were renamed and namespaced ([#243](https://github.com/phpseclib/phpseclib/issues/243))
|
||||||
- The use of an autoloader is now required (e.g. Composer)
|
- The use of an autoloader is now required (e.g. Composer)
|
||||||
|
|
||||||
|
## 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
|
## 1.0.11 - 2018-04-15
|
||||||
|
|
||||||
- X509: auto download intermediate certs
|
- 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)
|
* Composer compatible (PSR-0 autoloading)
|
||||||
* Install using Composer: `composer require phpseclib/phpseclib:~1.0`
|
* Install using Composer: `composer require phpseclib/phpseclib:~1.0`
|
||||||
* Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/pear.htm)
|
* 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
|
## Support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user