From d77bb6e42b9ea9cd883ea0297c1ffec8f96a5dd1 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Thu, 13 Jun 2019 01:11:22 -0500 Subject: [PATCH] 1.0.16 release --- CHANGELOG.md | 14 +++++++++++++- README.md | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda0ba426..10c976de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 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) @@ -10,7 +23,6 @@ - SCP: issue error if remote_file is empty in put() call (#1335) - X509: whitelist OID 1.3.6.1.4.1.11129.2.4.2 (#1341) - ## 1.0.14 - 2019-01-27 - SSH2: ssh-rsa is sometimes incorrectly used instead of rsa-sha2-256 (#1331) diff --git a/README.md b/README.md index 915f9dc9d..da5ce561a 100644 --- a/README.md +++ b/README.md @@ -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