Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial changes for ASN.1 #44

Merged
merged 3 commits into from
Sep 23, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions draft-mandel-lamps-rfc5272bis.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Note: For now, this section will be list of the changes introduced

* Publish Trust Anchors Control hashAlgorithm changed to SHA-256
* Update DH-POP from RFC2875 to RFC6955

* Editorial changes

--02 version changes:

Expand Down Expand Up @@ -3485,9 +3485,6 @@ BEGIN

CMC-UnsignedAtts ATTRIBUTE ::= { aa-cmc-unsignedData }

--
--

id-cmc OBJECT IDENTIFIER ::= { id-pkix 7 } -- CMC controls
id-cct OBJECT IDENTIFIER ::= { id-pkix 12 } -- CMC content types

Expand Down Expand Up @@ -3525,8 +3522,8 @@ BEGIN
cmc-statusInfoV2 | cmc-trustedAnchors | cmc-authData |
cmc-batchRequests | cmc-batchResponses | cmc-publishCert |
cmc-modCertTemplate | cmc-controlProcessed |
cmc-identityProofV2 | cmc-popLinkWitnessV2, ...,
cmc-raIdentityWitness | cmc-responseBody }
cmc-identityProofV2 | cmc-popLinkWitnessV2 |
cmc-raIdentityWitness | cmc-responseBody, ... }

OTHER-REQUEST ::= TYPE-IDENTIFIER

Expand All @@ -3551,8 +3548,8 @@ BEGIN
certificationRequest CertificationRequest
}

AttributeList ATTRIBUTE ::= { at-extension-req, ...,
at-cmc-changeSubjectName }
AttributeList ATTRIBUTE ::= { at-extension-req |
at-cmc-changeSubjectName, ... }

CertificationRequest ::= SEQUENCE {
certificationRequestInfo SEQUENCE {
Expand Down Expand Up @@ -3749,9 +3746,9 @@ BEGIN
witness OCTET STRING
}

POPAlgs MAC-ALGORITHM ::= { maca-hMAC-SHA1, maca-hMAC-SHA256, ... }
POPAlgs MAC-ALGORITHM ::= { maca-hMAC-SHA1 | maca-hMAC-SHA256, ... }

WitnessAlgs DIGEST-ALGORITHM ::= { mda-sha1, mda-sha256, ... }
WitnessAlgs DIGEST-ALGORITHM ::= { mda-sha1 | mda-sha256, ... }

DecryptedPOP ::= SEQUENCE {
bodyPartID BodyPartID,
Expand All @@ -3769,8 +3766,6 @@ BEGIN
bodyIds SEQUENCE OF BodyPartID
}

--

cmc-getCert CMC-CONTROL ::=
{ GetCert IDENTIFIED BY id-cmc-getCert }

Expand Down Expand Up @@ -3891,7 +3886,6 @@ BEGIN
BodyPartPath ::= SEQUENCE SIZE (1..MAX) OF BodyPartID

-- Allow for distribution of trust anchors
--

cmc-trustedAnchors CMC-CONTROL ::=
{ PublishTrustAnchors IDENTIFIED BY id-cmc-trustedAnchors }
Expand Down Expand Up @@ -4048,6 +4042,7 @@ The module contained in this appendix extends the PBKDF2-PRFs algorithm
set defined in {{Section 3 of CMS-ALGS}}. Apply this extension prior to
compiling {{asn.1-cmc}} to ensure the imported kda-PBKDF2 includes the
6 HMAC algorithms included in this ASN.1 module.

~~~
PBKDF2-PRFs-2023
{ iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9)
Expand Down
Loading