Thanks for the patches! I'll apply them once I'm at my devel machine
later today. I don't know why /dev/random wouldn't block, but shall
look into it.
Cheers
AGL
--
Adam Langley a...@imperialviolet.org http://www.imperialviolet.org
I always thought that /dev/random blocked when empty. However, it may
be that, if the pool is insufficient to serve the request, it returns
what it has and only blocks on the next call. Thus I've committed a
patch to git to deal with this case
(e6dbb7a0bad09f6780c79221ed65b44a963c15d6). Thanks for the report!