Home
last modified time | relevance | path

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

/freebsd-13.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 bit mask in B<options> to B<ssl>.
51 SSL_CTX_set_options() and SSL_set_options() affect the (external)
366 SSL_CTX_set_options() and SSL_set_options() return the new options bit mask
H A DSSL_new.pod56 =item any Options set via L<SSL_set_options(3)>
H A DSSL_CTX_new.pod167 L<SSL_CTX_set_options(3)> or L<SSL_set_options(3)> functions, but this approach
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map346 SSL_set_options;
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c1587 SSL_set_options(conn->ssl, options); in tls_connection_init()
2967 SSL_set_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags()
2974 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
2980 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
2986 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
2992 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
3118 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
3119 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
4732 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in tls_connection_enable_workaround()
5169 SSL_set_options(conn->ssl, SSL_OP_NO_TLSv1_3); in tls_connection_set_params()
/freebsd-13.1/crypto/openssl/ssl/
H A Dt1_enc.c434 SSL_set_options(s, SSL_OP_NO_RENEGOTIATION); in tls1_change_cipher_state()
H A Dd1_lib.c837 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
H A Dssl_lib.c4798 unsigned long SSL_set_options(SSL *s, unsigned long op) in SSL_set_options() function
/freebsd-13.1/crypto/openssl/apps/
H A Ds_server.c2319 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in sv_body()
2334 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE); in sv_body()
H A Ds_client.c2122 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in s_client_main()
/freebsd-13.1/contrib/serf/buckets/
H A Dssl_buckets.c1875 SSL_set_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()
/freebsd-13.1/crypto/openssl/doc/man7/
H A Dssl.pod659 =item unsigned long B<SSL_set_options>(SSL *ssl, unsigned long op);
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h590 unsigned long SSL_set_options(SSL *s, unsigned long op);
/freebsd-13.1/contrib/sendmail/src/
H A Dreadcf.c2492 (void) SSL_set_options(ssl, (long) ssloptions);
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2622 MLINKS+= SSL_CTX_set_options.3 SSL_set_options.3
/freebsd-13.1/crypto/openssl/
H A DCHANGES1959 SSL_set_options() or SSL_CONF's Protocol. This change also
4736 SSL_set_options(ssl, SSL_OP_NO_SSLv2) is especially recommended
12152 SSL_set_options(s_ctx, SSL_OP_SINGLE_DH_USE);
12300 *) Bugfix: SSL_set_options ignored its parameter, only SSL_CTX_set_options