1 3.2 (MPI) doesn't specify what the unused bits should be set
2 to. This may be deliberate but I think it should either say they MUST
3 be zero (which I prefer) or that their content is unspecified.
5 4.2 refers to Content Tags, but 4.3 calls them Packet Tags.
7 5.5.2 doesn't mention V2 keys.
9 In section 9.1, Schneier is given as the reference for DSA - why not refer to FIPS 186-2, which is freely available? Or, indeed, HAC 11.5.1, available here: http://www.cacr.math.uwaterloo.ca/hac/about/chap11.pdf.
11 Similarly 9.2, TripleDES (which, presumably is EDE 3DES - it'd be good
12 to be specific) is on some FIPS document which I forget or in HAC
13 chapter 7 (7.32 in 7.2.3 and 7.4.2).
19 "0x10: Generic certification of a User ID and Public Key packet."
21 Does this mean that the signature is over the User ID packet and the Public Key packet, concatenated, in that order? Or what?
23 Also, what on earth does:
25 Note that all PGP "key signatures" are this type of
32 "The data being signed is hashed, and then the signature type and
33 creation time from the signature packet are hashed (5 additional
38 "The concatenation of the data to be signed, the signature type and
39 creation time from the signature packet (5 additional octets) is hashed."
43 " - File name as a string (one-octet length, followed by file name),
44 if the encrypted data should be saved as a file."
46 but no mention of what if it shouldn't be saved as a file. 0 length,
51 " - A four-octet number that indicates the modification date of the
52 file, or the creation time of the packet, or a zero that
53 indicates the present time."
55 I would _guess_ that it means modification date of the file if there's
56 a filename, the creation time if there isn't. I have no idea what zero
57 is supposed to mean. Nothing, would be the obvious interpretation -
58 "the present time" is nonsensical.
60 Once more, when I know what its supposed to mean, I'll suggest
71 A tiny point, I know, but it made it hard to find.
73 Key algorithms ... these are used in various contexts, and there's a
74 list in 9.1 - some of these are clearly unsuitable in some contexts -
75 for example, one would not expect to see RSA Ecnrpyt-Only (3) in a
76 signature. But I can't find any language saying anything about
77 this. Are there any rules?