Wireshark-commits: [Wireshark-commits] master 7805e5a: ssl: Reduce chance of hash-collisions SSL pr
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 26 Apr 2014 15:34:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7805e5a495bf168f20f21f2de9a5e37722b95fbb
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

7805e5a by Peter Wu (peter@xxxxxxxxxxxxx):

    ssl: Reduce chance of hash-collisions SSL private keys
    
    The wildcard address contains all zeroes, resulting in the same hash
    for 0.0.0.0 and ::. Not really problematic, but it does not sound
    great either.
    
    Change-Id: I099128973a1bd8bb5c88d0abcab3ea4ecc3a96c9
    Reviewed-on: https://code.wireshark.org/review/1366
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  c7cbdb4   Change ssl_find_private_key to void
    adds  7805e5a   ssl: Reduce chance of hash-collisions SSL private keys


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