Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Aug 2005 09:02:22 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/geom/class/eli geom_eli.c
Message-ID:  <200508160902.j7G92NsD061096@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508160902.j7G92NsD061096>