[tor-bugs] #3275 [Pluggable transport]: obfsproxy's SOCKS server should support more SOCKS failure replies

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue May 24 01:11:37 UTC 2011


#3275: obfsproxy's SOCKS server should support more SOCKS failure replies
---------------------------------+------------------------------------------
 Reporter:  asn                  |          Owner:  asn
     Type:  defect               |         Status:  new
 Priority:  normal               |      Milestone:     
Component:  Pluggable transport  |        Version:     
 Keywords:                       |         Parent:     
   Points:                       |   Actualpoints:     
---------------------------------+------------------------------------------
 The SOCKS5 standard defines:
           o  REP    Reply field:
              o  X'00' succeeded
              o  X'01' general SOCKS server failure
              o  X'02' connection not allowed by ruleset
              o  X'03' Network unreachable
              o  X'04' Host unreachable
              o  X'05' Connection refused
              o  X'06' TTL expired
              o  X'07' Command not supported
              o  X'08' Address type not supported
              o  X'09' to X'FF' unassigned
 our obfsproxy src/socks.c currently only supports X'00' and X'01'.
 We should add support for the rest.

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


More information about the tor-bugs mailing list