commit | 95a11f8c16e30f15f6d1c8d12a980d86b493daa9 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Apr 30 16:02:38 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 08 18:28:40 2014 +0200 |
tree | 9cb539b69fc30f1cd36ccd157e1767232ee7495e | |
parent | ccebf6ef8a90ecc17ac91c53caab25b1ad8ff42c [diff] [blame] |
On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings
diff --git a/ChangeLog b/ChangeLog index cddf071..d7d7004 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -52,6 +52,7 @@ * Improve interoperability by not writing extension length in ClientHello when no extensions are present (found by Matthew Page) * rsa_check_pubkey() now allows an E up to N + * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings = Version 1.2.10 released 2013-10-07 Changes