[or-cvs] r12410: a note from steven about how to set up a private test networ (tor/trunk/src/common)

arma at seul.org arma at seul.org
Wed Nov 7 15:33:14 UTC 2007


Author: arma
Date: 2007-11-07 10:33:14 -0500 (Wed, 07 Nov 2007)
New Revision: 12410

Modified:
   tor/trunk/src/common/tortls.c
Log:
a note from steven about how to set up a private test network
without link encryption.


Modified: tor/trunk/src/common/tortls.c
===================================================================
--- tor/trunk/src/common/tortls.c	2007-11-07 15:22:46 UTC (rev 12409)
+++ tor/trunk/src/common/tortls.c	2007-11-07 15:33:14 UTC (rev 12410)
@@ -343,6 +343,10 @@
  */
 #define CIPHER_LIST (TLS1_TXT_DHE_RSA_WITH_AES_128_SHA ":" \
                      SSL3_TXT_EDH_RSA_DES_192_CBC3_SHA)
+/* Note: for setting up your own private testing network with link
+ * crypto disabled, set your cipher list to SSL3_TXT_RSA_NULL_SHA.
+ * If you do this, you won't be able to communicate with any of the
+ * "real" Tors, though. */
 #else
 #error "Tor requires OpenSSL version 0.9.7 or later, for AES support."
 #endif



More information about the tor-commits mailing list