From eaa7be704b8b93a6913b69eb7f645a59d7731b61 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 14 Dec 2024 15:03:54 -0600 Subject: [PATCH] CHANGELOG: add 2.0.48 release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8248d88e..e72d36f9 100644 --- a/CHANGELOG.md +++ b/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