Home
last modified time | relevance | path

Searched refs:SSL_CTX_remove_session (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_add_session.pod5 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 Dssl.pod254 =item int B<SSL_CTX_remove_session>(SSL_CTX *ctx, SSL_SESSION *c);
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl_sess.c396 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 Ds3_pkt.c1061 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 Dssl.h1060 #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 Dd1_pkt.c958 SSL_CTX_remove_session(s->ctx,s->session); in dtls1_read_bytes()
/onnv-gate/usr/src/common/openssl/
H A DCHANGES3358 *) Make removal from session cache (SSL_CTX_remove_session()) more robust: