From 73173a01fa85cc34c7efcb34a74aeb8e8c308988 Mon Sep 17 00:00:00 2001 From: rikard-sics Date: Mon, 4 May 2020 08:22:40 +0200 Subject: [PATCH] Added text to Specification & Overview tabs about OSCORE and Californium --- index.html | 3 ++- spec.html | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 98c3bf8..96f4890 100644 --- a/index.html +++ b/index.html @@ -76,7 +76,8 @@

Secure

The Internet of Things cannot spread as long as it can be exploited by hackers willy-nilly. CoAP does not just pay lip service to security, it actually provides strong security. CoAP's default choice of DTLS parameters is equivalent to - 3072-bit RSA keys, yet still runs fine on the smallest nodes. + 3072-bit RSA keys, yet still runs fine on the smallest nodes. In addition, the OSCORE protocol is + an extension to CoAP for providing end-to-end security at the application layer.

diff --git a/spec.html b/spec.html index 12b3e43..761d59c 100644 --- a/spec.html +++ b/spec.html @@ -57,6 +57,14 @@

Group comm

RFC 7390 provides additional information and protocol flows for how to use CoAP for group communication.

+

OSCORE

+

+ RFC 8613 + defines Object Security for Constrained RESTful Environments (OSCORE) + which is a protocol for applying application-layer protection to CoAP messages + providing end-to-end security. The Java implementation of CoAP Californium + includes support for OSCORE. +

Dependent specifications