mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-27 00:58:25 +00:00
CHANGELOG: add 2.0.48 release
This commit is contained in:
parent
0a142733b5
commit
eaa7be704b
13
CHANGELOG.md
13
CHANGELOG.md
@ -1,5 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.48 - 2024-12-14
|
||||
|
||||
- BigInteger: introduce regression in GMP that PHP introduced
|
||||
- X509: make the attributes section of new CSRs be blank (#1522)
|
||||
- X509: CRL version number wasn't correctly being saved (#2037)
|
||||
- SSH2: ignore kex-strict-s-v00@openssh.com in key re-exchanges (#2005)
|
||||
- SSH2: make it so phpseclib initiates key re-exchange after 1GB (#2050)
|
||||
- SSH2: if string is passed to setPreferredAlgorithms treat as array
|
||||
- SSH2: identification strings > 255 bytes didn't get parsed correctly
|
||||
- SSH2: fix possible infinite loop on packet timeout
|
||||
- SSH2: handle SSH2_MSG_EXT_INFO out of login (#2001, #2002)
|
||||
- SSH2/Agent: reset supported_private_key_algorithms for every key (#1995)
|
||||
|
||||
## 2.0.47 - 2024-02-25
|
||||
|
||||
- BigInteger: add getLength() and getLengthInBytes() methods
|
||||
|
Loading…
x
Reference in New Issue
Block a user