mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Generate certificates that enable v3 handshake
This commit is contained in:
parent
7935c4bdfa
commit
6bfb31ff56
@ -1086,7 +1086,7 @@ tor_tls_context_new(crypto_pk_env_t *identity, unsigned int key_lifetime)
|
||||
|
||||
tor_tls_init();
|
||||
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. */
|
||||
if (!(rsa = crypto_new_pk_env()))
|
||||
|
Loading…
Reference in New Issue
Block a user