#include <SSLIOP_SSL.h>
Public Types | |
enum | { LOCK_ID = CRYPTO_LOCK_SSL } |
Static Public Member Functions | |
::SSL * | _duplicate (::SSL *st) |
Increase the reference count on the given OpenSSL structure. | |
::SSL * | copy (::SSL const &st) |
Perform deep copy of the given OpenSSL structure. | |
static void | release (::SSL *st) |
anonymous enum |
::SSL* TAO::SSLIOP::TAO::SSLIOP::OpenSSL_traits< ::SSL >::_duplicate | ( | ::SSL * | st | ) | [inline, static] |
Increase the reference count on the given OpenSSL structure.
::SSL* TAO::SSLIOP::TAO::SSLIOP::OpenSSL_traits< ::SSL >::copy | ( | ::SSL const & | st | ) | [inline, static] |
Perform deep copy of the given OpenSSL structure.
static void TAO::SSLIOP::TAO::SSLIOP::OpenSSL_traits< ::SSL >::release | ( | ::SSL * | st | ) | [inline, static] |
Decrease the reference count on the given OpenSSL structure.