OSDN Git Service

Fix errors in fortuna PRNG reseeding logic that could cause a predictable
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 21 May 2006 20:22:16 +0000 (20:22 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 21 May 2006 20:22:16 +0000 (20:22 +0000)
commit5cf07901c5118a55c9d8e1c704283cfc744bb68b
tree3ae8c525f6c60519e5a90d2feeafe665257c9c97
parent515112f9d4874aaedd0c093f41c0ba3e0bf7f660
Fix errors in fortuna PRNG reseeding logic that could cause a predictable
session key to be selected by pgp_sym_encrypt() in some cases.  This only
affects non-OpenSSL-using builds.  Marko Kreen
contrib/pgcrypto/fortuna.c