Merge branch '3.0'

This commit is contained in:
terrafrost 2023-03-05 11:13:22 -06:00
commit f3db3de295
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 3.0.19 - 2023-03-05
- AsymmetricKey: error out on unsupported operations (#1879)
- Blowfish: fix issues on 32-bit PHP installs
- BigInteger: fix for hex numbers with new lines in them
- SFTP: fix "Creating default object from empty value" error (#1876)
- SSH2: add getTimeout() method (#1889)
- PrimeField: prevent infinite loop with composite primefields (CVE-2023-27560)
## 3.0.18 - 2022-12-17
- fix for PHP 8.2 deprecations (#1869, #1873)