![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "mbedtls/ssl.h"
Go to the source code of this file.
Classes | |
class | cSslConfig |
Typedefs | |
using | cCryptoKeyPtr = std::shared_ptr< cCryptoKey > |
using | cCtrDrbgContextPtr = std::shared_ptr< cCtrDrbgContext > |
using | cX509CertPtr = std::shared_ptr< cX509Cert > |
Enumerations | |
enum | eSslAuthMode { eSslAuthMode::None = 0, eSslAuthMode::Optional = 1, eSslAuthMode::Required = 2, eSslAuthMode::Unset = 3 } |
using cCryptoKeyPtr = std::shared_ptr<cCryptoKey> |
Definition at line 11 of file SslConfig.h.
using cCtrDrbgContextPtr = std::shared_ptr<cCtrDrbgContext> |
Definition at line 12 of file SslConfig.h.
using cX509CertPtr = std::shared_ptr<cX509Cert> |
Definition at line 13 of file SslConfig.h.
|
strong |
Enumerator | |
---|---|
None | |
Optional | |
Required | |
Unset |
Definition at line 15 of file SslConfig.h.