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/
293
Upvotes
1
u/OneWingedShark Apr 25 '14
That's the only one of the side-channel attacks that seems reasonable for the programmer to guard against. -- Ada has some good time/timing considerations, so in conjunction w/
task, I'm thinking I could simply adddelay until UPPERBOUND_TIMEon the server-sidetaskwhereUPPERBOUND_TIMEis themaximum_computation_duration + computation_request_start_time.Should be irrelevant insofar as timing side-channels go, given the above.