aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-oscore.h
AgeCommit message (Collapse)AuthorFilesLines
2020-05-27oscore: Update to RFC8613.Mališa Vučinić1-1/+4
-Update dissection of the OSCORE option. -Enable zero-length Sender and Recipient ID. -Add ID Context field in preferences. -Update context derivation to rfc8613. -Extend context lookup to include ID context. -Fix Observe responses. Bug: 16585 Change-Id: Ib9823a54cf535be3559e1c41a19b8b612458777f Reviewed-on: https://code.wireshark.org/review/37314 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-03-16OSCORE: Decrypt responses and dissect plaintext with CoAP functionsMališa Vučinić1-0/+1
Add support for decrypting Observe responses with Partial IV within the response. CoAP prioritizes the Partial IV from the response if present, if not it passes Partial IV from the corresponding request. Bug: 14417 Change-Id: Icb0f782de67bd0507db4f1f2a2ea90c72a4b6f0a Reviewed-on: https://code.wireshark.org/review/25483 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2018-03-16OSCORE: Add the new dissector - decrypt and verify the authenticity of requestsMališa Vučinić1-0/+72
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>