mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-25 11:20:03 +00:00
1.0.14 release
This commit is contained in:
parent
0f87a0e026
commit
7432a6959a
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## 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