Fix sscanf cipher string and avoid warning wih -fsanitize=address.
[platform/upstream/cryptsetup.git] / lib / utils_crypt.h
2013-07-23 Milan BrozFix sscanf cipher string and avoid warning wih -fsaniti...
2013-06-23 Cristian RodríguezFix buildsytem to always include config.h.
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-11-19 Milan BrozTCRYPT: support keyfiles
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-04-02 Milan BrozVersion 1.4.2.
2012-03-29 Milan BrozAdd --keyfile-offset and --new-keyfile-offset to crypts...
2011-03-19 Milan BrozRewrite key input handling, add limits.
2011-01-25 Milan BrozDetect # of keys from cipher string.
2010-11-13 Milan BrozSimplify return codes from get key functions.
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 BrozAdd utils_crypt file and test for supported modes prese...