Searched refs:SSL_set_mode (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_mode.pod | 5 SSL_CTX_set_mode, SSL_CTX_clear_mode, SSL_set_mode, SSL_clear_mode, SSL_CTX_get_mode, SSL_get_mode … 13 long SSL_set_mode(SSL *ssl, long mode); 25 SSL_set_mode() adds the mode set via bit mask in B<mode> to B<ssl>. 124 SSL_CTX_set_mode() and SSL_set_mode() return the new mode bit mask
|
| H A D | SSL_get_error.pod | 114 using L<SSL_CTX_set_mode(3)> or L<SSL_set_mode(3)> and an asynchronous capable 127 L<SSL_set_mode(3)> and a maximum limit has been set on the async job pool
|
| H A D | BIO_f_ssl.pod | 174 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY); 233 SSL_set_mode(ssl, SSL_MODE_AUTO_RETRY);
|
| H A D | SSL_new.pod | 58 =item any Mode set via L<SSL_set_mode(3)>
|
| H A D | SSL_CTX_set_options.pod | 54 L<SSL_CTX_set_mode(3)> and SSL_set_mode() functions.
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | net_help.c | 1294 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY); in incoming_ssl_fd() 1316 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY); in outgoing_ssl_fd()
|
| H A D | netevent.c | 1496 (void)SSL_set_mode(c->ssl, (long)SSL_MODE_ENABLE_PARTIAL_WRITE);
|
| /freebsd-13.1/contrib/unbound/smallapp/ |
| H A D | unbound-control.c | 739 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY); in setup_ssl()
|
| H A D | unbound-anchor.c | 780 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY); in TLS_initiate()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | bufferevent_openssl.c | 1339 SSL_set_mode(ssl, SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER); in bufferevent_openssl_new_impl()
|
| /freebsd-13.1/contrib/libevent/ |
| H A D | bufferevent_openssl.c | 1360 SSL_set_mode(ssl, SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER); in bufferevent_openssl_new_impl()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 600 # define SSL_set_mode(ssl,op) \ macro
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | s_client.c | 2022 SSL_set_mode(con, SSL_MODE_SEND_FALLBACK_SCSV); in s_client_main()
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | remote.c | 509 (void)SSL_set_mode(n->ssl, (long)SSL_MODE_AUTO_RETRY); in remote_accept_callback()
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2610 MLINKS+= SSL_CTX_set_mode.3 SSL_set_mode.3
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 3656 SSL_set_mode(s, SSL_MODE_SEND_FALLBACK_SCSV).
|