Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Typedefs | Enumerations
SslConfig.h File Reference
#include "mbedtls/ssl.h"
Include dependency graph for SslConfig.h:
This graph shows which files directly or indirectly include this file:

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 }
 

Typedef Documentation

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.

Enumeration Type Documentation

enum eSslAuthMode
strong
Enumerator
None 
Optional 
Required 
Unset 

Definition at line 15 of file SslConfig.h.