Home
last modified time | relevance | path

Searched refs:SSL_clear (Results 1 – 25 of 27) sorted by relevance

12

/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_set_ssl_version.pod21 L<SSL_clear(3)|SSL_clear(3)> is being called.
24 object. It may be reset, when SSL_clear() is called.
34 When L<SSL_clear(3)|SSL_clear(3)> is called and no session is connected to
58 L<SSL_clear(3)|SSL_clear(3)>, L<ssl(3)|ssl(3)>,
H A DSSL_clear.pod5 SSL_clear - reset SSL object to allow another connection
11 int SSL_clear(SSL *ssl);
20 SSL_clear is used to prepare an SSL object for a new connection. While all
39 SSL_clear() resets the SSL object to allow for another connection. The
44 SSL_clear() is not a short form for the sequence
55 The SSL_clear() operation could not be performed. Check the error stack to
60 The SSL_clear() operation was successful.
H A DSSL_CTX_set_quiet_shutdown.pod28 It is not changed when L<SSL_clear(3)|SSL_clear(3)> is called.
61 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>
H A DSSL_set_shutdown.pod47 L<SSL_clear(3)|SSL_clear(3)> or L<SSL_free(3)|SSL_free(3)> is called,
70 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>
H A DSSL_get_session.pod33 the connection is in use. If L<SSL_clear(3)|SSL_clear(3)> or
70 L<SSL_clear(3)|SSL_clear(3)>,
H A DSSL_CTX_set_client_cert_cb.pod59 object. It will not be reset by calling L<SSL_clear(3)|SSL_clear(3)>.
83 even when L<SSL_clear(3)|SSL_clear(3)> is being called. It is therefore
92 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>
H A DSSL_new.pod39 L<SSL_free(3)|SSL_free(3)>, L<SSL_clear(3)|SSL_clear(3)>,
H A DSSL_free.pod40 L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
H A DSSL_CTX_use_certificate.pod49 L<SSL_clear(3)|SSL_clear(3)> is called for this SSL object.
156 L<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
H A DSSL_CTX_set_options.pod43 SSL objects. SSL_clear() does not affect the settings.
215 L<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
H A DSSL_shutdown.pod122 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>,
H A Dssl.pod443 =item void B<SSL_clear>(SSL *ssl);
658 L<SSL_accept(3)|SSL_accept(3)>, L<SSL_clear(3)|SSL_clear(3)>,
/onnv-gate/usr/src/common/openssl/ssl/
H A Ds23_srvr.c158 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_ssl23_meth_func()
H A Ds23_clnt.c106 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_ssl23_meth_func()
H A Dbio_ssl.c317 SSL_clear(ssl); in ssl_ctrl()
H A Dd1_clnt.c163 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_dtls1_meth_func()
H A Dd1_srvr.c164 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_dtls1_meth_func()
H A Ds2_clnt.c164 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_ssl2_meth_func()
H A Ds2_srvr.c165 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_ssl2_meth_func()
H A Dssl_lib.c151 int SSL_clear(SSL *s) in SSL_clear() function
320 SSL_clear(s); in SSL_new()
H A Dssl.h1222 int SSL_clear(SSL *s);
H A Ds3_clnt.c178 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_ssl3_meth_func()
H A Ds3_srvr.c184 if (!SSL_in_init(s) || SSL_in_before(s)) SSL_clear(s); in IMPLEMENT_ssl3_meth_func()
/onnv-gate/usr/src/common/openssl/apps/
H A Ds_server.c1187 SSL_clear(con); in sv_body()
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c1857 SSL_clear(srv_ssl);

12