Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_CTX_set_options.pod163 =item SSL_OP_CIPHER_SERVER_PREFERENCE
325 B<SSL_OP_CIPHER_SERVER_PREFERENCE> and
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Ds2_srvr.c681 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) { in get_client_hello()
696 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 Dssl.h612 # define SSL_OP_CIPHER_SERVER_PREFERENCE 0x00400000L macro
H A Ds3_lib.c3792 if (s->options & SSL_OP_CIPHER_SERVER_PREFERENCE) { in ssl3_choose_cipher()
/minix/crypto/external/bsd/openssl/dist/apps/
H A Ds_client.c926 off |= SSL_OP_CIPHER_SERVER_PREFERENCE; in MAIN()
H A Ds_server.c1170 off |= SSL_OP_CIPHER_SERVER_PREFERENCE; in MAIN()
/minix/crypto/external/bsd/openssl/dist/
H A DCHANGES5322 *) New option SSL_OP_CIPHER_SERVER_PREFERENCE allows the server to override