Searched refs:SSL_set_options (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c1580 SSL_set_options(conn->ssl, options);
2917 SSL_set_options(ssl, SSL_OP_NO_TICKET);
2924 SSL_set_options(ssl, SSL_OP_NO_TLSv1);
2930 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1);
2936 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2);
2942 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3);
3050 SSL_set_options(ssl, SSL_OP_NO_TLSv1);
3051 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1);
4573 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS);
4964 SSL_set_options(con
[all...]
/freebsd-13-stable/crypto/openssl/ssl/
H A Dd1_lib.c838 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE);
H A Dt1_enc.c438 SSL_set_options(s, SSL_OP_NO_RENEGOTIATION);
H A Dssl_lib.c4748 unsigned long SSL_set_options(SSL *s, unsigned long op) function
/freebsd-13-stable/crypto/openssl/apps/
H A Ds_server.c2308 SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
2323 SSL_set_options(con, SSL_OP_COOKIE_EXCHANGE);
H A Ds_client.c2112 SSL_set_options(con, SSL_OP_NO_QUERY_MTU);
/freebsd-13-stable/contrib/serf/buckets/
H A Dssl_buckets.c1875 SSL_set_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION);
/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dssl.h596 unsigned long SSL_set_options(SSL *s, unsigned long op);
/freebsd-13-stable/contrib/sendmail/src/
H A Dreadcf.c2492 (void) SSL_set_options(ssl, (long) ssloptions);
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile2620 MLINKS+= SSL_CTX_set_options.3 SSL_set_options.3

Completed in 293 milliseconds