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

Memory leak in SSL verification? #3

Open
wdoekes opened this issue Mar 12, 2018 · 1 comment
Open

Memory leak in SSL verification? #3

wdoekes opened this issue Mar 12, 2018 · 1 comment

Comments

@wdoekes
Copy link
Owner

wdoekes commented Mar 12, 2018

Looks like a memory leak on

return 0;
according to SSL_get_peer_certificate(3SSL).

The X509 object must be explicitly freed using X509_free().
@wdoekes
Copy link
Owner Author

wdoekes commented Mar 15, 2018

See also #2 where it seems that intermediate certificates are not processed/accepted.

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

No branches or pull requests

1 participant