mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 06:35:28 +01:00
r16919@catbus: nickm | 2007-12-03 12:59:02 -0500
Add DHE-RSA-AES256-SHA to the list of ciphers encountered from v1 connections. svn:r12652
This commit is contained in:
parent
52e0bc69c0
commit
f4e228f849
1 changed files with 1 additions and 0 deletions
|
@ -544,6 +544,7 @@ tor_tls_server_info_callback(const SSL *ssl, int type, int val)
|
|||
SSL_CIPHER *cipher = sk_SSL_CIPHER_value(session->ciphers, i);
|
||||
const char *ciphername = SSL_CIPHER_get_name(cipher);
|
||||
if (strcmp(ciphername, TLS1_TXT_DHE_RSA_WITH_AES_128_SHA) &&
|
||||
strcmp(ciphername, TLS1_TXT_DHE_RSA_WITH_AES_256_SHA) &&
|
||||
strcmp(ciphername, SSL3_TXT_EDH_RSA_DES_192_CBC3_SHA) &&
|
||||
strcmp(ciphername, "(NONE)")) {
|
||||
/* XXXX should be ld_debug */
|
||||
|
|
Loading…
Add table
Reference in a new issue