8000 CHANGELOG: add 2.0.48 release · phpseclib/phpseclib@eaa7be7 · GitHub
[go: up one dir, main page]

Skip to content

Commit eaa7be7

Browse files
committed
CHANGELOG: add 2.0.48 release
1 parent 0a14273 commit eaa7be7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
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+
## 2.0.48 - 2024-12-14
4+
5+
- BigInteger: introduce regression in GMP that PHP introduced
6+
- X509: make the attributes section of new CSRs be blank (#1522)
7+
- X509: CRL version number wasn't correctly being saved (#2037)
8+
- SSH2: ignore kex-strict-s-v00@openssh.com in key re-exchanges (#2005)
9+
- SSH2: make it so phpseclib initiates key re-exchange after 1GB (#2050)
10+
- SSH2: if string is passed to setPreferredAlgorithms treat as array
11+
- SSH2: identification strings > 255 bytes didn't get parsed correctly
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
## 2.0.47 - 2024-02-25
417

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

0 commit comments

Comments
 (0)
0