Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Releases: Spomky-Labs/jose

Version 6.1.0

17 Oct 14:43
Compare
Choose a tag to compare

This new version fixes a bug when key sets using JKU or X5U were used on some frameworks (Symfony...).

It also adds a new option for JWKFactory for those key sets: you can now allow connections that uses the HTTP scheme. THis option is not recommended unless you know exactly what you are doing or when tests are performed.

Version 6.0.0

30 Sep 20:55
Compare
Choose a tag to compare

This new major release adds the following features:

  • Console commands to generate, delete or rotate key sets
  • Controllers for key set sharing
  • PublicJWKSet and JWKSets objects
  • Cache TTL for JKU and X5U key sets factory methods

Version 5.2.0

22 Sep 11:00
Compare
Choose a tag to compare

This new version introduces the Storable and Rotatable Key Sets.

Version 5.1.1

08 Sep 14:52
Compare
Choose a tag to compare

Fixes #122 (see #123): Missing createNoneKey method.

Dependencies fixed

04 Aug 16:08
Compare
Choose a tag to compare

Now the library can be installed when composer is used with the --prefer-lowest option.
This new version fixes bugs when trying to convert RSA keys into PEM if primes p and q are not set.
Some examples have been fixed

RSA PSS and OAEP algorithms improvements

31 Jul 19:05
Compare
Choose a tag to compare

To fix bug #111 the RSA PSS and OAEP algorithms where modified to use only n, e and d values of the RSA key.
The problem with that approach is that the algorithms are not optimized.
Now when dQ, dP and qInv are not available, they are calculated and the Chinese Remainder Theorem is used.
The algorithms are approx. 1.5x time faster than before.

PHPSecLib removed and bug fixed with RSA keys

30 Jul 21:03
Compare
Choose a tag to compare
v5.0.3

PHPSecLib removed and Support for RSA key without all primes added (#…

Bug fixed with some RSA keys and `RSxxx` algorithms

28 Jul 19:42
Compare
Choose a tag to compare

This release fixes a bug when an RSA keys without all exponents is used.
The bug is fixed for all RSxxx algorithms, but not for other RSA based algorithms (signature or encryption).

Bug fixed and documentation updated

28 Jul 05:06
Compare
Choose a tag to compare

This new minor release fixes a bug due to an incorrect input used to verify the JWS signatures.
It appeared only if the JWT was created by another libraries.

v5.0.0

22 Jul 17:49
Compare
Choose a tag to compare
Bug fied