Skip to content

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

Description

@kisoo-han

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions