The following issues are outstanding.
Issue | Description |
---|---|
Possible memory leak in OpenSSL 1.1 |
Valgrind is reporting a memory leak in Boost Asio SSL::context. The call stack ends with a malloc call initiated by the OpenSSL call ERR_get_state (tested OpenSSL version 1.1). However, since version 1.1, OpenSSL is reported to clean up all thread local allocations itself. |