Wireshark-commits: [Wireshark-commits] master 453f009: Minimal support for ECJPAKE.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 30 Jun 2018 13:38:20 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=453f009ace284d878e099e2037c516bb6c2f90d5
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

453f009 by Markus Becker (markus.becker@xxxxxxxxxxxx):

    Minimal support for ECJPAKE.
    
    "Elliptic Curve Cryptography (ECC) variant of Password Authenticated
    Key Exchange by Juggling (ECJPAKE)" as defined in
    https://www.ietf.org/archive/id/draft-cragie-tls-ecjpake-01.txt
    and used in
    https://www.threadgroup.org/ThreadSpec.
    
    Change-Id: I8c73a2528182427ff4f4734e3fe1618adc464192
    Reviewed-on: https://code.wireshark.org/review/28531
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  6f3f662   ubdp: fix no previous prototype for ‘proto_reg_handoff_ubdp’ [-Wmissing-prototypes]
    adds  453f009   Minimal support for ECJPAKE.


Summary of changes:
 epan/dissectors/packet-ssl-utils.c | 7 +++++++
 epan/dissectors/packet-ssl-utils.h | 1 +
 2 files changed, 8 insertions(+)