Releases: paragonie/paserk-php
Releases · paragonie/paserk-php
Version 2.3.0
Updated dependencies.
Fixed #14.
Version 2.2.0
- Compatibility with paragonie/paseto v3.1.0 https://github.com/paragonie/paseto/releases/tag/v3.1.0
Version 2.1.0
- Fixes #12
The previous implementation of k3.seal used the wrong encoding for the recipient's public key (hex instead of raw bytes), which was incorrect for the specification.
Version 1.1.0
- Fixes #12
The previous implementation of k3.seal used the wrong encoding for the recipient's public key (hex instead of raw bytes), which was incorrect for the specification.
Version 2.0.1
- Fix test vectors
- See https://github.com/paseto-standard/test-vectors/releases/tag/v1.1.0
Version 1.0.2
- Fix test vectors
- See https://github.com/paseto-standard/test-vectors/releases/tag/v1.1.0
Version 2.0.0
- Remove support for PASETO Version1 and Version2
- Increase minimum PHP Version to 8.1
Version 1.0.1
- Don't install paragonie/paseto:v3, which removed Version1/Version2 support and bumped the requirements to PHP 8.1+.
Version 1.0.0
- Mostly boyscouting and readability changes from v0.4.0
Version 0.4.0
Implements the PASERK specification as of commit 87914d3fddba9e048df804ef2d81e820814c20ca
. Includes basic documentation.