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 copy to MdCtxRef #2193

Closed
wants to merge 1 commit into from
Closed

Conversation

haroldbruintjes
Copy link
Contributor

Adds the copy method to MdCtx so shared state can be used. I did not implement Clone as copy is fallible, nor did I use dup since that is only available since openssl 3.1.0.

Add a copy method to MdCtxRef based on EVP_MD_CTX_copy_ex.
@haroldbruintjes
Copy link
Contributor Author

Whoops, dup of #1679

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.

None yet

1 participant