]> git.tuebingen.mpg.de Git - paraslash.git/commit
Use openssl's RAND_load_file() and RAND_bytes() to get randomness.
authorAndre Noll <maan@systemlinux.org>
Sun, 14 Jun 2009 09:02:17 +0000 (11:02 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 14 Jun 2009 09:02:17 +0000 (11:02 +0200)
commit5d91cb9b0ed833517cc9288e9ca802d8a1b62757
treec7092ffe2ae4a1db1de486233863baa6143f9d30
parent7137a51458b34fe031c005539ba5035edcd67695
Use openssl's RAND_load_file() and RAND_bytes() to get randomness.

This should yield random data that is cryptographically stronger than
random().
command.c
crypt.c
crypt.h
para.h
server.c