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

Fixed DH memory handling with openssl-1.1 #40

Merged
merged 2 commits into from Apr 26, 2018

Conversation

pmconrad
Copy link

According to the documentation, DH_get0 returns pointers to existing data structures controlled by the DH object. These pointers must not be free'd.
https://www.openssl.org/docs/man1.1.0/crypto/DH_get0_pqg.html

@abitmore abitmore merged commit 9037ca3 into bitshares:openssl-1.1-support Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants