ietf-openpgp
[Top] [All Lists]

Re: Cleartext Signatures

2005-10-10 12:06:52

Ben Laurie wrote:
Sigh. The I-D says armour lines are at most 76 characters.


!IIRC, so replace 'standard' with fixed.

Getting back to the point of vedaal's kindly
provided suggestion, the length of the armour
lines is not fixed, and successive implementations
have wrestled with the length, gradually setting
it less as newer mailer and editor artifacts pop
out of the electronic woodwork.

My point is that the length of the Header/Tail Lines
and/or the Armor lines suggests a more effective
maximum to the length of the headers, as then the
headers themselves won't cause any problems.

If it is a big enough issue, I'd suggest adding
the following guidance:

    The format of an Armor Header is that of a key-value pair.  A colon
    (':' 0x38) and a single space (0x20) separate the key and value.
    OpenPGP should consider improperly formatted Armor Headers to be
    corruption of the ASCII Armor.  Unknown keys should be reported to
    the user, but OpenPGP should continue to process the message.
  ******
    From experience, implementations may limit or warn if the length
    of any Armor Header exceeds the length of other lines.
  ******

Or somesuch, towards end of page 49.  Here's an alternate:

  ******
    As messages may experience various transformations during
    transport, resiliance may be improved if Armor Headers are
    kept short, by for example being no longer than the length
    of other lines (Armor Header Lines or the Armor itself).
  *****

iang