ASIO SSL Memory Leaks
Hello y'all, This is my first post to this listserv though I've been on others for ~30 years. I have a Boost question, ob duh. Using the SSL_shutdown() outlined here: https://www.openssl.org/docs/man1.0.2/man3/SSL_shutdown.html from within Boost, there isn't an object to associate with this shutdown call. Secondly, we have memory leaks (~10k bytes) using the SSL library via Boost socket calls using the ASIO SSL streams. What am I missing? What advisement can be offered? Ideally, we want to call SSL_shutdown() from within Boost, though I am missing something. Best regards, John Aronetics.com We Speak ITR +1-216/307-5760
On Tue, 1 Sep 2020 at 19:05, John A via Boost
Hello y'all,
This is my first post to this listserv though I've been on others for ~30 years. I have a Boost question, ob duh.
Using the SSL_shutdown() outlined here: https://www.openssl.org/docs/man1.0.2/man3/SSL_shutdown.html from within Boost, there isn't an object to associate with this shutdown call.
Async version: https://www.boost.org/doc/libs/1_74_0/doc/html/boost_asio/reference/ssl__str... Sync version: https://www.boost.org/doc/libs/1_74_0/doc/html/boost_asio/reference/ssl__str... If you'd like to discuss in more detail, I am on cpplang slack, monitoring the #beast channel. Boost.Beast depends heavily on Boost.Asio in which the above two methods reside. https://cppalliance.org/#links
Secondly, we have memory leaks (~10k bytes) using the SSL library via Boost socket calls using the ASIO SSL streams. What am I missing? What advisement can be offered?
Ideally, we want to call SSL_shutdown() from within Boost, though I am missing something.
Best regards, John
Aronetics.com We Speak ITR +1-216/307-5760
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Richard Hodges hodges.r@gmail.com office: +442032898513 home: +376841522 mobile: +376380212
On Tue, Sep 1, 2020 at 10:05 AM John A via Boost
Secondly, we have memory leaks (~10k bytes) using the SSL library via Boost socket calls using the ASIO SSL streams. What am I missing? What advisement can be offered?
What version of Boost and what version of OpenSSL? Thanks
Vinnie,
Boost 1.69
OpenSSL 1.02k-fips
-----Original Message-----
From: Vinnie Falco
Secondly, we have memory leaks (~10k bytes) using the SSL library via Boost socket calls using the ASIO SSL streams. What am I missing? What advisement can be offered?
What version of Boost and what version of OpenSSL? Thanks
participants (3)
-
John A
-
Richard Hodges
-
Vinnie Falco