Browse Source

Generate certificates that enable v3 handshake

Nick Mathewson 14 years ago
parent
commit
6bfb31ff56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/tortls.c

+ 1 - 1
src/common/tortls.c

@@ -1086,7 +1086,7 @@ tor_tls_context_new(crypto_pk_env_t *identity, unsigned int key_lifetime)
 
 
   tor_tls_init();
   tor_tls_init();
   nickname = crypto_random_hostname(8, 20, "www.", ".net");
   nickname = crypto_random_hostname(8, 20, "www.", ".net");
-  nn2 = crypto_random_hostname(8, 20, "www.", ".net");
+  nn2 = crypto_random_hostname(8, 20, "www.", ".com");
 
 
   /* Generate short-term RSA key for use with TLS. */
   /* Generate short-term RSA key for use with TLS. */
   if (!(rsa = crypto_new_pk_env()))
   if (!(rsa = crypto_new_pk_env()))