Skip to content

pkey_ctx: add ability to generate EC params & keys #2434

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 5, 2025

Conversation

huwcbjones
Copy link
Contributor

@huwcbjones huwcbjones commented Jul 31, 2025

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

  • sys/ec: add EVP_PKEY_CTX_set_ec_paramgen_curve_nid
  • pkey_ctx: add ctx.set_ec_paramgen_curve_nid
  • pkey_ctx: add ec key generation test

@huwcbjones huwcbjones force-pushed the huw/pkey-ctx-ec-keygen branch from df0d436 to 9a2f757 Compare August 4, 2025 09:21
@huwcbjones huwcbjones force-pushed the huw/pkey-ctx-ec-keygen branch from 9a2f757 to 7484506 Compare August 5, 2025 10:21
@huwcbjones huwcbjones marked this pull request as ready for review August 5, 2025 10:21
@alex alex merged commit 01b045f into sfackler:master Aug 5, 2025
85 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