git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20004 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-20 20:51:22 +00:00
parent 2245b0bb00
commit d4ff6d4b96

View File

@@ -1,5 +1,11 @@
2007-01-20 Love H<>rnquist <20>strand <lha@it.su.se>
* randi.h: expose _hc_rand_unix_status and the internal
RAND_METHODs
* rand.c: Implement RAND_load_file and RAND_write_file. Select
UNIX random device if available, otherwise use Fortuna.
* Add EGD/PRNGD support
2007-01-17 Love H<>rnquist <20>strand <lha@it.su.se>