CppServer
1.0.4.0
C++ Server Library
|
SSL context. More...
#include <ssl_context.h>
Public Member Functions | |
SSLContext (const SSLContext &)=delete | |
SSLContext (SSLContext &&)=delete | |
~SSLContext ()=default | |
SSLContext & | operator= (const SSLContext &)=delete |
SSLContext & | operator= (SSLContext &&)=delete |
void | set_root_certs () |
Configures the context to use system root certificates. More... | |
SSL context.
SSL context is used to handle and validate certificates in SSL clients and servers.
Thread-safe.
Definition at line 23 of file ssl_context.h.
|
delete |
|
delete |
|
default |
|
delete |
|
delete |
void CppServer::Asio::SSLContext::set_root_certs | ( | ) |
Configures the context to use system root certificates.
Definition at line 18 of file ssl_context.cpp.