Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 7873] Add authentication methods HMAC-SHA2-256-96 and HMAC

Date: Thu, 18 Oct 2012 01:58:20 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7873

--- Comment #1 from msp@xxxxxx 2012-10-18 01:58:19 PDT ---
Created attachment 9373
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9373
Test case - wireshark capture file

copy ikev2_decryption_table to ~/.wireshark and run

   wireshark -r hmac-sha256-128.pcap

With the unpatched wireshark you get the error message

     Error loading table 'IKEv2 Decryption Table': ikev2_decryption_table:2:
     invalid value: HMAC_SHA2_256_128 [RFC4868]

and the IKE_AUTH message remains encrypted.

After patching, the encrypted payload of the IKE_AUTH message is authenticated
and decrypted properly.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.