| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-09 | cli-tests: add t_encrypt_login | Eric Biggers | |
| Test encrypting a directory using a login (pam_passphrase) protector. | |||
| 2020-05-09 | cli-tests: add t_encrypt_custom | Eric Biggers | |
| Test encrypting a directory using a custom_passphrase protector. | |||
| 2020-05-09 | cli-tests: add t_encrypt | Eric Biggers | |
| Add general tests for 'fscrypt encrypt'. For protector-specific tests, see t_encrypt_custom, t_encrypt_login, and t_encrypt_raw_key. | |||
| 2020-05-09 | cli-tests: add t_change_passphrase | Eric Biggers | |
| Test changing the passphrase of a custom_passphrase protector. | |||
| 2020-05-09 | Add cli-tests framework | Eric Biggers | |
| Add a framework for writing automated tests of the fscrypt command-line tool. See cli-tests/README.md for details. | |||