RFC Errata
RFC 9483, "Lightweight Certificate Management Protocol (CMP) Profile", November 2023
Source of RFC: lamps (sec)See Also: RFC 9483 w/ inline errata
Errata ID: 8183
Status: Verified
Type: Technical
Publication Format(s) : TEXT, PDF, HTML
Reported By: Rajeev Ranjan
Date Reported: 2024-11-20
Verifier Name: Deb Cooley
Date Verified: 2024-11-21
Section 4.1.6.1 says:
rid REQUIRED
-- MUST contain the subjectKeyIdentifier of the CMP protection
-- certificate, if available, in the rKeyId choice, and the
-- subjectKeyIdentifier MUST equal the senderKID in the
-- PKIHeader.
-- If the CMP protection certificate does not contain a
-- subjectKeyIdentifier, the issuerAndSerialNumber choice MUST
-- be used.
It should say:
rid REQUIRED
-- MUST contain the subjectKeyIdentifier of the CMP protection
-- certificate of the request message, if available. The
-- subjectKeyIdentifier is equal the senderKID in the
-- PKIHeader of that message.
-- If the CMP protection certificate of the request message does
-- not contain a subjectKeyIdentifier, the issuerAndSerialNumber
-- choice MUST be used.
Notes:
1. rKeyId choice is wrongly used here as Section 6.2.1 of RFC 5652 does not have rKeyId choice.
2. rid value must be taken from CMP protection certificate of request message as it is used to specify the recipient.
