[tor-bugs] #23295 [Core Tor/Tor]: Detect AES-NI hw encryption also if no cpu flags for AES-NI is present

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Aug 22 18:58:13 UTC 2017


#23295: Detect AES-NI hw encryption also if no cpu flags for AES-NI is present
--------------------------+------------------------
 Reporter:  naif          |          Owner:  (none)
     Type:  enhancement   |         Status:  new
 Priority:  Medium        |      Milestone:
Component:  Core Tor/Tor  |        Version:
 Severity:  Normal        |     Resolution:
 Keywords:                |  Actual Points:
Parent ID:                |         Points:
 Reviewer:                |        Sponsor:
--------------------------+------------------------

Comment (by nickm):

 The kind of exception you get from a missing instruction is not the kind
 that you get from a C++ "throw"; usually it just crashes the process.

 You can try to fool around with signal handlers to avoid that, but it's
 not so portable, and it's usually a bad idea.

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


More information about the tor-bugs mailing list