Imported upstream version 1.6.7
[platform/upstream/cryptsetup.git] / lib / utils_crypt.c
2016-05-10 Kichan KwonImported upstream version 1.6.7 63/68863/1
2012-12-29 Milan BrozChange License from GPLv2 only to GPLv2+ ("or any later").
2012-12-21 Milan BrozAdd copyright line for files I have written or modified.
2012-09-19 Milan BrozFix some problems found by Coverity static analysis.
2012-08-27 Milan BrozAlways zero memory in crypt_safe_alloc.
2012-08-27 Dave Reisnerlib/utils_crypt: optimize seek to keyfile-offset
2012-06-25 Milan BrozSwitch to use unit suffix for --reduce-device-size...
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...