You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft-ietf-oauth-status-list.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ normative:
48
48
RFC8949: RFC8949
49
49
RFC9052: RFC9052
50
50
RFC9110: RFC9110
51
+
RFC5280: RFC5280
51
52
RFC9596: RFC9596
52
53
IANA.MediaTypes:
53
54
author:
@@ -807,6 +808,22 @@ The following is a non-normative example for media type `application/json`:
807
808
}
808
809
~~~
809
810
811
+
# X.509 Certificate Extensions
812
+
813
+
## Extended Key Purpose Extension {#eku}
814
+
815
+
{{RFC5280}} specifies the EKU X.509 certificate extension for use on end entity certificates. The extension indicates one or more purposes for which the certified public key is valid. The EKU extension can be used in conjunction with the Key Usage (KU) extension, which indicates the set of basic cryptographic operations for which the certified key may be used.
816
+
817
+
The following OID is defined for usage in the EKU extension
## Status List with 2-Bit Status Values in JSON format
@@ -1321,6 +1338,10 @@ To indicate that the content is an CWT-based Status List:
1321
1338
* Change controller: IETF
1322
1339
* Provisional registration? No
1323
1340
1341
+
## X.509 Certificate Extended Key Purpose OID Registration
1342
+
1343
+
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).
1344
+
1324
1345
--- back
1325
1346
1326
1347
# Acknowledgments
@@ -1362,6 +1383,7 @@ for their valuable contributions, discussions and feedback to this specification
1362
1383
* differentiate unlinkability between Issuer-RP and RP-RP
1363
1384
* add prior art
1364
1385
* updated language around application specific status type values and assigned ranges for application specific usage
1386
+
* add short security considerations section for mac based deployments
0 commit comments