[tor-bugs] #11768 [Obfsproxy]: don't print scramblesuit disclaimer for each connection
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue May 6 12:54:04 UTC 2014
#11768: don't print scramblesuit disclaimer for each connection
-----------------------+---------------------
Reporter: asn | Owner: asn
Type: defect | Status: new
Priority: normal | Milestone:
Component: Obfsproxy | Version:
Keywords: | Actual Points:
Parent ID: | Points:
-----------------------+---------------------
{{{
def __init__( self ):
"""
Initialise a ScrambleSuitTransport object.
"""
log.error("\n\n################################################\n"
"Do NOT rely on ScrambleSuit for strong security!\n"
"################################################\n")
log.debug("Initialising %s." % const.TRANSPORT_NAME)
}}}
This disclaimer should be printed in `setup()` not in `__init__()`, since
`__init__()` is called for every connection.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/11768>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list