aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-01mkfs.ubifs: Enable support for building without cryptoRichard Weinberger
2018-11-01mkfs.ubifs: Move RAND_poll to crypto.cRichard Weinberger
2018-11-01mkfs.ubifs: More fscryptctl compatibilityRichard Weinberger
2018-11-01mkfs.ubifs: Fix key descriptor printingRichard Weinberger
2018-11-01mkfs.ubifs: Compute encryption key descriptor automaticallyRichard Weinberger
2018-11-01mkfs.ubifs: Fixup AES-XTS modeRichard Weinberger
2018-11-01mkfs.ubifs: Use correct sizes for keys and hash lengthsRichard Weinberger
2018-11-01mkfs.ubifs: Enable Cipher selectionRichard Weinberger
2018-11-01mkfs.ubifs: Correctly use iv lengths in aes-cts modeRichard Weinberger
2018-11-01mkfs.ubifs: Accept 0x prefix for key descriptorDavid Oberhollenzer
2018-11-01mkfs.ubifs: Check length of master keyDavid Oberhollenzer
2018-11-01mkfs.ubifs: Cleanup over-long linesDavid Oberhollenzer
2018-11-01mkfs.ubifs: Move fscrypt definitions and functions out of mkfs.ubifs.cDavid Oberhollenzer
2018-11-01mkfs.ubifs: Remove cipher implementations from public headerDavid Oberhollenzer
2018-11-01mkfs.ubifs: Initial support for encryption command linesDavid Oberhollenzer
2018-11-01mkfs.ubifs: Specify padding policy via command lineDavid Oberhollenzer
2018-11-01mkfs.ubifs: Get key descriptor from command line and master key from fileDavid Oberhollenzer
2018-11-01mkfs.ubifs: Make encryption dependend on (not-yet-existant) command line optionsDavid Oberhollenzer
2018-11-01mkfs.ubifs: Replace constant values with parameters in init_fscrypt_contextDavid Oberhollenzer
2018-11-01mkfs.ubifs: Cleanup add_dent_node, user path encryption helperDavid Oberhollenzer
2018-11-01mkfs.ubifs: Seperate path encryption from symlink encryption helperDavid Oberhollenzer
2018-11-01mkfs.ubifs: Free all index entry namesRichard Weinberger
2018-11-01mkfs.ubifs: Make sure we catch nodes that should or should not have nameRichard Weinberger
2018-11-01mkfs.ubifs: Move symlink data encryption to helper functionDavid Oberhollenzer
2018-11-01mkfs.ubifs: Implement file contents encryptionRichard Weinberger
2018-11-01mkfs.ubifs: Add encrypted symlink supportRichard Weinberger
2018-11-01mkfs.ubifs: Pass source/dest key len to key derive functionRichard Weinberger
2018-11-01mkfs.ubifs: Add dummy setup for cryptoRichard Weinberger
2018-11-01mkfs.ubifs: Implement filename encryptionRichard Weinberger
2018-11-01mkfs.ubifs: Store directory name len in the temporary indexRichard Weinberger
2018-11-01mkfs.ubifs: Implement fscrypto context store as xattrRichard Weinberger
2018-11-01mkfs.ubifs: Implement basic fscrypto context passingRichard Weinberger
2018-11-01mkfs.ubifs: Implement UBIFS_FLG_ENCRYPTIONRichard Weinberger
2018-11-01mkfs.ubifs: Add basic fscrypto functionsRichard Weinberger
2018-11-01mkfs.ubifs: Add fscrypto definesRichard Weinberger
2018-11-01mkfs.ubifs: Make r5 hash binary string awareRichard Weinberger
2018-11-01mkfs.ubifs: Implement UBIFS_FLG_DOUBLE_HASHDavid Oberhollenzer
2018-11-01mkfs.ubifs: Add crypto helper functionsDavid Oberhollenzer
2018-11-01common: Add round functionsRichard Weinberger
2018-11-01Import latest ubifs-media.hRichard Weinberger
2018-10-02mkfs.ubifs: Fix xattr nlink valueSascha Hauer
2018-10-02mtd-utils: Instead of doing preprocessor magic, just output off_t as long longThorsten Glaser
2018-09-20mtd-utils: common.h: fix prompt functionDavid Oberhollenzer
2018-09-20libmtd: don't print an error message for devices without ecc supportDavid Oberhollenzer
2018-09-08ubi-tests: io_paral: Fix error handling of update_volume()Martin Lund
2018-07-27ubi-utils: ubimkvol: Initialize req to zero to make sure no flags are set by ...Boris Brezillon
2018-06-28ubi-utils: ubinize: add support for skipping CRC check of a static volume whe...Quentin Schulz
2018-06-28ubi-utils: ubimkvol: add support for skipping CRC check of a static volume wh...Quentin Schulz
2018-06-28libubi: add volume flags to ubi_mkvol_requestQuentin Schulz
2018-06-28UBI: update ubi-user.h and ubi-media.hQuentin Schulz