• Bruce Momjian's avatar
    - Add Fortuna PRNG to pgcrypto. · 4fcf8b11
    Bruce Momjian authored
    - Move openssl random provider to openssl.c and builtin provider
      to internal.c
    - Make px_random_bytes use Fortuna, instead of giving error.
    - Retarget random.c to aquiring system randomness, for initial seeding
      of Fortuna.  There is ATM 2 functions for Windows,
      reader from /dev/urandom and the regular time()/getpid() silliness.
    
    Marko Kreen
    4fcf8b11
Makefile 1.56 KB