mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-26 08:38:29 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
498e67a0c8
25
CHANGELOG.md
25
CHANGELOG.md
@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.46 - 2023-12-28
|
||||
|
||||
- SSH2: implement terrapin attack countermeasures (#1972)
|
||||
- SSH2: only capture login info once (#1970)
|
||||
- SSH2: add support for RFC8308 (#1960)
|
||||
- Rijndael: fix for PHP 8.3+ compatability (#1944)
|
||||
- Crypt/Base: improve ARM detection code (#1949)
|
||||
- X509: fix for weird characters in subjaltname (#1943)
|
||||
|
||||
## 2.0.45 - 2023-09-15
|
||||
|
||||
- SFTP: make it so SFTP::RESUME also sets offset of local file (#1921)
|
||||
@ -357,12 +366,24 @@
|
||||
- Classes were renamed and namespaced ([#243](https://github.com/phpseclib/phpseclib/issues/243))
|
||||
- The use of an autoloader is now required (e.g. Composer)
|
||||
|
||||
## 1.0.22 - 2023-12-28
|
||||
|
||||
- SFTP: fix issue with get() downloading to files / streams (#1934)
|
||||
- SFTP: fix SFTPv2 errors when logging errors (#1933)
|
||||
- SSH2: implement terrapin attack countermeasures (#1972)
|
||||
- SSH2: only capture login info once (#1970)
|
||||
- SSH2: add support for RFC8308 (#1960)
|
||||
- Rijndael: fix for PHP 8.3+ compatability (#1944)
|
||||
- Crypt/Base: improve ARM detection code (#1949)
|
||||
- X509: fix for weird characters in subjaltname (#1943)
|
||||
- ASN1: fix string conversion code for 32-bit PHP installs (#1931)
|
||||
|
||||
## 1.0.21 - 2023-07-09
|
||||
|
||||
- fix deprecation errors in newer PHP versions
|
||||
- OpenSSL 3.0.1+ deprecated some algorithms
|
||||
- RSA: add support for loading OpenSSH encrypted keys
|
||||
- RSA: add support for loading PuTTY v3 keys (#1737, #1733, #1531, #1490)
|
||||
- RSA: add support for loading OpenSSH encrypted keys (#1737, #1733, #1531, #1490)
|
||||
- RSA: add support for loading PuTTY v3 keys
|
||||
- SSH2: if logging in with rsa-sha2-256/512 fails, try ssh-rsa (#1865)
|
||||
- SSH2: add EOF test isConnected() (#1926)
|
||||
- SFTP: try without path canonicalization if initial realpath() fails (#1796)
|
||||
|
@ -51,7 +51,7 @@ SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 /
|
||||
* PHP4 compatible
|
||||
* Composer compatible (PSR-0 autoloading)
|
||||
* Install using Composer: `composer require phpseclib/phpseclib:~1.0`
|
||||
* [Download 1.0.21 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.21.zip/download)
|
||||
* [Download 1.0.22 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.22.zip/download)
|
||||
|
||||
## Security contact information
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user