| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.2.0 source code.tar.gz | 2026-08-28 | 124.3 kB | |
| 4.2.0 source code.zip | 2026-08-28 | 375.8 kB | |
| README.md | 2026-08-28 | 1.8 kB | |
| Totals: 3 Items | 501.8 kB | 0 | |
Release Notes for 4.2.0
Feature release (minor)
4.2.0
- Total issues resolved: 3
- Total pull requests resolved: 10
- Total contributors: 6
enhancement
- 677: feat(signature): accept an already Base64Url encoded payload in JWSBuilder thanks to @Spomky
- 674: feat(console): add a command to convert a key into PKCS#8 thanks to @Spomky and @stof
- 670: Add support for the ECC Brainpool curves thanks to @Spomky
- 666: fix(encryption): enforce the disjoint header requirement of RFC 7516 thanks to @Spomky
- 665: Deprecate the hardcoded RSA1_5 CEK size table thanks to @Spomky
- 646: adds support for brainpoolP256r1 thanks to @robertboeser
Dependencies
- 664: Add support for brick/math 0.18 and 0.19 thanks to @stof
-
659: Add support for brick/math 0.18 thanks to @morvaim2
-
658: fix(encryption): read alg/enc exclusively from protected header in JWEDecrypter thanks to @rossaddison
- 656: Merge-up 4.1.x → 4.2.x (security fixes) thanks to @Spomky
DX,enhancement,pinned
- 329: adds
withEncodedPayloadtoJWSBuilderthanks to @aaronpk