|
CCF
|
#include <openssl_wrappers.h>
Inherits ccf::crypto::OpenSSL::Unique_SSL_OBJECT< X509_REQ, X509_REQ_new, X509_REQ_free >.
Public Member Functions | |
| Unique_X509_REQ (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_REQ, X509_REQ_new, X509_REQ_free > | |
| Unique_SSL_OBJECT () | |
| C-tor with new pointer via T's c-tor. | |
| Unique_SSL_OBJECT (X509_REQ *ptr, void(*dtor)(X509_REQ *), bool check_null=true) | |
| C-tor with pointer created in base class. | |
| operator X509_REQ * () | |
| Type cast to underlying pointer. | |
| operator X509_REQ * () const | |
| Type cast to underlying pointer. | |
| void | reset (X509_REQ *other) |
| Reset pointer, free old if any. | |
| X509_REQ * | release () |
| Release pointer, so it's freed elsewhere (CAUTION!) | |
Additional Inherited Members | |
Protected Attributes inherited from ccf::crypto::OpenSSL::Unique_SSL_OBJECT< X509_REQ, X509_REQ_new, X509_REQ_free > | |
| std::unique_ptr< X509_REQ, void(*)(X509_REQ *)> | 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.