Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/doc/man3/
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
61 The SSL_clear() operation could not be performed. Check the error stack to
66 The SSL_clear() operation was successful.
H A DSSL_CTX_set_ssl_version.pod24 SSL_CTX with L<SSL_new(3)> are not affected, except when L<SSL_clear(3)> is
31 object. It may be reset, when SSL_clear() is called.
41 When L<SSL_clear(3)> is called and no session is connected to
73 L<SSL_clear(3)>, L<ssl(7)>,
H A DSSL_CTX_set_quiet_shutdown.pod28 It is not changed when L<SSL_clear(3)> is called.
61 L<SSL_clear(3)>, L<SSL_free(3)>
H A DSSL_set_shutdown.pod47 L<SSL_clear(3)> or L<SSL_free(3)> is called,
70 L<SSL_clear(3)>, L<SSL_free(3)>
H A DSSL_CTX_set_client_cert_cb.pod61 object. It will not be reset by calling L<SSL_clear(3)>.
90 even when L<SSL_clear(3)> is being called. It is therefore
99 L<SSL_clear(3)>, L<SSL_free(3)>
H A DSSL_new.pod37 use L<SSL_clear(3)> to recycle an SSL handle that is not in its initial
120 L<SSL_free(3)>, L<SSL_clear(3)>,
H A DSSL_get_session.pod64 the connection is in use. If L<SSL_clear(3)> or
101 L<SSL_clear(3)>,
H A DSSL_free.pod41 L<SSL_new(3)>, L<SSL_clear(3)>,
H A DSSL_alloc_buffers.pod55 L<SSL_free(3)>, L<SSL_clear(3)>,
H A DSSL_CTX_set_cert_cb.pod69 L<SSL_clear(3)>, L<SSL_free(3)>
H A DSSL_CTX_use_certificate.pod64 L<SSL_clear(3)> is called for this SSL object.
189 L<ssl(7)>, L<SSL_new(3)>, L<SSL_clear(3)>,
H A DSSL_CTX_set_options.pod59 SSL objects. SSL_clear() does not affect the settings.
435 L<ssl(7)>, L<SSL_new(3)>, L<SSL_clear(3)>, L<SSL_shutdown(3)>
H A DSSL_shutdown.pod165 L<SSL_clear(3)>, L<SSL_free(3)>,
/freebsd/secure/lib/libssl/
H A DVersion.map213 SSL_clear;
/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c245 if (!SSL_clear(ssl)) { in ssl_ctrl()
H A Dd1_lib.c476 if (!SSL_clear(s)) in DTLSv1_listen()
H A Dssl_lib.c584 int SSL_clear(SSL *s) in SSL_clear() function
841 if (!SSL_clear(s)) in SSL_new()
5862 if (!SSL_clear(s)) in SSL_stateless()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c1274 if (!SSL_clear(bev_ssl->ssl)) in be_openssl_set_fd()
1281 if (!SSL_clear(bev_ssl->ssl)) in be_openssl_set_fd()
/freebsd/contrib/libevent/
H A Dbufferevent_openssl.c1274 if (!SSL_clear(bev_ssl->ssl)) in be_openssl_set_fd()
1281 if (!SSL_clear(bev_ssl->ssl)) in be_openssl_set_fd()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem.c337 if ((s->s3.flags & TLS1_FLAGS_STATELESS) == 0 && !SSL_clear(s)) in state_machine()
/freebsd/crypto/openssl/util/
H A Dlibssl.num126 SSL_clear 127 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/
H A Dbuild.info2426 DEPEND[html/man3/SSL_clear.html]=man3/SSL_clear.pod
2427 GENERATE[html/man3/SSL_clear.html]=man3/SSL_clear.pod
2428 DEPEND[man/man3/SSL_clear.3]=man3/SSL_clear.pod
2429 GENERATE[man/man3/SSL_clear.3]=man3/SSL_clear.pod
3392 html/man3/SSL_clear.html \
4000 man/man3/SSL_clear.3 \
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1614 __owur int SSL_clear(SSL *s);
/freebsd/crypto/openssl/apps/
H A Ds_server.c2379 if (!SSL_clear(con)) { in sv_body()
/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c2350 SSL_clear(srv_ssl);

12