Wireshark-commits: [Wireshark-commits] master 70f3737: ISAKMP: Fix handling of cert requests withou
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 5 Sep 2016 18:56:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=70f3737c3e4d9402cb2bb67cdd892e0e7e0ee991
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

70f3737 by Mirko Parthey (mirko.parthey@xxxxxx):

    ISAKMP: Fix handling of cert requests without CA
    
    Check IKEv1 Certificate Request Payloads for an empty
    Certificate Authority field, which is allowed by RFC 2408.
    Suppress dissection of this field if it is indeed empty.
    
    Change-Id: Ifb997e460a4c12003215fde86c374cfc769c5d72
    Reviewed-on: https://code.wireshark.org/review/17501
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  474199a   checkAPI: add deprecated atoi.
    adds  70f3737   ISAKMP: Fix handling of cert requests without CA


Summary of changes:
 epan/dissectors/packet-isakmp.c |    3 +++
 1 file changed, 3 insertions(+)