Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

TAO::SSLIOP::OpenSSL_traits< ::X509 > Struct Template Reference

#include <SSLIOP_X509.h>

List of all members.

Public Types

enum  { LOCK_ID = CRYPTO_LOCK_X509 }

Static Public Member Functions

::X509_duplicate (::X509 *st)
 Increase the reference count on the given OpenSSL structure.
::X509copy (::X509 const &st)
 Perform deep copy of the given OpenSSL structure.
void release (::X509 *st)

template<>
struct TAO::SSLIOP::OpenSSL_traits< ::X509 >


Member Enumeration Documentation

anonymous enum
 

OpenSSL lock ID for use in OpenSSL CRYPTO_add() reference count manipulation function.

Enumeration values:
LOCK_ID 


Member Function Documentation

::X509* TAO::SSLIOP::OpenSSL_traits< ::X509 >::_duplicate ::X509 st  )  [inline, static]
 

Increase the reference count on the given OpenSSL structure.

Note:
This used to be in a function template but MSVC++ 6 can't handle function templates correctly so reproduce the code in each specialization. *sigh*

::X509* TAO::SSLIOP::OpenSSL_traits< ::X509 >::copy ::X509 const &  st  )  [inline, static]
 

Perform deep copy of the given OpenSSL structure.

void TAO::SSLIOP::OpenSSL_traits< ::X509 >::release ::X509 st  )  [inline, static]
 

Decrease the reference count on the given OpenSSL structure.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 16 04:11:21 2006 for TAO_SSLIOP by  doxygen 1.3.9.1