10000 Merge branch '1.0' into 2.0 · phpseclib/phpseclib@b7d7d90 · GitHub
[go: up one dir, main page]

Skip to content

Commit b7d7d90

Browse files
committed
Merge branch '1.0' into 2.0
2 parents 939f96c + 86990d5 commit b7d7d90

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 2.0.47 - 2024-02-25
4+
5+
- BigInteger: add getLength() and getLengthInBytes() methods
6+
- BigInteger: put guardrails on isPrime() and randomPrime() (CVE-2024-27354)
7+
- ASN1: limit OID length (CVE-2024-27355)
8+
39
## 2.0.46 - 2023-12-28
410

511
- SSH2: implement terrapin attack countermeasures (#1972)
@@ -366,6 +372,12 @@
366372
- Classes were renamed and namespaced ([#243](https://github.com/phpseclib/phpseclib/issues/243))
367373
- The use of an autoloader is now required (e.g. Composer)
368374

375+
## 1.0.23 - 2024-02-25
376+
377+
- BigInteger: add getLength() and getLengthInBytes() methods
378+
- BigInteger: put guardrails on isPrime() and randomPrime() (CVE-2024-27354)
379+
- ASN1: limit OID length (CVE-2024-27355)
380+
369381
## 1.0.22 - 2023-12-28
370382

371383
- SFTP: fix issue with get() downloading to files / streams (#1934)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 /
5151
* PHP4 compatible
5252
* Composer compatible (PSR-0 autoloading)
5353
* Install using Composer: `composer require phpseclib/phpseclib:~1.0`
54-
* [Download 1.0.22 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.22.zip/download)
54+
* [Download 1.0.23 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.23.zip/download)
5555

5656
## Security contact information
5757

0 commit comments

Comments
 (0)
0