Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
7b826f8f
Commit
7b826f8f
authored
Nov 07, 2007
by
Roger Dingledine
Browse files
a note from steven about how to set up a private test network
without link encryption. svn:r12410
parent
381619a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/common/tortls.c
View file @
7b826f8f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment