RFC 4880, "OpenPGP Message Format", November 2007
Source of RFC: openpgp (sec)
⚠ This RFC has been obsoleted!
Obsoleted by: RFC9580
Updated by: RFC5581
Errata-ID: 2242
- Status:
- Verified
- Type:
- Editorial
- Reported By:
- Constantin Hagemeier
- Date Reported:
- 2010-04-28
- Verified by:
- Sean Turner
- Date Verified:
- 2010-07-20
Section 13.1.3. says:
mL = intended length in octets of the encoded message, at least tLen
+ 11, where tLen is the octet length of the DER encoding T of a
certain value computed during the encoding operation
It should say:
emLen = intended length in octets of the encoded message, at least
tLen + 11, where tLen is the octet length of the DER encoding T
of a certain value computed during the encoding operation
Notes:
In the following text it is called emLen.
Changed to editorial.