boost::corosio::tls_stream::name
Returns the name of the TLS backend.
Synopsis
Declared in <boost/corosio/tls_stream.hpp>
virtual
std::string_view
name() const noexcept = 0;
Return Value
A string identifying the TLS implementation, such as "openssl" or "wolfssl".
Created with MrDocs