Skip to content

Releases: paseto-toolkit/jpaseto

0.7.0

01 Oct 19:45
jpaseto-0.7.0
da08d36
Compare
Choose a tag to compare

#12 Adding pure Java support of V2 Local token types
#17 Fix ISO 8601 date issue when timezone was Z
#55 Jackson JSON implementation now uses (De)serializer immutable interfaces
#8 Add automatic module names via manifest

0.6.0

02 Feb 19:19
jpaseto-0.6.0
Compare
Choose a tag to compare

Added support for Bouncy Castle FIPS (Federal Information Processing Standard) package bc-fips

If your environment requires you to use the "FIPS" package, simply replace the bcprov-jdk15on dependency with bc-fips

0.5.0

27 Apr 16:54
jpaseto-0.5.0
Compare
Choose a tag to compare

Added support for the HKDF Java project, which provides a very lightweight implementation of HKDF. Use jpaseto-hkdf if you need v1.local token support and you do NOT want to include jpaset-bouncy-castle

Thanks to @zbiljic for this feature!

0.4.0

28 Mar 02:39
jpaseto-0.4.0
Compare
Choose a tag to compare

Fixes an issue that prevented a KeyResolver from being used with a ParserBuilder.

0.3.0

09 Mar 18:07
jpaseto-0.3.0
Compare
Choose a tag to compare

Fixes issue that results in weak hashes used for v2.local tokens - CVE-2020-10244 (Thanks @amozano for the report and fix!)

0.2.0

06 Feb 21:41
jpaseto-0.2.0
Compare
Choose a tag to compare

Key length generated from Keys.secretKey() is now 32 bytes

0.1.0

28 Jan 21:09
jpaseto-0.1.0
Compare
Choose a tag to compare

Initial release!
Check out the README for more info.