sequoia-sq/tests
Neal H. Walfield f139b50f24
Change sq key subkey export to require the certificate to export.
- `sq key subkey export` currently takes a list of keys to export.
    This is ambiguous if a key is associated with multiple certificates.

  - Add a new required parameter, `--cert`, which specifies what
    certificate to export.  The specified keys must be attached to that
    certificate under the NULL policy.

  - This change means that `sq key subkey export` can only export a
    single certificate at a time.

  - As the implementations of `sq key export` and `sq key subkey
    export` have diverged, don't try to consolidate them any more.

  - Fixes #386.
2024-11-06 16:08:02 +01:00
..
data Don't extend the expiration of invalid components. 2024-11-04 11:26:02 +01:00
integration Change sq key subkey export to require the certificate to export. 2024-11-06 16:08:02 +01:00
integration.rs Change sq key subkey export to require the certificate to export. 2024-11-06 16:08:02 +01:00
sq-subplot.rs Improve the way we make the subplot tests opt-in. 2024-08-15 14:16:26 +02:00