Releases: web-eid/web-eid-authtoken-validation-php
Releases · web-eid/web-eid-authtoken-validation-php
v1.3.0
What's Changed
- Update PHP library and example dependencies and add containerization example by @rabadashTheFool in #26
- Validate only the relevant CA in certificate chain by @rabadashTheFool in #28
- fix: use system time in OcspResponseValidator.validateCertificateStatusUpdateTime() by @rabadashTheFool in #27
- Merging ocsp-php library into web-eid-authtoken-validation-php libary by @rabadashTheFool in #29
- Allow optional fields in organization certificates by @rabadashTheFool in #31
- Fix failed test with error User certificate has expired by @svenzik in #37
- Use ^ operator in Composer dependency versions by @svenzik in #36
- Fix warning Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead by @svenzik in #38
- Add customizable hash algorithm for generating certificate ID by @rabadashTheFool in #32
- Resolving issues from the OCSP repository and harmonizing code with Java library by @rabadashTheFool in #30
- Allow id-card authentication when Extended Key Usage is not present in certificate by @svenzik in #39
New Contributors
- @rabadashTheFool made their first contribution in #26
- @svenzik made their first contribution in #37
Full Changelog: 1.2.1...1.3.0
v1.2.1
What's Changed
- Restore PHP 8.1 compatibility
- Add GitHub action to run tests
Full Changelog: 1.2.0...1.2.1
v1.2.0
What's Changed
- Update dependencies and adopt flexible dependency versioning policy by specifying them in the
x.y.*format to allow for automatic updates to minor versions, include composer.lock (see our updated policy here) - Updated ocsp-php brings support for OCSP nonce en-/decoding in standards-compliant manner
- Remove code related to expired ESTEID 2015
Full Changelog: 1.1.0...1.2.0
v1.1.0
v1.1.0 is a minor feature release that includes improved authtoken signature validation and increasing the OCSP request nonce length to 32 bytes. Tests and the example application have been also updated.
Full changelog: 1.0.0...1.1.0.