Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Aug 2005 14:13:07 +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:  <200508141413.j7EED8rk052914@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2005-08-14 14:13:07 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/class/eli  geom_eli.c 
  Log:
  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.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.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?200508141413.j7EED8rk052914>