Skip to content

Commit aa6ad83

Browse files
committed
Merge branch '2.0' into 3.0
2 parents ea4bce5 + 2552c40 commit aa6ad83

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.0.50 - 2026-03-18
4+
5+
- fix for PHP 8.5 BC breaking changes on 32-bit machines (#2126)
6+
- make unpadding in CBC mode constant time (CVE-2026-32935)
7+
- X509: add support for organizationIdentifier (#2128)
8+
39
## 3.0.49 - 2026-01-27
410

511
- more PHP 8.5 deprecations (#2113)
@@ -341,6 +347,12 @@
341347
- Salsa20 / ChaCha20
342348
- namespace changed from `phpseclib\` to `\phpseclib3` to facilitate phpseclib 2 shim (phpseclib2_compat)
343349

350+
## 2.0.52 - 2026-03-18
351+
352+
- fix for PHP 8.5 BC breaking changes on 32-bit machines (#2126)
353+
- make unpadding in CBC mode constant time (CVE-2026-32935)
354+
- X509: add support for organizationIdentifier (#2128)
355+
344356
## 2.0.51 - 2026-01-27
345357

346358
- more PHP 8.5 deprecations (#2113)
@@ -743,6 +755,12 @@
743755
- Classes were renamed and namespaced ([#243](https://github.com/phpseclib/phpseclib/issues/243))
744756
- The use of an autoloader is now required (e.g. Composer)
745757

758+
## 1.0.27 - 2026-03-18
759+
760+
- fix for PHP 8.5 BC breaking changes on 32-bit machines (#2126)
761+
- make unpadding in CBC mode constant time (CVE-2026-32935)
762+
- X509: add support for organizationIdentifier (#2128)
763+
746764
## 1.0.26 - 2026-01-27
747765

748766
- more PHP 8.5 deprecations (#2113)

0 commit comments

Comments
 (0)