Home
last modified time | relevance | path

Searched refs:SSL_set_options (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod5 SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
14 long SSL_set_options(SSL *ssl, long options);
29 SSL_set_options() adds the options set via bitmask in B<options> to B<ssl>.
51 SSL_CTX_set_options() and SSL_set_options() affect the (external)
343 SSL_CTX_set_options() and SSL_set_options() return the new options bitmask
H A DSSL_CTX_new.pod167 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
/freebsd-12.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c1580 SSL_set_options(conn->ssl, options); in tls_connection_init()
2917 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags()
2924 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
2930 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
2936 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
2942 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
3050 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
3051 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
4573 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in tls_connection_enable_workaround()
4964 SSL_set_options(conn->ssl, SSL_OP_NO_TLSv1_3); in tls_connection_set_params()
/freebsd-12.1/secure/lib/libssl/
H A DVersion.map346 SSL_set_options;
/freebsd-12.1/crypto/openssl/ssl/
H A Dd1_lib.c837 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
H A Dssl_lib.c4600 unsigned long SSL_set_options(SSL *s, unsigned long op) in SSL_set_options() function
/freebsd-12.1/crypto/openssl/apps/
H A Ds_server.c2311 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body()
2326 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
H A Ds_client.c2092 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in s_client_main()
/freebsd-12.1/contrib/serf/buckets/
H A Dssl_buckets.c1874 SSL_set_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()
/freebsd-12.1/crypto/openssl/doc/man7/
H A Dssl.pod659 =item unsigned long B<SSL_set_options>(SSL *ssl, unsigned long op);
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h588 unsigned long SSL_set_options(SSL *s, unsigned long op);
/freebsd-12.1/contrib/sendmail/src/
H A Dreadcf.c2479 (void) SSL_set_options(ssl, (long) ssloptions);
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man2597 MLINKS+= SSL_CTX_set_options.3 SSL_set_options.3
/freebsd-12.1/crypto/openssl/
H A DCHANGES1569 SSL_set_options() or SSL_CONF's Protocol. This change also
4346 SSL_set_options(ssl, SSL_OP_NO_SSLv2) is especially recommended
11762 SSL_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
11910 *) Bugfix: SSL_set_options ignored its parameter, only SSL_CTX_set_options