Wireshark-commits: [Wireshark-commits] master 338269f: ssl/dtls: add keyfile support to dtls
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 27 Apr 2014 18:00:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=338269fe41d6617a089a81d7e2ed0aa4e71819d7
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

338269f by Hauke Mehrtens (hauke@xxxxxxxxxx):

    ssl/dtls: add keyfile support to dtls
    
    This moves the keyfile and psk options from the ssl code into ssl-utils
    and then uses them also for dtls.
    
    This is the last missing part for bug 9499 from my side.
    
    Change-Id: Ie2fe5bc565eabe1e6ce62498c985b8a36e913b0f
    Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/1369
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  162a8c7   http: Display a list of cookies
    adds  338269f   ssl/dtls: add keyfile support to dtls


Summary of changes:
 epan/dissectors/packet-dtls.c      |    9 +++------
 epan/dissectors/packet-ssl-utils.c |   33 +++++++++++++++++++++++++++++++++
 epan/dissectors/packet-ssl-utils.h |    8 ++++++++
 epan/dissectors/packet-ssl.c       |   29 ++++-------------------------
 4 files changed, 48 insertions(+), 31 deletions(-)