Namespaces | |
namespace | JetByteTools |
namespace | JetByteTools::OpenSSL |
Classes | |
struct | Certificate |
Typedefs | |
typedef struct x509_st | X509 |
typedef struct evp_pkey_st | EVP_PKEY |
Enumerations | |
enum | CERTIFICATE_TYPES { CERTIFICATE_ROOT = 1, CERTIFICATE_TLS_SERVER = 2, CERTIFICATE_TLS_CLIENT = 3 } |
Functions | |
int | MakeCertificate (struct Certificate *rootcert, struct Certificate *cert, const int bits, const int days, char *name, const enum CERTIFICATE_TYPES certtype, struct Certificate *initialcert) |
typedef struct evp_pkey_st EVP_PKEY |
typedef struct x509_st X509 |