SSL/TLS payload decryption:
authorMartin Kaiser <wireshark@kaiser.cx>
Sun, 9 Mar 2014 19:41:16 +0000 (20:41 +0100)
committerMartin Kaiser <wireshark@kaiser.cx>
Mon, 10 Mar 2014 19:14:43 +0000 (19:14 +0000)
commit21aa7168c7565445ee544ee78fb6c836a63cd4ed
treefa04576b4285366f855785505822aead934e3bf8
parent5de268aacbc85553bb6b2a78492cfd6f52785b55
SSL/TLS payload decryption:
don't make private key and keylog file mutually exclusive

if we find a private key that does not match or is not usable for
getting the pre-master secret (e.g. because we're using an ephemeral
cipher suite), don't give up and exit with an error

continue reading the keylog file and search for our master secret there

Change-Id: I59fb460339e3e606a077b3a902fa1f9777b5e118
Reviewed-on: https://code.wireshark.org/review/590
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
epan/dissectors/packet-ssl-utils.c