|
@@ -1277,6 +1277,10 @@ tor_tls_context_new(crypto_pk_t *identity, unsigned int key_lifetime,
|
|
goto error;
|
|
goto error;
|
|
SSL_CTX_set_options(result->ctx, SSL_OP_NO_SSLv2);
|
|
SSL_CTX_set_options(result->ctx, SSL_OP_NO_SSLv2);
|
|
|
|
|
|
|
|
+
|
|
|
|
+ * historically been chosen for fingerprinting resistance. */
|
|
|
|
+ SSL_CTX_set_options(result->ctx, SSL_OP_CIPHER_SERVER_PREFERENCE);
|
|
|
|
+
|
|
|
|
|
|
* workaround a bug present in all OpenSSL 1.0.1 versions (as of 1
|
|
* workaround a bug present in all OpenSSL 1.0.1 versions (as of 1
|
|
* June 2012), wherein renegotiating while using one of these TLS
|
|
* June 2012), wherein renegotiating while using one of these TLS
|