Go to the source code of this file.
◆ GetSSL
#define GetSSL |
( |
|
obj, |
|
|
|
ssl |
|
) |
| |
Value: do { \
if (!(ssl)) { \
} \
} while (0)
const rb_data_type_t ossl_ssl_type
Definition at line 13 of file ossl_ssl.h.
◆ GetSSLSession
#define GetSSLSession |
( |
|
obj, |
|
|
|
sess |
|
) |
| |
Value: do { \
if (!(sess)) { \
} \
} while (0)
const rb_data_type_t ossl_ssl_session_type
Definition at line 20 of file ossl_ssl.h.
◆ Init_ossl_ssl()
Definition at line 2455 of file ossl_ssl.c.
References eOSSLError, id_call, mOSSL, rb_cIO, rb_define_class_under(), rb_define_module(), rb_define_module_under(), rb_eStandardError, rb_intern, rb_mWaitReadable, and rb_mWaitWritable.
◆ Init_ossl_ssl_session()
◆ cSSLSession
◆ cSSLSocket
◆ mSSL
◆ ossl_ssl_session_type
◆ ossl_ssl_type