Wireshark-commits: [Wireshark-commits] master 720f504: ssl: support any address/port combi for priv
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 26 Apr 2014 15:36:18 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=720f504dd61c365a88f5745b1b5656eb1098475d
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

720f504 by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl: support any address/port combi for priv key
    
    Both "any port" and "any address" are supported separatedly, but not the
    combination of both. This also has the effect that the combination of
    any address with the special keyword "start_tls" did not work.
    
    Fix this by checking for a private key with the combination of any
    address and port.
    
    Change-Id: Icb49d6728f032a05007dcb7ac73ec0528778441a
    Reviewed-on: https://code.wireshark.org/review/1368
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  4250dfd   ssl: return early if no private keys are found
    adds  720f504   ssl: support any address/port combi for priv key


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