Skip to content

Commit 2bed459

Browse files
Updated references
1 parent 761ce16 commit 2bed459

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

draft-ietf-core-groupcomm-proxy.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ normative:
5353
informative:
5454
I-D.bormann-coap-misc:
5555
I-D.tiloca-core-oscore-discovery:
56-
I-D.amsuess-core-cachable-oscore:
56+
I-D.ietf-core-cacheable-oscore:
5757
I-D.ietf-ace-key-groupcomm-oscore:
5858
I-D.ietf-core-oscore-capable-proxies:
5959
RFC8446:
@@ -582,7 +582,7 @@ It can be actually possible to enable revalidation of responses between proxy an
582582

583583
Fundamentally, this requires to define the possible use of the ETag Option also as an outer option for OSCORE. Thus, in addition to the normal inner ETag, a server can add also an outer ETag option intended for the proxy.
584584

585-
Since validation of responses assumes that cacheability of responses is possible in the first place, it would be convenient to define the use of ETag as outer option in {{I-D.amsuess-core-cachable-oscore}}.
585+
Since validation of responses assumes that cacheability of responses is possible in the first place, it would be convenient to define the use of ETag as outer option in {{I-D.ietf-core-cacheable-oscore}}.
586586

587587
In case OSCORE is also used between the proxy and an individual origin server as per {{I-D.ietf-core-oscore-capable-proxies}}, then the outer ETag Option would be seamlessly protected with the OSCORE Security Context shared between the proxy and the origin server.
588588

@@ -670,7 +670,7 @@ In fact, when starting from the same plain CoAP message, different clients gener
670670

671671
### Deterministic Requests to Achieve Cacheability # {#sec-det-req}
672672

673-
For application scenarios that use secure group communication, it is still possible to achieve cacheability of responses at proxies by using the approach defined in {{I-D.amsuess-core-cachable-oscore}}, which is based on Deterministic Requests protected with the pairwise mode of Group OSCORE. This approach is limited to group requests that are safe (in the RESTful sense) to process and do not yield side effects at the servers. As for any protected group request, it requires the clients and all the servers in the CoAP group to have already joined the correct OSCORE group.
673+
For application scenarios that use secure group communication, it is still possible to achieve cacheability of responses at proxies by using the approach defined in {{I-D.ietf-core-cacheable-oscore}}, which is based on Deterministic Requests protected with the pairwise mode of Group OSCORE. This approach is limited to group requests that are safe (in the RESTful sense) to process and do not yield side effects at the servers. As for any protected group request, it requires the clients and all the servers in the CoAP group to have already joined the correct OSCORE group.
674674

675675
Starting from the same plain CoAP request, this allows different clients in the OSCORE group to deterministically generate the same request protected with Group OSCORE, which is sent to the proxy for being forwarded to the CoAP group. The proxy can now effectively cache the resulting responses from the servers in the CoAP group, since the same plain CoAP request will result again in the same Deterministic Request and thus will produce a cache hit.
676676

@@ -1490,6 +1490,8 @@ C P S1 S2
14901490

14911491
* Extended security considerations on client authentication.
14921492

1493+
* Updated references.
1494+
14931495
* Clarifications and editorial improvements.
14941496

14951497
## Version -04 to -05 ## {#sec-04-05}

0 commit comments

Comments
 (0)