From 73173a01fa85cc34c7efcb34a74aeb8e8c308988 Mon Sep 17 00:00:00 2001
From: rikard-sics 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.
+ 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. +