Searched refs:SSL_set_options (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13.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 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 D | SSL_new.pod | 56 =item any Options set via L<SSL_set_options(3)>
|
| 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-13.1/secure/lib/libssl/ |
| H A D | Version.map | 346 SSL_set_options;
|
| /freebsd-13.1/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 1587 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 D | t1_enc.c | 434 SSL_set_options(s, SSL_OP_NO_RENEGOTIATION); in tls1_change_cipher_state()
|
| H A D | d1_lib.c | 837 SSL_set_options(s, SSL_OP_COOKIE_EXCHANGE); in DTLSv1_listen()
|
| H A D | ssl_lib.c | 4798 unsigned long SSL_set_options(SSL *s, unsigned long op) in SSL_set_options() function
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | s_server.c | 2319 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 D | s_client.c | 2122 SSL_set_options(con, SSL_OP_NO_QUERY_MTU); in s_client_main()
|
| /freebsd-13.1/contrib/serf/buckets/ |
| H A D | ssl_buckets.c | 1875 SSL_set_options(ssl_ctx->ssl, SSL_OP_NO_COMPRESSION); in serf_ssl_use_compression()
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 659 =item unsigned long B<SSL_set_options>(SSL *ssl, unsigned long op);
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 590 unsigned long SSL_set_options(SSL *s, unsigned long op);
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | readcf.c | 2492 (void) SSL_set_options(ssl, (long) ssloptions);
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 2622 MLINKS+= SSL_CTX_set_options.3 SSL_set_options.3
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 1959 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
|