Skip to content

Releases: web-eid/web-eid-authtoken-validation-php

1.3.1

22 May 16:44
1.3.1

Choose a tag to compare

What's Changed

  • Update example dependencies after v1.3.0 release by @mrts in #43
  • Add Coverity Scan Github Action by @metsma in #44
  • Bump phpunit/phpunit from 10.5.45 to 10.5.62 by @dependabot[bot] in #47
  • Bump phpseclib/phpseclib to 3.0.51 and fix tests by @mrts in #51
  • Validate certificate next certificate from chain by @metsma in #48
  • build(deps): bump dependencies to most recent versions, phpunit to 13.1 by @svenzik in #56

Full Changelog: 1.3.0...1.3.1

v1.3.0

25 Aug 14:38
1.3.0

Choose a tag to compare

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

Full Changelog: 1.2.1...1.3.0

v1.2.1

15 Mar 14:10
1.2.1

Choose a tag to compare

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

12 Mar 16:34
1.2.0

Choose a tag to compare

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

11 Dec 19:51
1.1.0

Choose a tag to compare

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.

v1.0.0

20 Jan 14:24
1.0.0

Choose a tag to compare

Initial release.