Skip to content

Commit 11f39bd

Browse files
authored
Merge branch 'main' into gen_art_review
2 parents 2e528c1 + ab08011 commit 11f39bd

File tree

1 file changed

+46
-2
lines changed

1 file changed

+46
-2
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@ normative:
8686
org: "WHATWG"
8787
title: "Fetch Living Standard"
8888
target: "https://fetch.spec.whatwg.org/commit-snapshots/4775fcb48042c8411df497c0b7cf167b4240004f/#http-cors-protocol"
89+
X.680:
90+
title: "Information Technology - Abstract Syntax Notation One (ASN.1): Specification of basic notation"
91+
author:
92+
org: International Telecommunications Union
93+
date: "13.02.2021"
94+
X.690:
95+
title: "Information Technology - ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)"
96+
author:
97+
org: International Telecommunications Union
98+
date: "13.02.2021"
8999

90100
informative:
91101
RFC6749: RFC6749
@@ -916,7 +926,7 @@ The following OID is defined for usage in the EKU extension
916926
~~~
917927
id-kp OBJECT IDENTIFIER ::=
918928
{ iso(1) identified-organization(3) dod(6) internet(1)
919-
security(5) mechanisms(5) pkix(7) 3 }
929+
security(5) mechanisms(5) pkix(7) kp(3) }
920930

921931
id-kp-oauthStatusSigning OBJECT IDENTIFIER ::= { id-kp TBD }
922932
~~~
@@ -1482,7 +1492,40 @@ RESTful Environments (CoRE) Parameters" Registry [IANA.Core.Params]:
14821492

14831493
## X.509 Certificate Extended Key Purpose OID Registration
14841494

1485-
IANA is also requested to register the following OID "1.3.6.1.5.5.7.3.TBD" in the "SMI Security for PKIX Extended Key Purpose" registry (1.3.6.1.5.5.7.3), this OID is defined in section [](#eku).
1495+
IANA is requested to register the following OID "1.3.6.1.5.5.7.3.TBD" in the "SMI Security for PKIX Extended Key Purpose" registry (1.3.6.1.5.5.7.3), this OID is defined in section [](#eku).
1496+
1497+
IANA is requested to register the following OID "1.3.6.1.5.5.7.0.TBD" in the "SMI Security for PKIX Module Identifier" registry (1.3.6.1.5.5.7.0), this OID is defined in section [](#asn1-module).
1498+
1499+
# Appendix A. ASN.1 Module {#asn1-module}
1500+
{:numbered="false"}
1501+
1502+
The following module adheres to ASN.1 specifications {{X.680}} and {{X.690}}.
1503+
1504+
~~~
1505+
<CODE BEGINS>
1506+
1507+
OauthStatusSigning-EKU
1508+
{ iso(1) identified-organization(3) dod(6) internet(1)
1509+
security(5) mechanisms(5) pkix(7) id-mod(0)
1510+
id-mod-oauth-status-signing-eku (TBD) }
1511+
1512+
DEFINITIONS IMPLICIT TAGS ::=
1513+
BEGIN
1514+
1515+
-- OID Arc
1516+
1517+
id-kp OBJECT IDENTIFIER ::=
1518+
{ iso(1) identified-organization(3) dod(6) internet(1)
1519+
security(5) mechanisms(5) pkix(7) kp(3) }
1520+
1521+
-- OAuth Extended Key Usage
1522+
1523+
id-kp-oauthStatusSigning OBJECT IDENTIFIER ::= { id-kp TBD }
1524+
1525+
END
1526+
1527+
<CODE ENDS>
1528+
~~~
14861529

14871530
--- back
14881531

@@ -1933,6 +1976,7 @@ CBOR encoding:
19331976
* removed 0x0B from application-specific Status Type
19341977
* reemphasized that expired tokens with status "VALID" are still expired
19351978
* renamed section "Status List Aggregation in JSON Format" to "Status List Aggregation Data Structure"
1979+
* Add ASN.1 module
19361980

19371981
-13
19381982

0 commit comments

Comments
 (0)