Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SecureRandom rather than OpenSSL::Random #52

Merged
merged 1 commit into from
Apr 21, 2016

Conversation

sbc100
Copy link
Contributor

@sbc100 sbc100 commented Apr 21, 2016

SecureRandom uses OpenSSL::Random under the hood anyway but
is apparently a more secure:
https://bugs.ruby-lang.org/issues/4579

SecureRandom uses OpenSSL::Random under the hood anyway but
is apparently a more secure:
https://bugs.ruby-lang.org/issues/4579
@mdp mdp merged commit 27a59b3 into mdp:master Apr 21, 2016
@mdp
Copy link
Owner

mdp commented Apr 21, 2016

Yep, makes sense. Thanks for fixing this. Pushed out under v3.0.1

@sbc100 sbc100 deleted the fix_openssl_random_usage branch April 22, 2016 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants