[PATCH 1/3] agent: Update key format document.
Justus Winter
justus at g10code.com
Thu Apr 14 16:41:10 CEST 2016
* agent/keyformat.txt: Drop obsolete paragraph.
Signed-off-by: Justus Winter <justus at g10code.com>
---
agent/keyformat.txt | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/agent/keyformat.txt b/agent/keyformat.txt
index 42c4b1f..04bc6ed 100644
--- a/agent/keyformat.txt
+++ b/agent/keyformat.txt
@@ -43,23 +43,6 @@ optional but required for some operations to calculate the fingerprint
of the key. This timestamp should be a string with the number of
seconds since Epoch or an ISO time string (yyyymmddThhmmss).
-Actually this form should not be used for regular purposes and only
-accepted by gpg-agent with the configuration option:
---allow-non-canonical-key-format. The regular way to represent the
-keys is in canonical representation[3]:
-
-(private-key
- (rsa
- (n #00e0ce9..[some bytes not shown]..51#)
- (e #010001#)
- (d #046129F..[some bytes not shown]..81#)
- (p #00e861b..[some bytes not shown]..f1#)
- (q #00f7a7c..[some bytes not shown]..61#)
- (u #304559a..[some bytes not shown]..9b#)
- )
- (uri http://foo.bar x-foo:whatever_you_want)
-)
-
Protected Private Key Format
==============================
--
2.1.4
More information about the Gnupg-devel
mailing list