2.3. Update Section 5.1.1 - PKI Message Header
2.3. Update Section 5.1.1 - PKI Message Header
La Section 5.1.1 de [RFC4210] décrit l'en-tête de message PKI. Ce document introduit la nouvelle version 3, indiquant le support d'EnvelopedData comme spécifié dans la Section 2.7 et hashAlg comme spécifié dans la Section 2.10.
Remplacez la syntaxe ASN.1 de PKIHeader et la description suivante de pvno par le texte suivant:
PKIHeader ::= SEQUENCE {
pvno INTEGER { cmp1999(1), cmp2000(2),
cmp2021(3) },
sender GeneralName,
recipient GeneralName,
messageTime [0] GeneralizedTime OPTIONAL,
protectionAlg [1] AlgorithmIdentifier{ALGORITHM, {...}}
OPTIONAL,
senderKID [2] KeyIdentifier OPTIONAL,
recipKID [3] KeyIdentifier OPTIONAL,
transactionID [4] OCTET STRING OPTIONAL,
senderNonce [5] OCTET STRING OPTIONAL,
recipNonce [6] OCTET STRING OPTIONAL,
freeText [7] PKIFreeText OPTIONAL,
generalInfo [8] SEQUENCE SIZE (1..MAX) OF
InfoTypeAndValue OPTIONAL
}
PKIFreeText ::= SEQUENCE SIZE (1..MAX) OF UTF8String
L'utilisation du numéro de version du protocole (pvno) est décrite dans la Section 7.