| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_clear.pod | 5 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 D | SSL_CTX_set_ssl_version.pod | 21 L<SSL_clear(3)> is being called. 24 object. It may be reset, when SSL_clear() is called. 34 When L<SSL_clear(3)> is called and no session is connected to 58 L<SSL_clear(3)>, L<ssl(7)>,
|
| H A D | SSL_CTX_set_quiet_shutdown.pod | 28 It is not changed when L<SSL_clear(3)> is called. 61 L<SSL_clear(3)>, L<SSL_free(3)>
|
| H A D | SSL_set_shutdown.pod | 47 L<SSL_clear(3)> or L<SSL_free(3)> is called, 70 L<SSL_clear(3)>, L<SSL_free(3)>
|
| H A D | SSL_CTX_set_client_cert_cb.pod | 62 object. It will not be reset by calling L<SSL_clear(3)>. 91 even when L<SSL_clear(3)> is being called. It is therefore 100 L<SSL_clear(3)>, L<SSL_free(3)>
|
| H A D | SSL_new.pod | 37 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 D | SSL_get_session.pod | 64 the connection is in use. If L<SSL_clear(3)> or 101 L<SSL_clear(3)>,
|
| H A D | SSL_free.pod | 41 L<SSL_new(3)>, L<SSL_clear(3)>,
|
| H A D | SSL_alloc_buffers.pod | 54 L<SSL_free(3)>, L<SSL_clear(3)>,
|
| H A D | SSL_CTX_set_cert_cb.pod | 71 L<SSL_clear(3)>, L<SSL_free(3)>
|
| H A D | SSL_CTX_use_certificate.pod | 64 L<SSL_clear(3)> is called for this SSL object. 187 L<ssl(7)>, L<SSL_new(3)>, L<SSL_clear(3)>,
|
| H A D | SSL_CTX_set_options.pod | 59 SSL objects. SSL_clear() does not affect the settings. 379 L<ssl(7)>, L<SSL_new(3)>, L<SSL_clear(3)>,
|
| H A D | SSL_shutdown.pod | 167 L<SSL_clear(3)>, L<SSL_free(3)>,
|
| /freebsd-13.1/secure/lib/libssl/ |
| H A D | Version.map | 214 SSL_clear;
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | bio_ssl.c | 245 if (!SSL_clear(ssl)) { in ssl_ctrl()
|
| H A D | d1_lib.c | 465 if (!SSL_clear(s)) in DTLSv1_listen()
|
| H A D | ssl_lib.c | 579 int SSL_clear(SSL *s) in SSL_clear() function 835 if (!SSL_clear(s)) in SSL_new() 5692 if (!SSL_clear(s)) in SSL_stateless()
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 481 =item void B<SSL_clear>(SSL *ssl); 509 It may be possible to use L<SSL_clear(3)> to recycle an SSL handle 749 L<SSL_accept(3)>, L<SSL_clear(3)>,
|
| /freebsd-13.1/crypto/openssl/ssl/statem/ |
| H A D | statem.c | 322 if ((s->s3->flags & TLS1_FLAGS_STATELESS) == 0 && !SSL_clear(s)) in state_machine()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1514 __owur int SSL_clear(SSL *s);
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | s_server.c | 2287 if (!SSL_clear(con)) { in sv_body()
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | srvrsmtp.c | 2208 SSL_clear(srv_ssl);
|
| /freebsd-13.1/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 1685 return SSL_clear(conn->ssl) == 1 ? 0 : -1; in tls_connection_shutdown()
|
| /freebsd-13.1/crypto/openssl/crypto/err/ |
| H A D | openssl.txt | 1252 SSL_F_SSL_CLEAR:164:SSL_clear
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 366 MAN+= SSL_clear.3
|