Skip to content

Commit 2f5d015

Browse files
committed
Added OIDs registered by IANA
1 parent 86d939d commit 2f5d015

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

draft-ietf-lamps-rfc4210bis.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,11 +1705,11 @@ The certificate profile names in the CertProfileValue sequence relate to the Cer
17051705
A PKI entity MAY provide the KEM ciphertext for MAC-based message protection using KEM (see Section 5.1.3.4) in the generalInfo field of a request message to a PKI management entity if it knows that the PKI management entity uses a KEM key pair and has its public key.
17061706

17071707
~~~~ asn.1
1708-
id-it-KemCiphertextInfo OBJECT IDENTIFIER ::= { id-it TBD1 }
1708+
id-it-KemCiphertextInfo OBJECT IDENTIFIER ::= { id-it 24 }
17091709
KemCiphertextInfoValue ::= KemCiphertextInfo
17101710
~~~~
17111711

1712-
For more details of KEM-based message protection see {{sect-5.1.3.4}}. See {{sect-5.3.19.18}} for the definition of {id-it TBD1}.
1712+
For more details of KEM-based message protection see {{sect-5.1.3.4}}. See {{sect-5.3.19.18}} for the definition of {id-it 24}.
17131713

17141714

17151715
### PKI Message Body
@@ -3229,8 +3229,8 @@ This MAY be used by a PKI entity to get the KEM ciphertext for MAC-based message
32293229
The PKI entity which possesses a KEM key pair can request the ciphertext by sending an InfoTypeAndValue structure of type KemCiphertextInfo where the infoValue is absent. The ciphertext can be provided in the following genp message with an InfoTypeAndValue structure of the same type.
32303230

32313231
~~~~
3232-
GenMsg: {id-it TBD1}, < absent >
3233-
GenRep: {id-it TBD1}, KemCiphertextInfo
3232+
GenMsg: {id-it 24}, < absent >
3233+
GenRep: {id-it 24}, KemCiphertextInfo
32343234
~~~~
32353235

32363236
~~~~ asn.1
@@ -4014,13 +4014,13 @@ If a certificate or its precertificate was published in a CT log it must be revo
40144014

40154015
# IANA Considerations {#sect-9}
40164016

4017-
This document updates the ASN.1 modules of CMP Updates Appendix A.2 {{RFC9480}}. The OID TBD2 (id-mod-cmp2023-02) was registered in the "SMI Security for PKIX Module Identifier" registry to identify the updated ASN.1 module.
4017+
This document updates the ASN.1 modules of CMP Updates Appendix A.2 {{RFC9480}}. The OID 116 (id-mod-cmp2023-02) was registered in the "SMI Security for PKIX Module Identifier (1.3.6.1.5.5.7.0)" registry to identify the updated ASN.1 module.
40184018

40194019
In the SMI-numbers registry "SMI Security for PKIX CMP Information Types (1.3.6.1.5.5.7.4)" (see https://www.iana.org/assignments/smi-numbers/smi-numbers.xhtml#smi-numbers-1.3.6.1.5.5.7.4) as defined in {{RFC7299}} one addition has been performed.
40204020

40214021
One new entry has been added:
40224022

4023-
Decimal: TBD1
4023+
Decimal: 24
40244024

40254025
Description: id-it-KemCiphertextInfo
40264026

@@ -5155,7 +5155,7 @@ as well as changes made in this document.
51555155
PKIXCMP-2023
51565156
{ iso(1) identified-organization(3) dod(6) internet(1)
51575157
security(5) mechanisms(5) pkix(7) id-mod(0)
5158-
id-mod-cmp2023-02(TBD2) }
5158+
id-mod-cmp2023-02(116) }
51595159
DEFINITIONS EXPLICIT TAGS ::=
51605160
BEGIN
51615161
IMPORTS
@@ -5241,10 +5241,10 @@ FROM KEMAlgorithmInformation-2023 -- [RFC9629]
52415241
-- 1988 Syntax, PKIXCMP, 1.3.6.1.5.5.7.0.99 (id-mod-cmp2021-88)
52425242
-- 2002 Syntax, PKIXCMP-2021, 1.3.6.1.5.5.7.0.100
52435243
-- (id-mod-cmp2021-02)
5244-
-- Obsoleted by [RFCXXXX] PKIXCMP-2023, 1.3.6.1.5.5.7.0.TBD2
5244+
-- Obsoleted by [RFCXXXX] PKIXCMP-2023, 1.3.6.1.5.5.7.0.116
52455245
-- (id-mod-cmp2023-02)
52465246
-- [RFCXXXX]
5247-
-- 2002 Syntax, PKIXCMP-2023, 1.3.6.1.5.5.7.0.TBD2
5247+
-- 2002 Syntax, PKIXCMP-2023, 1.3.6.1.5.5.7.0.116
52485248
-- (id-mod-cmp2023-02)
52495249

52505250

@@ -5814,7 +5814,7 @@ SupportedInfoSet INFO-TYPE-AND-VALUE ::= { ... }
58145814
-- CRLsValue ::= SEQUENCE SIZE (1..MAX) OF
58155815
-- CertificateList
58165816
-- - id-it-crls added in [RFC9480]
5817-
-- id-it-KemCiphertextInfo OBJECT IDENTIFIER ::= {id-it TBD1}
5817+
-- id-it-KemCiphertextInfo OBJECT IDENTIFIER ::= {id-it 24}
58185818
-- KemCiphertextInfoValue ::= KemCiphertextInfo
58195819
-- - id-it-KemCiphertextInfo was added in [RFCXXXX]
58205820
--
@@ -5896,6 +5896,11 @@ END
58965896

58975897
Note: This appendix will be deleted in the final version of the document.
58985898

5899+
From version 18 -> 19:
5900+
5901+
* Added OIDs registered by IANA
5902+
5903+
58995904
From version 17 -> 18:
59005905

59015906
* Deleted last paragraph of Appendix D.3 to resolve the DISCUSS from Paul Wouters

0 commit comments

Comments
 (0)