cvs commit: src/sbin/geom/class/eli geom_eli.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Sun Aug 14 14:13:09 GMT 2005
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
More information about the cvs-src
mailing list