#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. | |
void | release (::SSL *st) |
|
OpenSSL lock ID for use in OpenSSL CRYPTO_add() reference count manipulation function. |
|
Increase the reference count on the given OpenSSL structure.
|
|
Perform deep copy of the given OpenSSL structure.
|
|
Decrease the reference count on the given OpenSSL structure. |