[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [tor-bugs] #21115 [Core Tor]: Building Tor With Static SNI



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs