cvs commit: src/sbin/geom/class/eli geom_eli.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Aug 16 09:02:24 GMT 2005


pjd         2005-08-16 09:02:22 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/geom/class/eli  geom_eli.c 
  Log:
  MFC:    sbin/geom/class/eli/geom_eli.c  1.2
  
  When keys were configured without passphrase, number of iterations in
  metadata is equal to -1. if we then wanted to attach provider (or change
  keys) and forget about '-p' flag it failed on assertion (quite ok, without
  assertion it could call PKCS#5v2 with 4294967295 iterations).
  
  Instead of failing on assertion, remind about '-p' flag.
  
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.1.2.2   +4 -0      src/sbin/geom/class/eli/geom_eli.c


More information about the cvs-all mailing list