|
CCF
|
#include <openssl_wrappers.h>
Inherits ccf::crypto::OpenSSL::Unique_SSL_OBJECT< X509_CRL, X509_CRL_new, X509_CRL_free >.
Public Member Functions | |
| Unique_X509_CRL (BIO *mem) | |
| Unique_SSL_OBJECT () | |
| C-tor with new pointer via T's c-tor. | |
| Unique_SSL_OBJECT (T *ptr, void(*dtor)(T *), bool check_null=true) | |
| C-tor with pointer created in base class. | |
Public Member Functions inherited from ccf::crypto::OpenSSL::Unique_SSL_OBJECT< X509_CRL, X509_CRL_new, X509_CRL_free > | |
| Unique_SSL_OBJECT () | |
| C-tor with new pointer via T's c-tor. | |
| Unique_SSL_OBJECT (X509_CRL *ptr, void(*dtor)(X509_CRL *), bool check_null=true) | |
| C-tor with pointer created in base class. | |
| operator X509_CRL * () | |
| Type cast to underlying pointer. | |
| operator X509_CRL * () const | |
| Type cast to underlying pointer. | |
| void | reset (X509_CRL *other) |
| Reset pointer, free old if any. | |
| X509_CRL * | release () |
| Release pointer, so it's freed elsewhere (CAUTION!) | |
Additional Inherited Members | |
Protected Attributes inherited from ccf::crypto::OpenSSL::Unique_SSL_OBJECT< X509_CRL, X509_CRL_new, X509_CRL_free > | |
| std::unique_ptr< X509_CRL, void(*)(X509_CRL *)> | p |
| Pointer owning storage. | |
|
inline |
|
inline |
C-tor with new pointer via T's c-tor.
|
inline |
C-tor with pointer created in base class.