Searched refs:SSL_set_options (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_options.pod | 5 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 D | SSL_CTX_new.pod | 167 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 D | tls_openssl.c | 1580 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 D | Version.map | 346 SSL_set_options;
|
| /freebsd-12.1/crypto/openssl/ssl/ |
| H A D | d1_lib.c | 837 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
|
| H A D | ssl_lib.c | 4600 unsigned long SSL_set_options(SSL *s, unsigned long op) in SSL_set_options() function
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | s_server.c | 2311 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 D | s_client.c | 2092 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in s_client_main()
|
| /freebsd-12.1/contrib/serf/buckets/ |
| H A D | ssl_buckets.c | 1874 SSL_set_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()
|
| /freebsd-12.1/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 659 =item unsigned long B<SSL_set_options>(SSL *ssl, unsigned long op);
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 588 unsigned long SSL_set_options(SSL *s, unsigned long op);
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | readcf.c | 2479 (void) SSL_set_options(ssl, (long) ssloptions);
|
| /freebsd-12.1/secure/lib/libcrypto/ |
| H A D | Makefile.man | 2597 MLINKS+= SSL_CTX_set_options.3 SSL_set_options.3
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | CHANGES | 1569 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
|