openssl/crypto/rand
Jakub Wilk 8781538f41 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:29:23 +01:00
..
.cvsignore
Makefile More type-checking. 2008-06-04 11:01:43 +00:00
md_rand.c clarify comment 2010-06-16 13:17:22 +00:00
rand.h Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
rand_egd.c Revert commit #17603, it should have been part of #17617. 2008-11-12 07:27:36 +00:00
rand_err.c Update from 0.9.8 stable. Eliminate duplicate error codes. 2006-11-21 21:29:44 +00:00
rand_lcl.h
rand_lib.c Revert the size_t modifications from HEAD that had led to more 2008-11-12 03:58:08 +00:00
rand_nw.c rand_nw.c: compensate for gcc bug (using %edx instead of %eax at -O3) 2010-07-08 09:15:33 +00:00
rand_os2.c PR: 1903 2009-04-22 16:21:20 +00:00
rand_unix.c PR: 2563 2011-12-19 17:04:39 +00:00
rand_vms.c Apply all the changes submitted by Steven M. Schweda <sms@antinode.info> 2011-03-19 09:44:53 +00:00
rand_win.c Avoid Windows 8 Getversion deprecated errors. 2014-02-25 13:43:04 +00:00
randfile.c Create ~/.rnd with mode 0600 instead of 0666 2014-06-08 21:29:23 +01:00
randtest.c