#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
_______________________________________________
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Reply via email to