openssl/crypto/rand
Jakub Wilk 7be1d8764d Create ~/.rnd with mode 0600 instead of 0666
Because of a missing include <fcntl.h> we don't have O_CREATE and don't create
the file with open() using mode 0600 but fall back to using fopen() with the
default umask followed by a chmod().

Problem found by Jakub Wilk <jwilk@debian.org>.
2014-06-08 21:15:48 +01:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
Makefile Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00
md_rand.c ssleay_rand_add returns a value in 1.1.0 2014-04-09 15:35:51 +01:00
rand_egd.c misspellings fixes by https://github.com/vlajos/misspell_fixer 2013-09-05 21:39:42 +01:00
rand_err.c Extensive reorganisation of PRNG handling in FIPS module: all calls 2011-04-05 15:24:10 +00:00
rand_lcl.h Use rdrand as additional entropy source. 2014-01-11 14:19:25 +00:00
rand_lib.c Use rdrand as additional entropy source. 2014-01-11 14:19:25 +00:00
rand_nw.c misspellings fixes by https://github.com/vlajos/misspell_fixer 2013-09-05 21:39:42 +01:00
rand_os2.c Merge from 1.0.0-stable branch. 2009-04-23 16:32:42 +00:00
rand_unix.c PR: 2563 2011-12-19 17:01:37 +00:00
rand_vms.c After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMS 2011-03-19 10:58:14 +00:00
rand_win.c Avoid Windows 8 Getversion deprecated errors. 2014-02-25 13:40:33 +00:00
rand.h Extensive reorganisation of PRNG handling in FIPS module: all calls 2011-04-05 15:24:10 +00:00
randfile.c Create ~/.rnd with mode 0600 instead of 0666 2014-06-08 21:15:48 +01:00
randtest.c Version skew reduction: trivia (I hope). 2012-06-03 22:00:21 +00:00