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 PkeyCtx::new_from_name #2051

Closed
wants to merge 1 commit into from
Closed

Conversation

wiktor-k
Copy link
Contributor

Hi,

This PR will eventually close #2047 but I'm submitting a work-in-process so that I can see CI failures. (I hope you don't mind!)

pub fn new_from_name(
lib_ctx: &crate::lib_ctx::LibCtxRef,
name: &str,
property: Option<&str>,
Copy link
Owner

Choose a reason for hiding this comment

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

I don't think this is sound:

None of the arguments are duplicated, so they must remain unchanged for the lifetime of the returned EVP_PKEY_CTX or of any of its duplicates.

@wiktor-k
Copy link
Contributor Author

Sadly, due to resource-constraints I won't be able to continue working on this so closing. Thanks for your time! 👋

@wiktor-k wiktor-k closed this Feb 13, 2024
@wiktor-k wiktor-k deleted the add-pkey-ctx branch February 13, 2024 12:16
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.

Fixing use of OpenSSL 3 deprecated functions
2 participants