Viewing profile — blahrf
blahrf
HN member- Joined
- Tue, Jul 15, 2014, 4:24 AM UTC
- HN karma
- 2
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About blahrf
No profile information was provided.
Recent public activity
-
comment
Comment #8056091
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2014-2970 - seems to have been assigned April 21 - to something.. Obviously can't be LibreSSL - it didn't exist then.
-
story
CVE-2014-2970 from Dan Goodin article?
CVE-2014-2970 is mentioned in the article as being assigned to the LibreSSL PRNG stuff - When I search for it to get the details it still shows as reserved. Why? The LibreSSL guys …
-
comment
Comment #8035064
Ahh, not really - while the process thing the author describes is real - what you're saying is that any two processes show the same values, and that isn't the case. the bad guy nee…
-
comment
Comment #8035041
Not sure how a library is going to keep a caller from closing a descriptor - I've certainly seen people attempt to close them all in code before a fork, but that's probably patholo…
-
comment
Comment #8035005
Even though it looks like it won't get called, I'm wondering how bad the voodoo is? Anyone looked at what it is spitting into that hash function? How predictable are those clocks a…
-
comment
Comment #8034979
"If that's the case?" - Didn't you read the code? :) Sounds like you would prefer no stirring of any new entropy after you chroot... Looks to me like they're trying to require that…
-
comment
Comment #8034772
You can't simply seed it before a chroot. Look at the code. chacha adds entropy periodically and folds it in. You need entropy in the chroot. The author should probably read 10 lin…