Searched refs:SSL_CTX_remove_session (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/usr/src/common/openssl/doc/ssl/ |
| H A D | SSL_CTX_add_session.pod | 5 SSL_CTX_add_session, SSL_add_session, SSL_CTX_remove_session, SSL_remove_session - manipulate sessi… 14 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c); 24 SSL_CTX_remove_session() removes the session B<c> from the context B<ctx>.
|
| H A D | ssl.pod | 254 =item int B<SSL_CTX_remove_session>(SSL_CTX *ctx, SSL_SESSION *c);
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | ssl_sess.c | 396 SSL_CTX_remove_session(s->ctx,ret); in ssl_get_prev_session() 486 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) in SSL_CTX_remove_session() function 706 SSL_CTX_remove_session(s->ctx,s->session); in ssl_clear_bad_session()
|
| H A D | s3_pkt.c | 1061 SSL_CTX_remove_session(s->ctx,s->session); in ssl3_read_bytes() 1270 SSL_CTX_remove_session(s->ctx,s->session); in ssl3_send_alert()
|
| H A D | ssl.h | 1060 #define SSL_remove_session(a,b) SSL_CTX_remove_session((a),(b)) 1310 int SSL_CTX_remove_session(SSL_CTX *,SSL_SESSION *c);
|
| H A D | d1_pkt.c | 958 SSL_CTX_remove_session(s->ctx,s->session); in dtls1_read_bytes()
|
| /onnv-gate/usr/src/common/openssl/ |
| H A D | CHANGES | 3358 *) Make removal from session cache (SSL_CTX_remove_session()) more robust:
|