Skip to content
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

Add RSASSA-PSS encryption OID to AlgorithmIdentifier #51

Merged
merged 1 commit into from
Mar 30, 2024
Merged

Conversation

Spomky
Copy link
Member

@Spomky Spomky commented Mar 30, 2024

The Object Identifier (OID) for the RSASSA-PSS encryption algorithm has been added to the AlgorithmIdentifier class. Adjustments have also been made to handle this additional case in OneAsymmetricKey. This enhances support for encryption variety and expands compatibility.

Q A
Branch? 1.2
Bug fix? yes #49
New feature? yes
BC breaks? no
Deprecations? no

@Spomky Spomky added the enhancement New feature or request label Mar 30, 2024
@Spomky Spomky added this to the 1.2.0 milestone Mar 30, 2024
@Spomky Spomky self-assigned this Mar 30, 2024
@Spomky Spomky linked an issue Mar 30, 2024 that may be closed by this pull request
@Spomky Spomky force-pushed the rsassa-pss-oid branch 2 times, most recently from 2fea410 to c6dd308 Compare March 30, 2024 16:39
Implemented support for the RSASSA-PSS encryption algorithm by adding its OID to AlgorithmIdentifier class. Also, updated the method that determines private key type in OneAsymmetricKey class to recognize RSASSA-PSS encryption. This ensures compatibility with more diverse RSA key types.
@Spomky Spomky merged commit 2547e68 into 1.2.x Mar 30, 2024
13 checks passed
@Spomky Spomky deleted the rsassa-pss-oid branch March 30, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OID 1.2.840.113549.1.1.10 is missing
1 participant