Skip to content
Open
Changes from 4 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
48 changes: 46 additions & 2 deletions draft-ietf-oauth-status-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@ normative:
org: "WHATWG"
title: "Fetch Living Standard"
target: "https://fetch.spec.whatwg.org/commit-snapshots/4775fcb48042c8411df497c0b7cf167b4240004f/#http-cors-protocol"
X.680:
title: "Information Technology - Abstract Syntax Notation One (ASN.1): Specification of basic notation"
author:
org: International Telecommunications Union
date: "13.02.2021"
X.690:
title: "Information Technology - ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)"
author:
org: International Telecommunications Union
date: "13.02.2021"

informative:
RFC6749: RFC6749
Expand Down Expand Up @@ -916,7 +926,7 @@ The following OID is defined for usage in the EKU extension
~~~
id-kp OBJECT IDENTIFIER ::=
{ iso(1) identified-organization(3) dod(6) internet(1)
security(5) mechanisms(5) pkix(7) 3 }
security(5) mechanisms(5) pkix(7) kp(3) }

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

## X.509 Certificate Extended Key Purpose OID Registration

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).
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).

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).

# Appendix A. ASN.1 Module {#asn1-module}
{:numbered="false"}

The following module adheres to ASN.1 specifications {{X.680}} and {{X.690}}.

~~~

OauthStatusSigning-EKU
{ iso(1) identified-organization(3) dod(6) internet(1)
security(5) mechanisms(5) pkix(7) id-mod(0)
id-mod-oauth-status-signing-eku (TBD) }

DEFINITIONS IMPLICIT TAGS ::=
BEGIN

-- OID Arc

id-kp OBJECT IDENTIFIER ::=
{ iso(1) identified-organization(3) dod(6) internet(1)
security(5) mechanisms(5) pkix(7) kp(3) }

-- Extended Key Usage Values

id-kp-oauthStatusSigning OBJECT IDENTIFIER ::= { id-kp TBD }

END
~~~

--- back

Expand Down Expand Up @@ -1927,6 +1967,10 @@ CBOR encoding:
# Document History
{:numbered="false"}

-14

* Add ASN.1 module

-13

* add definition of client to terminology
Expand Down