mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-01 05:31:53 +00:00
Merge branch '3.0'
This commit is contained in:
commit
b8d416e010
17
CHANGELOG.md
17
CHANGELOG.md
@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.0.18 - 2022-12-17
|
||||||
|
|
||||||
|
- fix for PHP 8.2 deprecations (#1869, #1873)
|
||||||
|
- SSH2: if logging in with rsa-sha2-256/512 fails, try ssh-rsa (#1865)
|
||||||
|
- SSH/Agent: add support for named pipes on windows (for pageant) (#1866)
|
||||||
|
- Crypt/Base: add a function to check continuous buffer status (#1870)
|
||||||
|
- OpenSSL 3.0.1+ deprecated some algorithms (RC2, RC4, DES, Blowfish)
|
||||||
|
|
||||||
## 3.0.17 - 2022-10-24
|
## 3.0.17 - 2022-10-24
|
||||||
|
|
||||||
- X509: make it so CRLs, CSRs and SPKACs can support PSS keys (#1837)
|
- X509: make it so CRLs, CSRs and SPKACs can support PSS keys (#1837)
|
||||||
@ -163,6 +171,15 @@
|
|||||||
- Salsa20 / ChaCha20
|
- Salsa20 / ChaCha20
|
||||||
- namespace changed from `phpseclib\` to `\phpseclib3` to facilitate phpseclib 2 shim (phpseclib2_compat)
|
- namespace changed from `phpseclib\` to `\phpseclib3` to facilitate phpseclib 2 shim (phpseclib2_compat)
|
||||||
|
|
||||||
|
## 2.0.40 - 2022-12-17
|
||||||
|
|
||||||
|
- fix for PHP 8.2 deprecations (#1869)
|
||||||
|
- SSH2: if logging in with rsa-sha2-256/512 fails, try ssh-rsa (#1865)
|
||||||
|
- SSH/Agent: add support for named pipes on windows (for pageant) (#1866)
|
||||||
|
- Crypt/Base: add a function to check continuous buffer status (#1870)
|
||||||
|
- OpenSSL 3.0.1+ deprecated some algorithms (RC2, RC4, DES, Blowfish)
|
||||||
|
>>>>>>> 2.0
|
||||||
|
|
||||||
## 2.0.39 - 2022-10-24
|
## 2.0.39 - 2022-10-24
|
||||||
|
|
||||||
- SFTP: fix deprecated implicit float to int on 32-bit PHP 8.1 (#1841)
|
- SFTP: fix deprecated implicit float to int on 32-bit PHP 8.1 (#1841)
|
||||||
|
Loading…
Reference in New Issue
Block a user