web-token / jwt-framework

JWT Framework
MIT License
888 stars 105 forks source link

Update and improve RSA keys handling and support #548

Closed Spomky closed 6 months ago

Spomky commented 6 months ago

This update enhances the RSA keys handling in the KeyConverter class, adding support for RSASSA-PSS encryption. It includes a new test case for RSASSA-PSS keys and upgrades the "spomky-labs/pki-framework" dependency, which provides underlying support for encryption algorithms. Key errors are now clarified with enhanced exception handling.

Q A
Branch? 3.3.x
Bug fix? yes
New feature? no
Deprecations? no
Tickets Fix #546
License MIT