All Versions
88
Latest Version
Avg Release Cycle
49 days
Latest Release
989 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v2.0.17 Changes
May 26, 2019- BigInteger: new BigInteger('-0') caused issues with GMP
-
v2.0.16 Changes
May 26, 2019 -
v2.0.15 Changes
March 10, 2019- SFTP: make it so get() can correctly handle out of order responses (#1343)
- Crypt: avoid bogus IV errors in ECB mode with OpenSSL (#1087)
- RSA: protect against possible timing attack during OAEP decryption
- RSA: fix possible memory leak with XML keys (#1346)
- Hash: fix issue with undefined constants (#1347)
- Hash: fix issues with the mode
- 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)
-
v2.0.14 Changes
January 27, 2019 -
v2.0.13 Changes
December 16, 2018- 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)
-
v2.0.12 Changes
November 04, 2018- ๐ SSH2: fixes relating to delayed global requests (#1271)
- SSH2: setEngine -> setPreferredEngine (#1294)
- SSH2: reset $this->bitmap when the connection fails (#1298)
- SSH2: add ping() method (#1298)
- ๐ SSH2: add support for rsa-sha2-256 / rsa-sha2-512 (RFC8332)
- SFTP: make rawlist give same result regardless of stat cache (#1287)
- Hash: save hashed keys for re-use
-
v2.0.11 Changes
April 15, 2018- X509: auto download intermediate certs
- BigInteger: fix for (new BigInteger(48))->toString(true)) (#1264)
- ASN1: class is never set as key in _decode_ber
- check if phpinfo() is available before using (#1256)
- ๐ backport CFB8 support from master to 2.0 (#1257)
-
v2.0.10 Changes
February 08, 2018- BigInteger: fix issue with bitwise_xor (#1245)
- Crypt: some of the minimum lengths were off
- โก๏ธ SFTP: update stat cache accordingly when file becomes a directory (#1235)
- SFTP: fix issue with extended attributes on 64-bit PHP installs (#1248)
- โก๏ธ SSH2: more channel handling updates (#1200)
- X509: use anonymous functions in PHP >= 5.3.0
- X509: revise logic for validateSignature (#1213)
- ๐ X509: fix 7.2 error when extensions were removed and new ones added (#1243)
- ๐ fix float to int conversions on ARM CPU's (#1220)
-
v2.0.9 Changes
November 29, 2017- 2.0.8 tag was done off of master branch - not 2.0 branch
-
v2.0.8 Changes
November 29, 2017- SSH2: fix issue with key re-exchange
- โก๏ธ SSH2: updates to dealing with extraneous channel packets
- X509: URL validation didn't work (#1203)