Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_mode (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_mode.pod5 SSL_CTX_set_mode, SSL_CTX_clear_mode, SSL_set_mode, SSL_clear_mode, SSL_CTX_get_mode, SSL_get_mode …
11 long SSL_CTX_set_mode(SSL_CTX *ctx, long mode);
21 SSL_CTX_set_mode() adds the mode set via bitmask in B<mode> to B<ctx>.
124 SSL_CTX_set_mode() and SSL_set_mode() return the new mode bitmask
H A DSSL_write.pod53 with the SSL_MODE_ENABLE_PARTIAL_WRITE option of L<SSL_CTX_set_mode(3)>. When
66 When B<SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER> was set using L<SSL_CTX_set_mode(3)>
110 L<SSL_CTX_set_mode(3)>, L<SSL_CTX_new(3)>,
H A DSSL_get_all_async_fds.pod26 L<SSL_CTX_set_mode(3)>).
72 L<SSL_get_error(3)>, L<SSL_CTX_set_mode(3)>
H A DSSL_alloc_buffers.pod55 L<SSL_new(3)>, L<SSL_CTX_set_mode(3)>,
H A DSSL_read.pod66 This behaviour can be controlled using the L<SSL_CTX_set_mode(3)> call.
132 L<SSL_CTX_set_mode(3)>, L<SSL_CTX_new(3)>,
H A DSSL_get_error.pod114 using L<SSL_CTX_set_mode(3)> or L<SSL_set_mode(3)> and an asynchronous capable
126 mode has been set to SSL_MODE_ASYNC using L<SSL_CTX_set_mode(3)> or
H A DSSL_CTX_set_options.pod54 L<SSL_CTX_set_mode(3)> and SSL_set_mode() functions.
/freebsd-12.1/crypto/openssl/apps/
H A Ds_time.c194 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in s_time_main()
H A Ds_server.c1807 SSL_CTX_set_mode(ctx, SSL_MODE_DTLS_SCTP_LABEL_LENGTH_BUG); in s_server_main()
1842 SSL_CTX_set_mode(ctx, SSL_MODE_ASYNC); in s_server_main()
1938 SSL_CTX_set_mode(ctx2, SSL_MODE_ASYNC); in s_server_main()
H A Ds_client.c1724 SSL_CTX_set_mode(ctx, SSL_MODE_DTLS_SCTP_LABEL_LENGTH_BUG); in s_client_main()
1741 SSL_CTX_set_mode(ctx, SSL_MODE_ASYNC); in s_client_main()
H A Docsp.c1613 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY);
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man323 MAN+= SSL_CTX_set_mode.3
2581 MLINKS+= SSL_CTX_set_mode.3 SSL_CTX_clear_mode.3
2582 MLINKS+= SSL_CTX_set_mode.3 SSL_CTX_get_mode.3
2583 MLINKS+= SSL_CTX_set_mode.3 SSL_clear_mode.3
2584 MLINKS+= SSL_CTX_set_mode.3 SSL_get_mode.3
2585 MLINKS+= SSL_CTX_set_mode.3 SSL_set_mode.3
/freebsd-12.1/lib/libfetch/
H A Dcommon.c930 SSL_CTX_set_mode(conn->ssl_ctx, SSL_MODE_AUTO_RETRY); in fetch_ssl()
/freebsd-12.1/crypto/openssl/doc/man7/
H A Dssl.pod773 L<SSL_CTX_set_mode(3)>,
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h590 # define SSL_CTX_set_mode(ctx,op) \ macro
/freebsd-12.1/crypto/openssl/
H A DCHANGES374 SSL_get_error(), SSL_shutdown(), SSL_CTX_set_mode() and
1618 SSL_ERROR_WANT_ASYNC. See the SSL_CTX_set_mode() and SSL_get_error() man
/freebsd-12.1/
H A DObsoleteFiles.inc8017 OLD_FILES+=usr/share/man/man3/SSL_CTX_set_mode.3.gz