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

Releases: Spomky-Labs/jose

Better Performance for all ESxxx signature algorithms

07 Jul 10:53
Compare
Choose a tag to compare

If the OpenSSL extension supports Elliptic Curves signatures, then it is use.
The result is that the ESxxx algorithms are now approx 40x faster than before.
There is no restriction anymore in the use of those algorithms.

Please note that encryption/decryption algorithms that use EC keys are not affected and therefore not recommended.

Version 4.0.0

13 Jun 21:13
Compare
Choose a tag to compare

This new release is identical to the previous major version but needs PHP5.6.
It also requires PHPECC library v0.4@dev

Version 3.0.1

30 May 20:50
Compare
Choose a tag to compare
v3.0.1

Doc updated and methods added

Version 3.0.0

27 May 11:55
Compare
Choose a tag to compare
v3.0.0

Minor correction

v2.0.0-beta1

21 Feb 10:51
Compare
Choose a tag to compare
PHPDoc added

v2.0.0-alpha2

01 Feb 11:17
Compare
Choose a tag to compare
Some methods renamed

Version 1.0.0 Beta-1

30 Dec 20:20
Compare
Choose a tag to compare
v1.0.0-beta1

Example added

Version 1.0.0 Alpha 4

18 Dec 21:17
Compare
Choose a tag to compare

This new alpha version removes a useless dependency on Loader object

Version 1.0.0 Alpha 3

16 Dec 22:28
Compare
Choose a tag to compare

Bug fixed: try statement catch JWT checker exceptions.

Version 1.0.0 Alpha 2

16 Dec 20:04
Compare
Choose a tag to compare

This new alpha version only remove useless services injected into Verifier and Loader components