diff options
author | Werner Koch <wk@gnupg.org> | 2024-01-19 12:40:58 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2024-01-22 10:16:03 +0100 |
commit | c8060a8f23a72cab399c4d7212c97529ae83ba34 (patch) | |
tree | fb3374a3229b9d1ca7f02878818898dc03a39dff | |
parent | Pass PINENTRY_GEOM_HINT environment variable to pinentry (diff) | |
download | gnupg2-c8060a8f23a72cab399c4d7212c97529ae83ba34.tar.xz gnupg2-c8060a8f23a72cab399c4d7212c97529ae83ba34.zip |
doc: Document Backup-info in keyformat.txt
--
This name is used by Kleopatra for quite some time now but was missing
a specification.
-rw-r--r-- | agent/keyformat.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/agent/keyformat.txt b/agent/keyformat.txt index fbe999ca1..e0c4df0f0 100644 --- a/agent/keyformat.txt +++ b/agent/keyformat.txt @@ -155,6 +155,16 @@ This field is for card key. If given and the value is "yes" dialog window when card is not available. When the value is "no", a card operation is refused with GPG_ERR_UNUSABLE_SECKEY error. +*** Backup-info +This gives information for a backup of the key. The follwoing fields +are space delimited: + +- Hexified keygrip (uppercase) to make it easy to identify the + filename. When restoring software should make sure that the keygrip + matches the one derived from the "Key" field. +- Backup time in as ISO string. +- Name of the backup software. +- Arbitrary information. * Private Key Format ** Unprotected Private Key Format |