Check if requested hash is supported before writing LUKS header.
[platform/upstream/cryptsetup.git] / luks / keymanage.c
2010-08-13 Milan BrozCheck if requested hash is supported before writing...
2010-08-13 Milan BrozPrint error if luksHeaderBackup called for non-LUKS...
2010-08-09 Milan BrozUse default data alignment to 1MiB.
2010-08-05 Milan BrozWipe iteration count and salt for wiped keyslot in...
2010-05-27 Milan BrozAdd verbose log level and move unlocking keyslot messag...
2010-04-09 Milan BrozSupport topology information for data alignment (LUKS).
2010-01-15 Milan BrozFix missing includes on recent systems.
2010-01-15 Milan BrozFix hash lowercase conversion for malformed string.
2010-01-10 Milan BrozFix invalid device error message.
2010-01-10 Milan BrozConvert hash name to lower case for compatibility reasons.
2010-01-10 Milan BrozProperly initialise gcrypt in format call.
2009-12-30 Milan BrozChange in iterations counts:
2009-11-14 Milan BrozAlways print warning when device is not LUKS in crypt_l...
2009-11-14 Milan BrozAdd CRYPT_ prefix to enum defined in libcryptsetup.h.
2009-09-28 Milan BrozAdd luksHeaderBackup and luksHeaderRestore commands...
2009-08-31 Milan BrozAdd LUKS open and format test using new api.
2009-08-30 Milan Broz* Run performance check for PBKDF2 from LUKS code,...
2009-08-30 Milan Broz* Add log macros and make logging modre consitent.
2009-08-30 Milan BrozRequire device device-mapper to build and do not use...
2009-07-30 Milan BrozRemove internal SHA1 implementation, not needed now.
2009-07-30 Milan BrozMove XOR function to af.c, nobody outside of it use...
2009-07-30 Milan BrozAdd required parameters for changing hash used in LUKS...
2009-07-30 Milan BrozSwitch PBKDF2 from internal SHA1 to libgcrypt.
2009-07-30 Milan BrozReturn ENOENT for empty keyslots, EINVAL will be used...
2009-07-28 Milan BrozOptimize o_direct read/writes.
2009-06-20 Milan BrozCheck device size when loading LUKS header.
2009-06-19 Milan BrozUse better error messages if device doesn't exist
2008-12-19 Clemens Fruhwirth* Fix wrong output for remaining key at key deletion.
2008-08-20 Clemens FruhwirthError handling improvement thanks to Erik Edin.
2008-03-22 Clemens FruhwirthInitial checking of what was revision 56 on luks.endorp...