]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
a note from steven about how to set up a private test network
authorRoger Dingledine <arma@torproject.org>
Wed, 7 Nov 2007 15:33:14 +0000 (15:33 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 7 Nov 2007 15:33:14 +0000 (15:33 +0000)
without link encryption.

svn:r12410

src/common/tortls.c

index d6a0d8488edb116416b79ba93a7f081fc8b6f82b..4b46f9d9d20d24d42d60836b2efe5608163dc64b 100644 (file)
@@ -343,6 +343,10 @@ tor_tls_create_certificate(crypto_pk_env_t *rsa,
  */
 #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