Merge branch '2.0' into 3.0

This commit is contained in:
terrafrost 2023-06-13 01:30:34 -05:00
commit 543a1da811
1 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,15 @@
# Changelog
## 3.0.20 - 2023-06-13
- SSH2: better support for multiple interactive channels & expose shell functions (#1888)
- SFTP: add optional $recursive parameter to filesize() (#1782)
- SFTP: fix NET_SFTP_ATTR_EXTENDED (#1907)
- ASN1: speed up decodeBER (#1894)
- X509: add support for EV DN's (#1916)
- X509: getChain() should always return array of X509 objects (#1914)
- RSA: setting sig padding broke enc padding and vice versa
## 3.0.19 - 2023-03-05
- AsymmetricKey: error out on unsupported operations (#1879)
@ -180,6 +190,12 @@
- Salsa20 / ChaCha20
- namespace changed from `phpseclib\` to `\phpseclib3` to facilitate phpseclib 2 shim (phpseclib2_compat)
## 2.0.43 - 2023-06-13
- SFTP: fix NET_SFTP_ATTR_EXTENDED (#1907)
- SSH2: fix PHP 8.2 E_DEPRECATED errors (#1917)
- X509: add support for EV DN's (#1916)
## 2.0.42 - 2023-03-06
- Blowfish: fix issues on 32-bit PHP installs