mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 02:07:09 +00:00
Merge branch '2.0'
This commit is contained in:
commit
853649320b
14
CHANGELOG.md
14
CHANGELOG.md
@ -190,6 +190,20 @@
|
|||||||
- 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.17 - 2019-09-15
|
||||||
|
|
||||||
|
- SSH2: backport setPreferredAlgorithms() / getAlgorithmsNegotiated (#1156)
|
||||||
|
- SSH2 / SFTP: fix issues with ping() (#1402)
|
||||||
|
- SSH2: only auto close the channel for exec() timeouts (#1384)
|
||||||
|
- SSH2 / SFTP: fix issues with ping() (#1402)
|
||||||
|
- SFTP: add progress callback to get() (#1375)
|
||||||
|
- SFTP: fix array_merge(): Argument #1 is not an array error (#1379)
|
||||||
|
- X509: IPs in nameconstraints extension include netmask (#1387)
|
||||||
|
- X509: fix issue with explicit time tags whose maps expect implicit (#1388)
|
||||||
|
- BigInteger: fix issues with divide method
|
||||||
|
- BigInteger: fix bug with toBytes() with fixed precision negative numbers
|
||||||
|
- fix PHP 7.4 deprecations
|
||||||
|
|
||||||
## 1.0.16 - 2019-06-13
|
## 1.0.16 - 2019-06-13
|
||||||
|
|
||||||
- BigInteger: new BigInteger('-0') caused issues with GMP
|
- BigInteger: new BigInteger('-0') caused issues with GMP
|
||||||
|
@ -45,7 +45,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.16 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.16.zip/download)
|
* [Download 1.0.17 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.17.zip/download)
|
||||||
|
|
||||||
## Security contact information
|
## Security contact information
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user