Fix FSF address in license text according to
[platform/upstream/cryptsetup.git] / lib / utils_crypt.c
2011-11-02 Milan BrozFix FSF address in license text according to
2011-10-09 Milan BrozFix exit code if passphrases do not match in luksAddKey...
2011-04-18 Milan BrozRemove another compile warnings.
2011-03-25 Milan BrozFix return code when passphrase is read from pipe.
2011-03-19 Milan BrozRewrite key input handling, add limits.
2011-03-14 Milan BrozSpecify copyright holders in source files.
2011-01-25 Milan BrozDetect # of keys from cipher string.
2010-11-15 Milan BrozFix some warnings if compiled with clang.
2010-11-13 Milan BrozSimplify return codes from get key functions.
2010-11-05 Milan Broz* Add crypt_get_type(), crypt_resize(), crypt_keyslot_max()
2010-10-26 Milan BrozMove get_key to common code, simplify verify flags.
2010-10-26 Milan BrozMove safe alloc routines into common lib file.
2010-10-26 Milan BrozRemove dead parse code.
2010-10-26 Milan BrozAdd utils_crypt file and test for supported modes prese...