mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-11 16:15:52 +00:00
Merge branch '2.0'
This commit is contained in:
commit
9e8afe2d78
25
CHANGELOG.md
25
CHANGELOG.md
@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.14 - 2019-01-27
|
||||
|
||||
- SSH2: ssh-rsa is sometimes incorrectly used instead of rsa-sha2-256 (#1331)
|
||||
- SSH2: more strictly adhere to RFC8332 for rsa-sha2-256/512 (#1332)
|
||||
|
||||
## 2.0.13 - 2018-12-16
|
||||
|
||||
- SSH2: fix order of user_error() / bitmap reset (#1314)
|
||||
- SSH2: setTimeout(0) didn't work as intended (#1116)
|
||||
- Agent: add support for rsa-sha2-256 / rsa-sha2-512 (#1319)
|
||||
- Agent: add parameter to constructor (#1319)
|
||||
- X509: fix errors with validateDate (#1318)
|
||||
|
||||
## 2.0.12 - 2018-11-04
|
||||
|
||||
- SSH2: fixes relating to delayed global requests (#1271)
|
||||
@ -126,6 +139,18 @@
|
||||
- Classes were renamed and namespaced ([#243](https://github.com/phpseclib/phpseclib/issues/243))
|
||||
- The use of an autoloader is now required (e.g. Composer)
|
||||
|
||||
## 1.0.14 - 2019-01-27
|
||||
|
||||
- SSH2: ssh-rsa is sometimes incorrectly used instead of rsa-sha2-256 (#1331)
|
||||
- SSH2: more strictly adhere to RFC8332 for rsa-sha2-256/512 (#1332)
|
||||
|
||||
## 1.0.13 - 2018-12-16
|
||||
|
||||
- SSH2: fix order of user_error() / bitmap reset (#1314)
|
||||
- SSH2: setTimeout(0) didn't work as intended (#1116)
|
||||
- Agent: add support for rsa-sha2-256 / rsa-sha2-512 (#1319)
|
||||
- Agent: add parameter to constructor (#1319)
|
||||
|
||||
## 1.0.12 - 2018-11-04
|
||||
|
||||
- SSH2: fixes relating to delayed global requests (#1271)
|
||||
|
@ -37,7 +37,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.12 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.12.zip/download)
|
||||
* [Download 1.0.14 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.14.zip/download)
|
||||
|
||||
## Support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user