From 8d087a29e07c73f3f0deb91ec122224b0f6bf5c5 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Fri, 17 Jan 2025 04:33:17 -0600 Subject: [PATCH] CHANGELOG: 3.0.43 release had some poorly worded entries --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8cf5355..c7dc6618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,12 @@ ## 3.0.43 - 2024-12-14 - fix PHP 8.4 deprecations -- BigInteger: introduce regression in GMP that PHP introduced +- BigInteger: workaround for regression in GMP that PHP introduced - BigInteger: speed up Barrett reductions - X509: make the attributes section of new CSRs be blank (#1522) - X509: add getRequestedCertificateExtensions() - X509: algorithmidentifier parameters could get incorrectly set (#2051) -- SSH2: ignore kex-strict-s-v00@openssh.com in key re-exchanges (#2005) +- SSH2: ignore kex-strict-s-v00@openssh.com in key re-exchanges (#2050) - SSH2: make it so phpseclib initiates key re-exchange after 1GB (#2050) - SSH2: if string is passed to setPreferredAlgorithms treat as array - SSH2: update setPreferredAlgorithms() to accept csv's