Home
last modified time | relevance | path

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

12

/NextBSD/crypto/openssl/doc/ssl/
HDSSL_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)>,
HDSSL_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
61 The SSL_clear() operation could not be performed. Check the error stack to
66 The SSL_clear() operation was successful.
HDSSL_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)>
HDSSL_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)>
HDSSL_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)>
HDSSL_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)>,
HDSSL_new.pod39 L<SSL_free(3)|SSL_free(3)>, L<SSL_clear(3)|SSL_clear(3)>,
HDSSL_free.pod40 L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
HDSSL_CTX_set_cert_cb.pod66 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>
HDSSL_CTX_use_certificate.pod49 L<SSL_clear(3)|SSL_clear(3)> is called for this SSL object.
152 L<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
HDSSL_shutdown.pod122 L<SSL_clear(3)|SSL_clear(3)>, L<SSL_free(3)|SSL_free(3)>,
HDSSL_CTX_set_options.pod58 SSL objects. SSL_clear() does not affect the settings.
318 L<ssl(3)|ssl(3)>, L<SSL_new(3)|SSL_new(3)>, L<SSL_clear(3)|SSL_clear(3)>,
HDssl.pod462 =item void B<SSL_clear>(SSL *ssl);
687 L<SSL_accept(3)|SSL_accept(3)>, L<SSL_clear(3)|SSL_clear(3)>,
/NextBSD/crypto/openssl/ssl/
HDs23_srvr.c167 SSL_clear(s); in IMPLEMENT_ssl23_meth_func()
HDd1_lib.c547 SSL_clear(s); in dtls1_listen()
HDbio_ssl.c307 SSL_clear(ssl); in ssl_ctrl()
HDs23_clnt.c165 SSL_clear(s); in IMPLEMENT_ssl23_meth_func()
HDd1_clnt.c187 SSL_clear(s); in IMPLEMENT_dtls1_meth_func()
HDd1_srvr.c190 SSL_clear(s); in IMPLEMENT_dtls1_meth_func()
HDs2_clnt.c164 SSL_clear(s); in IMPLEMENT_ssl2_meth_func()
HDs2_srvr.c166 SSL_clear(s); in IMPLEMENT_ssl2_meth_func()
HDssl_lib.c190 int SSL_clear(SSL *s) in SSL_clear() function
411 SSL_clear(s); in SSL_new()
HDssl.h2138 int SSL_clear(SSL *s);
/NextBSD/secure/lib/libssl/
HDMakefile.man62 MAN+= SSL_clear.3
/NextBSD/crypto/openssl/util/
HDssleay.num39 SSL_clear 42 EXIST::FUNCTION:

12