[tor-bugs] #21115 [Core Tor]: Building Tor With Static SNI
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sat Dec 31 12:24:00 UTC 2016
#21115: Building Tor With Static SNI
--------------------------+---------------------
Reporter: mintu.juit@… | Owner:
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Core Tor | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------+---------------------
Comment (by cypherpunks):
> I have changed crypto_random_hostname to a Static char* in
/src/common/tortls.c to a fixed string but after that it is not working.
You need to replace another line to change SNI, it will minimize changes
too:
> SSL_set_tlsext_host_name(tls->ssl, fake_hostname);
Change it to:
{{{
SSL_set_tlsext_host_name(tls->ssl, "static.sni.com");
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21115#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list