summaryrefslogtreecommitdiff
path: root/lib/utils_crypt.h
AgeCommit message (Collapse)AuthorFilesLines
2023-02-16Imported Upstream version 2.3.7upstream/2.3.7Karol Lewandowski1-2/+5
2020-07-24Imported Upstream version 2.3.3upstream/2.3.3Karol Lewandowski1-19/+7
Change-Id: I3af4bf459d2b73bed419873693a905a2606332b9
2016-05-11Imported Upstream version 1.6.7upstream/1.6.7Kichan Kwon1-0/+2
Change-Id: I7f33776c1d534cf59a8f28b972698ad95240ce5e Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
2016-05-10Revert "Imported upstream version 1.6.7"Kwon1-2/+0
This reverts commit a3777a6b2cde2c7133141474dd4c428220a3e9cc. Change-Id: I5c3c27a5a5677c20afb1a8e69c6ac99785cb37d1
2016-05-10Imported upstream version 1.6.7Kichan Kwon1-0/+2
Change-Id: Ibccd9c20d2f467bdafb3eadb136dac955efd8e45 Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
2013-07-23Fix sscanf cipher string and avoid warning wih -fsanitize=address.Milan Broz1-1/+1
Code need to count terminating zero.
2013-06-23Fix buildsytem to always include config.h.Cristian Rodríguez1-1/+0
- config.h must always be the first file to be included - Use AM_CFLAGS and AM_LDFLAGS consistently and properly. (Modified to disable build without largefile support etc by Milan Broz <gmazyland@gmail.com>)
2012-12-29Change License from GPLv2 only to GPLv2+ ("or any later").Milan Broz1-1/+2
Agreed by all copyright authors.
2012-12-21Add copyright line for files I have written or modified.Milan Broz1-0/+1
2012-11-19TCRYPT: support keyfilesMilan Broz1-0/+1
2012-06-25Add --device-size option for reencryption tool.Milan Broz1-0/+1
2012-06-18Fix hex_to_bytes and add it to common utils.Milan Broz1-0/+2
2012-04-02Version 1.4.2.Milan Broz1-0/+20
Add header and copyright for header files.
2012-03-29Add --keyfile-offset and --new-keyfile-offset to cryptsetup.Milan Broz1-1/+1
Add resume_by_keyfile_offset, add_kesylot_by_keyfile_offset and activate_by_keyfile_offset to API. Thanks to Matthew Monaco <matthew.monaco@0x01b.net>
2011-03-19Rewrite key input handling, add limits.Milan Broz1-4/+8
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@474 36d66b0a-2a48-0410-832c-cd162a569da5
2011-01-25Detect # of keys from cipher string.Milan Broz1-1/+2
Fix status output string. git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@417 36d66b0a-2a48-0410-832c-cd162a569da5
2010-11-13Simplify return codes from get key functions.Milan Broz1-3/+3
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@363 36d66b0a-2a48-0410-832c-cd162a569da5
2010-10-26Move get_key to common code, simplify verify flags.Milan Broz1-0/+8
(This code need rewrite anyway). git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@352 36d66b0a-2a48-0410-832c-cd162a569da5
2010-10-26Move safe alloc routines into common lib file.Milan Broz1-0/+4
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@351 36d66b0a-2a48-0410-832c-cd162a569da5
2010-10-26Add utils_crypt file and test for supported modes presentation.Milan Broz1-0/+9
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@348 36d66b0a-2a48-0410-832c-cd162a569da5