| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
Typedefs | |
| typedef void R_CDECL | SSL_INFO_CB_T (SSL *ssl, int where, int ret) |
| Type of callback function that reports on the SSL protocol state. More... | |
Functions | |
| void R_CDECL | SSL_CTX_set_info_cb (SSL_CTX *ctx, SSL_INFO_CB_T *cb) |
| Sets the information callback for the SSL_CTX structure ctx. More... | |
| SSL_INFO_CB_T* R_CDECL | SSL_CTX_get_info_cb (SSL_CTX *ctx) |
| Returns the information callback for the SSL_CTX structure ctx. More... | |
| void | SSL_set_info_cb (SSL *ssl, SSL_INFO_CB_T *cb) |
| Sets the information callback in the ssl structure by directly accessing the structure. More... | |
| SSL_INFO_CB_T * | SSL_get_info_cb (SSL *ssl) |
| Returns the information callback reference from ssl by directly accessing the ssl structure. More... | |
|
|
Type of callback function that reports on the SSL protocol state.
|
|
|
Returns the information callback for the SSL_CTX structure ctx.
|
|
||||||||||||
|
Sets the information callback for the SSL_CTX structure ctx.
|
|
|
Returns the information callback reference from ssl by directly accessing the ssl structure. The information callback is invoked during each SSL handshake state.
|