Skip to content

pkey_ctx: add ability to generate RSA keys #2431

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 3 commits into from
Aug 7, 2025

Conversation

huwcbjones
Copy link
Contributor

@huwcbjones huwcbjones commented Jul 30, 2025

Progress towards #2047 by adding ability to generate RSA keys using the EVP_* interfaces (rather than the deprecated RSA_* interfaces).

  • sys/rsa: add EVP_PKEY_CTX set keygen bits & pubexp
  • pkey_ctx: add set rsa keygen set bits & pubexp
  • pkey_ctx: add rsa key generation test

@huwcbjones huwcbjones force-pushed the huw/pkey-ctx-rsa-keygen branch 4 times, most recently from daa9112 to 8d26d1d Compare July 30, 2025 14:35
@huwcbjones huwcbjones marked this pull request as ready for review July 30, 2025 14:56
@huwcbjones huwcbjones force-pushed the huw/pkey-ctx-rsa-keygen branch 3 times, most recently from 8c665ca to cede514 Compare August 5, 2025 12:39
@huwcbjones huwcbjones force-pushed the huw/pkey-ctx-rsa-keygen branch from cede514 to a51da3d Compare August 6, 2025 08:55
@alex alex merged commit 63196e6 into sfackler:master Aug 7, 2025
86 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