...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Default service implementation for a context.
class context_service : public io_service::service
Name |
Description |
---|---|
The type of the context. |
Name |
Description |
---|---|
Add a directory containing certification authority files to be used for performing verification. |
|
Constructor. |
|
Create a new context implementation. |
|
Destroy a context implementation. |
|
Get the io_service object that owns the service. |
|
(Deprecated: use get_io_service().) Get the io_service object that owns the service. |
|
Load a certification authority file for performing verification. |
|
Return a null context implementation. |
|
Set options on the context. |
|
Set the password callback. |
|
Set peer verification mode. |
|
Destroy all user-defined handler objects owned by the service. |
|
Use a certificate chain from a file. |
|
Use a certificate from a file. |
|
Use a private key from a file. |
|
Use an RSA private key from a file. |
|
Use the specified file to obtain the temporary Diffie-Hellman parameters. |
Name |
Description |
---|---|
The unique service identifier. |