CCF
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ccf::crypto::OpenSSL::Unique_SSL_CTX Struct Reference

#include <openssl_wrappers.h>

Inherits ccf::crypto::OpenSSL::Unique_SSL_OBJECT< SSL_CTX, nullptr, nullptr >.

Public Member Functions

 Unique_SSL_CTX (const SSL_METHOD *m)
 
- Public Member Functions inherited from ccf::crypto::OpenSSL::Unique_SSL_OBJECT< SSL_CTX, nullptr, nullptr >
 Unique_SSL_OBJECT ()
 C-tor with new pointer via T's c-tor.
 
 Unique_SSL_OBJECT (SSL_CTX *ptr, void(*dtor)(SSL_CTX *), bool check_null=true)
 C-tor with pointer created in base class.
 
 operator SSL_CTX * ()
 Type cast to underlying pointer.
 
 operator SSL_CTX * () const
 Type cast to underlying pointer.
 
void reset (SSL_CTX *other)
 Reset pointer, free old if any.
 
SSL_CTX * release ()
 Release pointer, so it's freed elsewhere (CAUTION!)
 

Additional Inherited Members

- Protected Attributes inherited from ccf::crypto::OpenSSL::Unique_SSL_OBJECT< SSL_CTX, nullptr, nullptr >
std::unique_ptr< SSL_CTX, void(*)(SSL_CTX *)> p
 Pointer owning storage.
 

Constructor & Destructor Documentation

◆ Unique_SSL_CTX()

ccf::crypto::OpenSSL::Unique_SSL_CTX::Unique_SSL_CTX ( const SSL_METHOD *  m)
inline

The documentation for this struct was generated from the following file: