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

Uses EVP_PKEY_CTX instead of EVP_PKEY #140

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Conversation

bjornvolcker
Copy link
Contributor

To further reduce number of openssl operation the lib keeps
the private and public keys in an algorithm context which
can be used directly when signing or verifying.

To further reduce number of openssl operation the lib keeps
the private and public keys in an algorithm context which
can be used directly when signing or verifying.
Copy link
Contributor

@lusikamalo lusikamalo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@bjornvolcker bjornvolcker merged commit e9ecc11 into master Apr 16, 2024
2 checks passed
@bjornvolcker bjornvolcker deleted the dev/evp-pkey-to-ctx branch April 16, 2024 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants