Releases: web-token/jwt-framework
Version 2.0.11
Fix wrong tagged branch
Version 1.3.5
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
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
v1.3.3 Comment added regarding the potential security issue if the certifica…
Version 1.3.2
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
[Feature] Use of the Symfony serializer if available. #157
Version 1.2.4
Bugs fixed:
- JWKFactory generates incorrect keys
- RSA key creation with length less than 512 bits is now rejected
Version 1.2.2
Useless deprecation notice removed
Version 1.2.0
Version 1.1.4
Bug fixed: EC Keys not created correctly using the OpenSSL mode