Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03d2bb4

Browse files
committed
CHANGELOG: add new release
1 parent 7d699ac commit 03d2bb4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 1.0.24 - 2025-10-05
4+
5+
- fix PHP 8.4 / 8.5 deprecations
6+
- X509: make the attributes section of new CSRs be blank (#1522)
7+
- X509: CRL version number wasn't correctly being saved (#2037)
8+
- SFTP: check if realpath succeeded when changing SFTP directory (#2098)
9+
- SFTP: convert filenames to strings (#2065)
10+
- SSH2: ignore [email protected] in key re-exchanges (#2050)
11+
- SSH2: update setPreferredAlgorithms() to accept csv's
12+
- SSH2: fix possible infinite loop on packet timeout
13+
- SSH2: handle SSH2_MSG_EXT_INFO out of login (#2001, #2002)
14+
- SSH2/Agent: reset supported_private_key_algorithms for every key (#1995)
15+
316
## 1.0.23 - 2024-02-25
417

518
- BigInteger: add getLength() and getLengthInBytes() methods

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 /
5151
* PHP4 compatible
5252
* Composer compatible (PSR-0 autoloading)
5353
* Install using Composer: `composer require phpseclib/phpseclib:~1.0`
54-
* [Download 1.0.23 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.23.zip/download)
54+
* [Download 1.0.24 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.24.zip/download)
5555

5656
## Security contact information
5757

0 commit comments

Comments
 (0)