From 75160b12821f7f4299cce7f0b69c83c1502ae071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 27 May 2024 13:08:29 +0200 Subject: 2024-02-19 upstream --- vendor/fgrosse/phpasn1/CHANGELOG.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'vendor/fgrosse/phpasn1/CHANGELOG.md') diff --git a/vendor/fgrosse/phpasn1/CHANGELOG.md b/vendor/fgrosse/phpasn1/CHANGELOG.md index e38b982..8f7997c 100644 --- a/vendor/fgrosse/phpasn1/CHANGELOG.md +++ b/vendor/fgrosse/phpasn1/CHANGELOG.md @@ -1,6 +1,17 @@ +#### v2.5.0 (2022-12) +* Support PHP 8.2 [#99](https://github.com/fgrosse/PHPASN1/pull/99) +* PHP 8 compatibility fix for DateTime::getLastErrors [#98](https://github.com/fgrosse/PHPASN1/pull/98) +* Support more OIDs [#95](https://github.com/fgrosse/PHPASN1/pull/95) +* FINAL RELEASE. Library is now no longer actively maintained and marked as archived on GitHub + +#### v2.4.0 (2021-12) +* Drop support for PHP 7.0 [#89](https://github.com/fgrosse/PHPASN1/pull/89) + +#### v2.3.1 (2021-12) +* Add `#[\ReturnTypeWillChange]` attributes for PHP 8.1 compatibility [#87](https://github.com/fgrosse/PHPASN1/pull/87) + #### v2.3.0 (2021-04) -* Allow creating an unsigned CSR and adding the signature later - https://github.com/fgrosse/PHPASN1/pull/82 +* Allow creating an unsigned CSR and adding the signature later [#82](https://github.com/fgrosse/PHPASN1/pull/82) #### v2.2.0 (2020-08) * support polyfills for bcmath and gmp, and add a composer.json @@ -12,8 +23,7 @@ by wycheproof test suite #### v.2.1.0 (2018-03) -* add support for `bcmath` extension (making `gmp` optional)
- https://github.com/fgrosse/PHPASN1/pull/68 +* add support for `bcmath` extension (making `gmp` optional) [#68](https://github.com/fgrosse/PHPASN1/pull/68) #### v.2.0.1 & v.1.5.3 (2017-12) * add .gitattributes file to prevent examples and tests to be installed via composer when --prefer-dist was set @@ -39,7 +49,7 @@ * fix a bug that would prevent you from decoding empty tagged objects [#57](https://github.com/fgrosse/PHPASN1/issues/57) #### v.1.4.1 -* improve exception messages and general error handling [#55](https://github.com/fgrosse/PHPASN1/pull/55) +* improve exception messages and general error handling [#55](https ://github.com/fgrosse/PHPASN1/pull/55) #### v.1.4.0 * **require PHP 5.6** -- cgit v1.2.3