Skip to content

Commit df7a102

Browse files
authored
Use RFC link for httpsig, fixes #205 (#209)
1 parent 46c8a57 commit df7a102

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IETF-RFC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Whereas the precise syntax of the Invite Message and the Invite Acceptance Gestu
144144
* REQUIRED: `email` - non-normative / informational; an email address for the Invite Receiver. Not necessarily at the same FQDN as their OCM Server
145145
* REQUIRED: `name` - human-readable name of the Invite Receiver, as a suggestion for display in the Invite Sender's address book
146146
* using TLS
147-
* using [httpsig](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12)
147+
* using [httpsig](https://datatracker.ietf.org/doc/rfc9421)
148148

149149
The Invite Receiver OCM Server SHOULD apply its own policies for trusting the Invite Sender OCM Server before making the Invite Acceptance Request.
150150

@@ -314,7 +314,7 @@ To create a Share, the Sending Server SHOULD make a HTTP POST request
314314
* using `application/json` as the `Content-Type` HTTP request header
315315
* its request body containing a JSON document representing an object with the fields as described below
316316
* using TLS
317-
* using [httpsig](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12)
317+
* using [httpsig](https://datatracker.ietf.org/doc/rfc9421)
318318

319319
## Fields
320320

@@ -476,7 +476,7 @@ make a HTTP POST request
476476
* using `application/json` as the `Content-Type` HTTP request header
477477
* its request body containing a JSON document representing an object with the fields as described below
478478
* using TLS
479-
* using [httpsig](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12)
479+
* using [httpsig](https://datatracker.ietf.org/doc/rfc9421)
480480

481481
## Fields
482482

0 commit comments

Comments
 (0)