|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
Concept that constrains types to be valid TLS policies. More...
#include <tls_policy.h>
Concept that constrains types to be valid TLS policies.
A valid TLS policy must have a static constexpr bool member enabled that indicates whether TLS is active.
no_tls - Plain-text communication (no TLS)tls_enabled - TLS enabled with configurationDefinition at line 88 of file tls_policy.h.