Add TCRYPT documentation,
[platform/upstream/cryptsetup.git] / lib /
2012-12-02 Milan BrozAdd TCRYPT documentation,
2012-12-01 Milan BrozFix (stupid) crc32 keyfile endianess bug.
2012-11-30 Milan BrozAdd TCRYPT api test, fix some minor problems found.
2012-11-30 Milan BrozAdd missing pbkdf check file.
2012-11-30 Milan BrozAdd sys/types.h for loop wrapper (required on new systems).
2012-11-30 Milan BrozBetter tcrypt test options.
2012-11-30 Milan BrozAnd fix previous comment once more... :)
2012-11-30 Milan BrozFix skcipher failure handling.
2012-11-29 Milan BrozHandle kernel crypto api init failure better.
2012-11-27 Milan BrozTCRYPT: fix activation and hidden device offsets.
2012-11-26 Milan BrozTCRYPT: add backup header option.
2012-11-25 Milan BrozFix blockwise read/write for end writes near end of...
2012-11-25 Milan BrozTCRYPT: simplify code, support blowfish chains for...
2012-11-23 Milan BrozTCRYPT: add dump command
2012-11-23 Milan BrozTCRYPT: support crypt_volume_key_get
2012-11-23 Milan BrozTCRYPT: show proper device in status for chained mode
2012-11-23 Milan BrozTCRYPT: move all header handling into library.
2012-11-22 Milan BrozTCRYPT: parse cipher chain on init.
2012-11-22 Milan BrozTCRYPT: support proper device removal
2012-11-19 Milan BrozTCRYPT: implement (most of) legacy modes support.
2012-11-19 Milan BrozTCRYPT: support keyfiles
2012-11-19 Milan BrozAdd basic TCRYPT library.
2012-11-19 Milan BrozAdd simple cipher benchmarking.
2012-11-19 Milan BrozAdd kernel skcipher backend.
2012-11-19 Milan BrozAdd CRC32 implementation.
2012-11-19 Milan BrozMove PBKDF2 into crypto backend wrapper.
2012-09-19 Milan BrozFix some problems found by Coverity static analysis.
2012-09-11 Milan BrozAdd crypt_keyslot_area() API call.
2012-08-30 Milan BrozFix luksHeaderBackup for v1.0 (very old) headers and...
2012-08-28 Milan BrozProper handle error in device block get.
2012-08-28 Milan BrozRemove unused includes.
2012-08-28 Milan BrozReplace round_up macro with function.
2012-08-27 Milan BrozMove LUKS AF data sector alignment to AF helper function.
2012-08-27 Milan BrozAlways zero memory in crypt_safe_alloc.
2012-08-27 Milan BrozUse AF_split_size() to calculate split data size.
2012-08-27 Milan BrozGet rid of confusing LUKS_PHDR_SIZE macro.
2012-08-27 Dave Reisnerlib/utils_crypt: optimize seek to keyfile-offset
2012-08-27 Milan BrozDo not scan rotational flag for non-block devices ...
2012-08-14 Milan BrozSet context for DM log for all DM backend entries.
2012-08-14 Milan BrozAdd context to DM helpers.
2012-08-13 Milan BrozRemove debug line.
2012-08-13 Milan BrozPrint better error message if device is read-only etc.
2012-08-12 Milan BrozNew device access backend.
2012-07-09 Milan BrozFix library name for FIPS check.
2012-07-09 Milan BrozFix libcryptsetup.h docs for verity type.
2012-07-09 Milan BrozAdd some verity api test.
2012-06-26 Milan BrozRemove open device debugging feature (no longer needed).
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-19 Milan BrozRemove old dm-verity superblock handling.
2012-06-19 Milan BrozRemove dubious compilation warning.
2012-06-18 Milan BrozRemove redundant condition in overflow test.
2012-06-18 Milan BrozFix hex_to_bytes and add it to common utils.
2012-06-18 Milan BrozAdd ability to encrypt plain device.
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-11 Milan BrozUse block sizes in superblock in 32bit.
2012-06-11 Milan BrozVerity salt size is really uint16 in sb and uint32...
2012-06-11 Milan BrozFix inclusion of bitops.h.
2012-06-11 Milan BrozMerge branch 'veritysetup'
2012-06-11 Milan BrozRequire only up to last keyslot area for header device...
2012-06-10 Milan BrozCheck various number limits.
2012-06-10 Milan BrozAvoid some clang warnings.
2012-06-10 Milan BrozRemove some compilation warnings.
2012-06-10 Milan BrozSilence sb warning for now.
2012-06-10 Milan BrozLoop is automatically allocated in crypt_set_data_device().
2012-06-10 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-06-10 Milan BrozGet rid of backing_file in struct.
2012-06-10 Milan BrozAdd more verity debug messages.
2012-06-09 Milan BrozMove defines from header.
2012-06-09 Milan BrozAdd verity uuid specification.
2012-06-09 Milan BrozPrepare new superblock format.
2012-06-09 Milan BrozEnhance status of active device.
2012-06-09 Milan BrozSupport empty salt for verity, support no superblock.
2012-06-09 Milan BrozRemove redundant flags.
2012-06-08 Milan BrozUse action names in veritysetup (similar to cryptsetup).
2012-06-08 Milan BrozSupport init_by_name for verity.
2012-06-08 Milan BrozMove verity_sb definition to private file.
2012-06-08 Milan BrozUnify dm backend for crypt/verity.
2012-06-08 Milan BrozUse union in dm (crypt/verity) query structure.
2012-06-07 Milan BrozWarn if block exceeds page size.
2012-06-07 Milan BrozFix some strings, fix sb_offset.
2012-06-07 Milan BrozChange int types.
2012-06-07 Milan BrozDetect dm-verity in kernel.
2012-06-06 Milan BrozRewrite veritysetup to use libcryptsetup.
2012-05-31 Milan BrozMerge branch 'master' into veritysetup
2012-05-31 Milan BrozFix missing unistd include.
2012-05-28 Milan BrozBetter use _exit() on checksum fail.
2012-05-28 Milan BrozInclude stddef.h in libcryptsetup.h (size_t definition).
2012-05-27 Milan BrozFix compilation with old NSS (no GetVersion).
2012-05-27 Milan BrozFix readonly activation if underlying device is readonl...
2012-05-26 Milan BrozImplement more RNG backend wrappers.
2012-05-26 Milan BrozAdd version string to crypto backend.
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-22 Arno WagnerMerge branch 'master' of https://code.google.com/p...
2012-05-22 Milan BrozAdd nls.h for utils_fips.
2012-05-22 Milan BrozProperly handle rng error during wipe,
2012-05-22 Milan BrozFix clang compile warnings (error path).
2012-05-22 Milan BrozTranslate FIPS messages.
2012-05-21 Milan BrozImplement crypt RNG wrapper (for FIPS mode), use it...
next