sequoia-sq/tests
Neal H. Walfield 27093c1709
Add support for using a key store.
- Support using keys managed by `sequoia-keystore`.

  - When decrypting a message, have `sq` automatically ask the
    key store to decrypt the PKESKs.

  - Extend `sq sign` and `sq encrypt` with the `--signer-key`
    parameter to use a key managed by the keystore.

  - Add two top-level options: `--no-key-store`, which disables the
    use of the key store, and `--key-store`, which uses an alternate
    key store instance.

  - Add `sq key list` to list keys on the key store.
2024-02-18 15:24:02 +01:00
..
data Move sq keyring lint to sq cert lint. 2024-02-09 18:52:11 +01:00
common.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-autocrypt.rs Turn Autocrypt Gossip into PKI artifacts when importing. 2024-01-29 19:48:51 +01:00
sq-cert-lint.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-certify.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-decrypt.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-encrypt.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-export.rs Move sq import and export to sq cert. 2024-01-19 11:24:21 +01:00
sq-import.rs Make sq cert export do what I mean. 2024-02-14 17:12:42 +01:00
sq-key-adopt.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-key-generate.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-key-revoke.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-key-subkey.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-key-userid.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-link.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-packet-decrypt.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-packet-dump.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-pki.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-sign.rs Add support for using a key store. 2024-02-18 15:24:02 +01:00
sq-subplot.rs Move subplot tests to a feature so subplot doesn't affect most builds 2023-04-19 10:54:05 +02:00