mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 19:40:28 +00:00
Merge branch '2.0'
This commit is contained in:
commit
39eda40ed7
32
CHANGELOG.md
32
CHANGELOG.md
@ -1,5 +1,24 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.18 - 2019-06-13
|
||||
|
||||
- SSH2: close channel when a timeout occurs (#1378)
|
||||
- SFTP: improve handling of malformed packets (#1371)
|
||||
- RSA: add support for OpenSSH private keys (#1372)
|
||||
|
||||
## 2.0.17 - 2019-05-26
|
||||
|
||||
- BigInteger: new BigInteger('-0') caused issues with GMP
|
||||
|
||||
## 2.0.16 - 2019-05-26
|
||||
|
||||
- BigInteger: new BigInteger('00') caused issues with GMP
|
||||
- BigInteger: GMP engine didn't always return 1 or -1
|
||||
- ASN1: revamp how OIDs are handled (#1367)
|
||||
- ASN1: correctly handle long tags
|
||||
- SSH2: fix issue with reconnecting via ping() (#1353)
|
||||
- RSA: use hash_equals if available
|
||||
|
||||
## 2.0.15 - 2019-03-10
|
||||
|
||||
- SFTP: make it so get() can correctly handle out of order responses (#1343)
|
||||
@ -150,6 +169,19 @@
|
||||
- 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.16 - 2019-06-13
|
||||
|
||||
- BigInteger: new BigInteger('-0') caused issues with GMP
|
||||
- BigInteger: new BigInteger('00') caused issues with GMP
|
||||
- BigInteger: GMP engine didn't always return 1 or -1
|
||||
- ASN1: revamp how OIDs are handled (#1367)
|
||||
- ASN1: correctly handle long tags
|
||||
- SSH2: fix issue with reconnecting via ping() (#1353)
|
||||
- SSH2: close channel when a timeout occurs (#1378)
|
||||
- SFTP: improve handling of malformed packets (#1371)
|
||||
- RSA: add support for OpenSSH private keys (#1372)
|
||||
- RSA: use hash_equals if available
|
||||
|
||||
## 1.0.15 - 2019-03-10
|
||||
|
||||
- SFTP: make it so get() can correctly handle out of order responses (#1343)
|
||||
|
@ -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.15 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.15.zip/download)
|
||||
* [Download 1.0.16 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.16.zip/download)
|
||||
|
||||
## Support
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user