From: Eric Wong Date: 2011-06-13T12:06:56+09:00 Subject: [ruby-core:37073] Re: [Ruby 1.9 - Bug #4579] SecureRandom + OpenSSL may repeat with fork Motohiro KOSAKI wrote: > Eeek. I dislike to remove OpenSSL dependency from SecureRadom. Because > /dev/urandom is less secure than OpenSSL. Is that only the case with poor urandom implementations in some systems? I'm fine with securerandom-openssl-pid-recycle.patch but I like securerandom_opensslfree.diff since it removes OpenSSL dependency. (I personally never liked OpenSSL)