URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4250dfd3f5585262e8ac61c915417585c78a23f9
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4250dfd by Peter Wu (peter@xxxxxxxxxxxxx):
ssl: return early if no private keys are found
There is no need to check for private keys if there are none. In
addition, print the number of keys for debugging purposes.
Change-Id: Idc9d650e0bf087c0f647dba4e5bd4920b4f6e228
Reviewed-on: https://code.wireshark.org/review/1367
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 7805e5a ssl: Reduce chance of hash-collisions SSL private keys
adds 4250dfd ssl: return early if no private keys are found
Summary of changes:
epan/dissectors/packet-ssl-utils.c | 8 ++++++++
1 file changed, 8 insertions(+)