Skip to content

Releases: web-token/jwt-framework

Version 2.0.11

21 Aug 21:37
ccdb0b3
Compare
Choose a tag to compare

Fix wrong tagged branch

Version 1.3.5

23 Apr 06:04
44e5d2f
Compare
Choose a tag to compare

This version is highly recommended if you use EDCH-ES key encryption algorithm on PHP7.3 uner P-256, P-384 or P-521 curves.
The performance drastically increases (more than 50x faster).

Version 1.3.4

23 Apr 06:08
3eec531
Compare
Choose a tag to compare

This release fixes a bug with EC keys where points x/y and secret d lengths may be shorter than the length required for the curve.
It also allows the injected JsonConverter on several classes to be null as this class is now deprecated.

Version 1.3.3

23 Apr 06:08
Compare
Choose a tag to compare
v1.3.3

Comment added regarding the potential security issue if the certifica…

Version 1.3.2

11 Mar 13:03
ac395d4
Compare
Choose a tag to compare

This bug release fixes the OKP key type generation method and the EdDSA algorirthm implementation.
See #165, #166 and #168. Many thanks to @moderndeveloperllc

Version 1.3.0

10 Jan 12:06
Compare
Choose a tag to compare

[Feature] Use of the Symfony serializer if available. #157

Version 1.2.4

04 Jan 20:56
Compare
Choose a tag to compare

Bugs fixed:

  • JWKFactory generates incorrect keys
  • RSA key creation with length less than 512 bits is now rejected

Version 1.2.2

02 Sep 08:57
3a3c574
Compare
Choose a tag to compare

Useless deprecation notice removed

Version 1.2.0

21 Aug 14:25
Compare
Choose a tag to compare
  • Experimental algorithms added. #102
  • Algorithms have their own package. #123
  • New Coding Standard rules
  • JWKSet Cache Control Header is now deprecated. It has no effect anymore. #142

This version is the last minor release before version 2.0

Version 1.1.4

04 Jun 12:05
5d7120e
Compare
Choose a tag to compare

Bug fixed: EC Keys not created correctly using the OpenSSL mode