Skip to content

Update and improve RSA keys handling and support #548

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 3, 2024

Conversation

Spomky
Copy link
Member

@Spomky Spomky commented Mar 30, 2024

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

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.
@Spomky Spomky added the bug label Mar 30, 2024
@Spomky Spomky added this to the 3.3.5 milestone Mar 30, 2024
@Spomky Spomky self-assigned this Mar 30, 2024
The PHPStan baseline is updated to include newly identified type issues concerning return value types in iterable arrays for getSupportedTypes() method in both JWESerializer and JWSSerializer classes. Also, remove irrelevant default property type issues of various command classes thus reducing noise in the baseline file.
@Spomky Spomky merged commit c755aaa into 3.3.x Apr 3, 2024
@Spomky Spomky deleted the bugs/unsupported-rsassa-pss-keys branch April 3, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unsupported key type using rsa-pss
1 participant