Home
last modified time | relevance | path

Searched refs:SSL_OP_CIPHER_SERVER_PREFERENCE (Results 1 – 9 of 9) sorted by relevance

/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_set_options.pod160 =item SSL_OP_CIPHER_SERVER_PREFERENCE
222 B<SSL_OP_CIPHER_SERVER_PREFERENCE> and
/onnv-gate/usr/src/common/openssl/ssl/
H A Ds2_srvr.c645 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) in get_client_hello()
664 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) in get_client_hello()
H A Ds2_clnt.c480 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) in get_server_hello()
H A Ds3_lib.c1955 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) in ssl3_choose_cipher()
H A Dssl.h515 #define SSL_OP_CIPHER_SERVER_PREFERENCE 0x00400000L macro
/onnv-gate/usr/src/common/openssl/apps/
H A Ds_client.c454 off|=SSL_OP_CIPHER_SERVER_PREFERENCE; in MAIN()
H A Ds_server.c703 { off|=SSL_OP_CIPHER_SERVER_PREFERENCE; } in MAIN()
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c2323 #ifdef SSL_OP_CIPHER_SERVER_PREFERENCE
2324 { "SSL_OP_CIPHER_SERVER_PREFERENCE", SSL_OP_CIPHER_SERVER_PREFERENCE },
/onnv-gate/usr/src/common/openssl/
H A DCHANGES2455 *) New option SSL_OP_CIPHER_SERVER_PREFERENCE allows the server to override