OpenBSD forks, prunes, fixes OpenSSL
zdnet.com
OpenBSD forks, prunes, fixes OpenSSL
1–10 of 58 posts
Re: OpenBSD forks, prunes, fixes OpenSSL
#2Beside good verifiable coding practice to have a quality implementation, it seems that the issue is with the many side channels attack that needs to be obfuscated and make the whole thing a lot harder to maintain and verify.
So I'm guessing the issue is probably more about the very badly engineered protocols with blurry designs and too many bells and whistles rather than with the basic cryptographic building blocks?
Re: OpenBSD forks, prunes, fixes OpenSSL
#3Cryptographic algorithm usually are pretty straight forward when you look at them. Beside good verifiable coding practice to have a quality implementation, it seems that the issue is with the many side channels attack that needs to be obfuscated and make the whole thing a lot harder to maintain and verify. So I'm guessing the issue is probably more about the very badly engineered protocols with blurry designs and too…
Take a look at the hand-optimized for speed immplementations in assembly sometime.
Re: OpenBSD forks, prunes, fixes OpenSSL
#4Cryptographic algorithm usually are pretty straight forward when you look at them. Beside good verifiable coding practice to have a quality implementation, it seems that the issue is with the many side channels attack that needs to be obfuscated and make the whole thing a lot harder to maintain and verify. So I'm guessing the issue is probably more about the very badly engineered protocols with blurry designs and too…
Re: OpenBSD forks, prunes, fixes OpenSSL
#5Cryptographic algorithm usually are pretty straight forward when you look at them. Beside good verifiable coding practice to have a quality implementation, it seems that the issue is with the many side channels attack that needs to be obfuscated and make the whole thing a lot harder to maintain and verify. So I'm guessing the issue is probably more about the very badly engineered protocols with blurry designs and too…
"Of necessity, some crypto code will be a bit scary to look at. anything that has to do regular jobs, like building a pathname, in a security library, should be a thing of beauty, not something that makes you want to throw up in your mouth."
Re: OpenBSD forks, prunes, fixes OpenSSL
#6Cryptographic algorithm usually are pretty straight forward when you look at them. Beside good verifiable coding practice to have a quality implementation, it seems that the issue is with the many side channels attack that needs to be obfuscated and make the whole thing a lot harder to maintain and verify. So I'm guessing the issue is probably more about the very badly engineered protocols with blurry designs and too…
Cryptographic algorithm usually are pretty straight forward when you look at them. Take a look at the hand-optimized for speed immplementations in assembly sometime.
Re: OpenBSD forks, prunes, fixes OpenSSL
#7Earlier quoted context omitted.
Cryptographic algorithm usually are pretty straight forward when you look at them. Take a look at the hand-optimized for speed immplementations in assembly sometime.
They're still just doing a bunch of math; the complexity is in I/O and protocol interactions, not the algorithms themselves.
Re: OpenBSD forks, prunes, fixes OpenSSL
#8Earlier quoted context omitted.
Cryptographic algorithm usually are pretty straight forward when you look at them. Take a look at the hand-optimized for speed immplementations in assembly sometime.
They're still just doing a bunch of math; the complexity is in I/O and protocol interactions, not the algorithms themselves.
http://www.opensource.apple.com/source/OpenSSL098/OpenSSL098...
Note: it's Perl.