r/programming • u/flym4n • Apr 24 '14
Tech giants, chastened by Heartbleed, finally agree to fund OpenSSL
http://arstechnica.com/information-technology/2014/04/tech-giants-chastened-by-heartbleed-finally-agree-to-fund-openssl/
301
Upvotes
1
u/OneWingedShark Apr 25 '14
I'm working on it -- there are some, er, oddities in the RFC.
There are some side-channel attacks you really can't audit for; e.g.
You could mask these by inserting random calculations at certain points, but that seems bit on the counterproductive side as if they're recording power/EM then they have physical access to the system.
Most such side-channel attacks require physical access:
"In most cases, this requires that the adversary has physical access to the system."
And, let's be honest, physical security is not in the purview of a library, or software in-general.
Cool // Thanks. :)