aboutsummaryrefslogtreecommitdiffstats
path: root/common/encrypt
AgeCommit message (Expand)AuthorFilesLines
2024-01-14common/encrypt: support custom data unit sizeEric Biggers1-8/+30
2024-01-14fscrypt-crypt-util: rename block to data unitEric Biggers1-5/+5
2022-10-27encrypt: add ceph supportXiubo Li1-0/+3
2022-09-20egrep, fgrep: deprecatedMurphy Zhou1-2/+2
2022-08-06fscrypt-crypt-util: add HCTR2 implementationNathan Huckleberry1-0/+2
2022-04-17common/encrypt: use a sub-keyring within the session keyringEric Biggers1-15/+40
2022-04-10common/encrypt: allow the use of 'fscrypt:' as key prefixLuís Henriques1-11/+25
2022-04-10common/encrypt: verify the key identifiersEric Biggers1-0/+13
2022-04-10common/encrypt: log full ciphertext verification paramsEric Biggers1-0/+11
2022-04-10fscrypt-crypt-util: use an explicit --direct-key optionEric Biggers1-6/+4
2021-07-25common/encrypt: accept '-' character in no-key namesEric Biggers1-1/+4
2021-07-25common/encrypt: add helper function for filtering no-key namesEric Biggers1-0/+17
2020-06-21generic: verify ciphertext of IV_INO_LBLK_32 encryption policiesEric Biggers1-5/+13
2020-02-17generic: test adding filesystem-level fscrypt key via key_idEric Biggers1-14/+70
2020-02-17common/encrypt: move constant test key to common codeEric Biggers1-0/+11
2020-01-03common/encrypt: support verifying ciphertext of IV_INO_LBLK_64 policiesEric Biggers1-19/+81
2020-01-03common/encrypt: create named variables for UAPI constantsEric Biggers1-8/+18
2019-10-26common/encrypt: support verifying ciphertext of v2 encryption policiesEric Biggers1-13/+45
2019-10-26common/encrypt: support checking for v2 encryption policy supportEric Biggers1-9/+33
2019-10-26common/encrypt: add helper functions that wrap new xfs_io commandsEric Biggers1-0/+65
2019-10-26common/encrypt: disambiguate session encryption keysEric Biggers1-10/+10
2019-10-23fstests: Add path $here before src/<file>Zhihao Cheng1-1/+1
2019-07-05common/encrypt: check that contents encryption is usableEric Biggers1-1/+3
2019-05-27common/encrypt: add helper for ciphertext verification testsEric Biggers1-0/+392
2019-05-27common/encrypt: support requiring other encryption settingsEric Biggers1-0/+58
2019-05-27common/encrypt: introduce helpers for set_encpolicy and get_encpolicyEric Biggers1-2/+27
2018-06-09common: convert to SPDX license tagsDave Chinner1-20/+3
2018-02-22fstests: _fail test by default when _scratch_mount failsEryu Guan1-1/+1
2017-12-31common/encrypt: Create an encrypted equivalent of _scratch_mkfs_sizedAri Sundholm1-0/+12
2017-06-08fstests: Add support for UBIFSDavid Oberhollenzer1-0/+4
2017-05-05generic: test revalidation of encrypted dentriesEric Biggers1-9/+33
2017-04-01generic: test encryption key revocation during concurrent I/OEric Biggers1-0/+8
2016-12-24encrypt: add utilities for testing filesystem encryptionEric Biggers1-0/+146