dm-verity: Fix a boundary condition that caused failure for certain device sizes
[platform/upstream/cryptsetup.git] / lib / verity / verity_hash.c
2013-06-28 Mikulas Patockadm-verity: Fix a boundary condition that caused failure...
2012-12-29 Milan BrozChange License for sub-libraries from GPLv2 only to...
2012-09-19 Milan BrozFix some problems found by Coverity static analysis.
2012-08-12 Milan BrozNew device access backend.
2012-06-18 Milan BrozRemove redundant condition in overflow test.
2012-06-12 Milan BrozMerge branch 'reenc' of https://code.google.com/p/crypt...
2012-06-11 Milan BrozMerge branch 'veritysetup'
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 BrozAdd more verity debug messages.
2012-06-09 Milan BrozMove defines from header.
2012-06-09 Milan BrozPrepare new superblock format.
2012-06-08 Milan BrozUse action names in veritysetup (similar to cryptsetup).
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-06 Milan BrozRewrite veritysetup to use libcryptsetup.