Wireshark-commits: [Wireshark-commits] master 5b61737: WireGuard: implement initiation message decr
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5b61737dc997a63f799680c1d06c80a905d5d929
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
5b61737 by Peter Wu (peter@xxxxxxxxxxxxx):
WireGuard: implement initiation message decryption with static keys
Enable decryption of the static and timestamp fields when the private
static key of the responder is known. Decryption of the initiation and
response messages using private ephemeral keys will be done later.
Bug: 15011
Change-Id: Ifc9729059694700333b6677374ab467c8cb64263
Reviewed-on: https://code.wireshark.org/review/28989
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from cf9f1ca WireGuard: implement peer identification based on MAC1
add 5b61737 WireGuard: implement initiation message decryption with static keys
Summary of changes:
epan/dissectors/packet-wireguard.c | 433 ++++++++++++++++++++++++++++++++++++-
test/suite_decryption.py | 16 ++
2 files changed, 448 insertions(+), 1 deletion(-)