Add --device-size option for reencryption tool.
[platform/upstream/cryptsetup.git] / lib / utils_crypt.c
2012-06-25 Milan BrozAdd --device-size option for reencryption tool.
2012-06-18 Milan BrozFix hex_to_bytes and add it to common utils.
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-10 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-05-26 Milan BrozMerge branch 'master' of https://code.google.com/p...
2012-05-26 Milan BrozDo not use IV for null cipher.
2012-05-20 Milan BrozAllow empty cipher (cipher_null).
2012-04-24 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-04-22 Yuri ChornoivanFix typo
2012-04-02 Milan BrozVersion 1.4.2.
2012-03-29 Milan BrozAdd --keyfile-offset and --new-keyfile-offset to crypts...
2012-03-16 Milan BrozUnify password verification option.
2012-01-12 Milan BrozFix use of empty keyfile (Issue 120).
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...