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 rsa_pss support in wolfJSSE #218

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Conversation

sstefonic
Copy link
Contributor

Add support for rsa_pss certificates in wolfJSSE:

  • WolfSSLEngineHelper checks for certificates with the "RSASSA-PSS" key algorithm, this allows them to be loaded into the KeyManager
  • Add RSASSA_PSS signature type to options in WolfSSLCertificate_get_signature_type()
  • Add rsa_pss keystores and update the update-jks.sh script to renew them (added client-rsapss.jks and server-rsapss.jks, updated ca-server.jks and ca-client.jks)
  • Add unit tests to test rsa_pss certificate use

@sstefonic sstefonic assigned sstefonic and cconlon and unassigned sstefonic Aug 8, 2024
@cconlon cconlon merged commit 6f16431 into wolfSSL:master Sep 5, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants