diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-06-12 04:41:59 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-06-12 04:48:06 +0000 |
commit | e037657edaf0b3ee9d2e30f6fe3edf6879976472 (patch) | |
tree | 8e19619b700c66d5ec0d8f7f33196cf79ab6032e /doc | |
parent | doc: Mention new command --show-keys in the 2.2.7 NEWS. (diff) | |
download | gnupg-fix-T4019.tar.gz gnupg-fix-T4019.zip |
gpg: Add new usage option for drop-subkey filters.fix-T4019
* g10/import.c (impex_filter_getval): Add new "usage" property for
drop-subkey filter.
--
For example, this permits extraction of only encryption-capable
subkeys like so:
gpg --export-filter 'drop-subkey=usage !~ e' --export $FPR
GnuPG-Bug-id: 4019
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | doc/gpg.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 2915d25e1..d0aa0100e 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2418,6 +2418,11 @@ The available properties are: Boolean indicating whether a key or subkey is a secret one. (drop-subkey) + @item usage + A string indicating the usage flags for the subkey, from the + sequence ``ecsa?''. For example, a subkey capable of just signing + and authentication would be an exact match for ``sa''. (drop-subkey) + @item sig_created @itemx sig_created_d The first is the timestamp a signature packet was created. The |