mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-26 08:38:29 +00:00
CHANGELOG: add 1.0.23 release
This commit is contained in:
parent
c55b75199e
commit
86990d518f
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.23 - 2024-02-25
|
||||
|
||||
- BigInteger: add getLength() and getLengthInBytes() methods
|
||||
- BigInteger: put guardrails on isPrime() and randomPrime() (CVE-2024-27354)
|
||||
- ASN1: limit OID length (CVE-2024-27355)
|
||||
|
||||
## 1.0.22 - 2023-12-28
|
||||
|
||||
- SFTP: fix issue with get() downloading to files / streams (#1934)
|
||||
|
@ -51,7 +51,7 @@ SSH-2, SFTP, X.509, an arbitrary-precision integer arithmetic library, Ed25519 /
|
||||
* PHP4 compatible
|
||||
* Composer compatible (PSR-0 autoloading)
|
||||
* Install using Composer: `composer require phpseclib/phpseclib:~1.0`
|
||||
* [Download 1.0.22 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.22.zip/download)
|
||||
* [Download 1.0.23 as ZIP](http://sourceforge.net/projects/phpseclib/files/phpseclib1.0.23.zip/download)
|
||||
|
||||
## Security contact information
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user