[tor-bugs] #11050 [Obfsproxy]: pycrypto's AES implementation is not constant time
Tor Bug Tracker & Wiki
blackhole at torproject.org
Mon Feb 24 21:58:47 UTC 2014
#11050: pycrypto's AES implementation is not constant time
-----------------------------------------+---------------------
Reporter: yawning | Owner: asn
Type: defect | Status: new
Priority: normal | Milestone:
Component: Obfsproxy | Version:
Keywords: AES, cache timing, pycrypto | Actual Points:
Parent ID: | Points:
-----------------------------------------+---------------------
This is a non-issue when AES-NI is supported by the host CPU since a
separate code path is taken.
https://github.com/dlitz/pycrypto/blob/master/src/AES.c
It's not too bad in the pluggable transport case since traffic is super-
enciphered, the session keys are ephemeral, and actually extracting
sufficiently accurate timing information is probably non-trivial, but it
probably should be addressed somehow.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/11050>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list