cvs commit: src/sys/netkey key.c

Robert Watson rwatson at FreeBSD.org
Thu Sep 2 13:14:04 PDT 2004


rwatson     2004-09-02 20:14:03 UTC

  FreeBSD src repository

  Modified files:
    sys/netkey           key.c 
  Log:
  The KAME IPSEC implementation at one point used its own pseudo-random
  number generator, which was re-seeded via a timeout.  Now centralized
  randomness/entropy is used, we can garbage collect the timeout and
  re-seeding code (which was largely a no-op).
  
  Discussed with: itojun, suz, JINMEI Tatuya < jinmei at isl dot rdc dot toshiba dot co dot jp >
  
  Revision  Changes    Path
  1.67      +0 -22     src/sys/netkey/key.c


More information about the cvs-src mailing list