File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## 2.0.47 - 2024-02-25
4
17
5
18
- BigInteger: add getLength() and getLengthInBytes() methods
You can’t perform that action at this time.
0 commit comments