From 7104a473ea77fa34ffbf831b64b94d0e58cb68f0 Mon Sep 17 00:00:00 2001 From: kosaki Date: Mon, 30 Nov 2015 20:29:22 +0000 Subject: * lib/securerandom.rb (SecureRandom::gen_random): use /dev/urandom for initialize OpenSSL's rand. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e3ece8073f..a9d9aac68b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 22 00:12:33 2015 KOSAKI Motohiro + + * lib/securerandom.rb (SecureRandom::gen_random): use /dev/urandom + for initialize OpenSSL's rand. + Wed Oct 21 12:10:04 2015 KOSAKI Motohiro * ext/openssl/ossl_rand.c (ossl_rand_bytes): RAND_bytes could -- cgit v1.2.3