...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The ssl::context_base
class is used as a base for the basic_context class template so that we have
a common place to define various enums.
class context_base
Name |
Description |
---|---|
File format types. |
|
Different methods supported by a context. |
|
Bitmask type for SSL options. |
|
Purpose of PEM password. |
Name |
Description |
---|---|
Protected destructor to prevent deletion through this type. |
Name |
Description |
---|---|
Implement various bug workarounds. |
|
Disable SSL v2. |
|
Disable SSL v3. |
|
Disable TLS v1. |
|
Always create a new key when using tmp_dh parameters. |
Header: boost/asio/ssl/context_base.hpp
Convenience header: boost/asio/ssl.hpp