aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2019-09-25 14:21:30 +0000
committerWerner Koch <[email protected]>2019-09-25 14:21:30 +0000
commitd38f877bd88c348644742f79bfb4909dd3af493b (patch)
treede6c7f11ec866bfe00e66766cbcfe3cc5a371412
parenttests: Add two user-id parsing test cases. (diff)
downloadgnupg-d38f877bd88c348644742f79bfb4909dd3af493b.tar.gz
gnupg-d38f877bd88c348644742f79bfb4909dd3af493b.zip
doc: Minor doc updates and a typo fix.
--
-rw-r--r--doc/DETAILS12
-rw-r--r--g10/objcache.c4
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/DETAILS b/doc/DETAILS
index 3fa651e12..ed5cadec6 100644
--- a/doc/DETAILS
+++ b/doc/DETAILS
@@ -1141,12 +1141,12 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB:
Status codes are also used between the components of the GnuPG
system via the Assuan S lines. Some of them are documented here:
-*** PUBKEY_TYPE <n>
- The type of the public key in the following D-lines or communicated
- via a pipe. <n> is the value of =enum pubkey_types=.
-
-
-
+*** PUBKEY_INFO <n> <ubid>
+ The type of the public key in the following D-lines or
+ communicated via a pipe. <n> is the value of =enum pubkey_types=
+ and <ubid> the Unique Blob ID which is a SHA-1 digest the entire
+ blob here formatted in hex.. The consumer of this status line
+ should be prepared to see a <ubid> of up to 64 characters.
* Format of the --attribute-fd output
diff --git a/g10/objcache.c b/g10/objcache.c
index adb0717d7..a90b4d9d8 100644
--- a/g10/objcache.c
+++ b/g10/objcache.c
@@ -30,8 +30,8 @@
#include "options.h"
#include "objcache.h"
-/* Note that max value for uid_items is actually a the threshold when
- * we start to look for ietms which can be removed. */
+/* Note that max value for uid_items is actually the threshold when
+ * we start to look for items which can be removed. */
#define NO_OF_UID_ITEM_BUCKETS 107
#define MAX_UID_ITEMS_PER_BUCKET 20