[tor-bugs] #2205 [Tor Relay]: private network of nodes running master doesn't allow client requests to complete

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue Nov 30 09:53:19 UTC 2010


#2205: private network of nodes running master doesn't allow client requests to
complete
-----------------------+----------------------------------------------------
 Reporter:  Sebastian  |       Owner:                    
     Type:  defect     |      Status:  needs_review      
 Priority:  major      |   Milestone:  Tor: 0.2.3.x-final
Component:  Tor Relay  |     Version:                    
 Keywords:             |      Parent:                    
-----------------------+----------------------------------------------------

Comment(by cypherpunks):

 Replying to [comment:25 cypherpunks]:
 > Replying to [comment:20 nickm]:
 > >branch "bug2205_idea"; what do you think?
 >
 > it's working too at least as idea, overcomplex but still valid. wonder
 why it's non working in practice, mystery.

 Openssl calling a callback with another type for SSL_ST_OK:
 {{{
                 case SSL_ST_OK:
                         /* clean a few things up */
                         ssl3_cleanup_key_block(s);

 ..[skiped while pasted]..

                         ret = 1;
                         goto end;

 }}}

 {{{
 end:
         /* BIO_flush(s->wbio); */

         s->in_handshake--;
         if (cb != NULL)
                 cb(s,SSL_CB_ACCEPT_EXIT,ret);
 }}}

 Tor waiting for SSL_CB_ACCEPT_LOOP, not SSL_CB_ACCEPT_EXIT.

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/2205#comment:26>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list