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

SSL related: TLSv1, remove call CRYPTO_mem_leaks(), evbuffer_copyout() to evbuffer_drain() #19

Open
kisoo-han opened this issue Jul 5, 2017 · 0 comments

Comments

@kisoo-han
Copy link
Contributor

We found frequent abnormal shutdown of 'cub_manager' process, and we know that it downs
in the middle of 'OpenSSL library (openssl-1.0.1-alpha). We are going to replace it with
openssl-1.1.0e-stable (January 2017).

This is preliminary works to do that. Works include:

  • change possible memory leak codes
  • change default SSL protocol from SSLv3 to TLSv1
  • replace evbuffer_copyout() calls to evbuffer_drain()
  • remove code calls 'CRYPTO_mem_leaks()', it was removed in openssl-1.1.0e
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