OSCORE: Add the new dissector - decrypt and verify the authenticity of requests
authorMališa Vučinić <malishav@gmail.com>
Wed, 20 Dec 2017 09:03:08 +0000 (10:03 +0100)
committerPeter Wu <peter@lekensteyn.nl>
Fri, 16 Mar 2018 15:02:13 +0000 (15:02 +0000)
commitee901c58e65bb69d4e4e5b0acfaf76b70b6d86fc
tree8d05ad3d16585de6349178ca98232cb974e66254
parent628407dea9af8fa4dbb4baa966000a7b7e5c5fa9
OSCORE: Add the new dissector - decrypt and verify the authenticity of requests

This change introduces the OSCORE dissector, following
draft-ietf-core-object-security-07. It performs decryption and
authenticity
check on requests.

Bug: 14417
Change-Id: I92e45d66d5df51f6d4dbea4ef44e707955b65bee
Reviewed-on: https://code.wireshark.org/review/25480
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
docbook/release-notes.asciidoc
epan/dissectors/CMakeLists.txt
epan/dissectors/Makefile.am
epan/dissectors/packet-oscore.c [new file with mode: 0644]
epan/dissectors/packet-oscore.h [new file with mode: 0644]