http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37401
User: sake
Date: 2011/05/25 02:49 PM
Log:
Extended the SSL key log import routine to be able to read the following format:
RSA Session-ID:xxxx Master-Key:xxxx
This makes it easy to use the "openssl s_client" output for decryption
(see: http://ask.wireshark.org/questions/4229/follow-ssl-stream-using-master-key-and-session-id)
It also paves the way for exporting SSL keyring material. See also the enhancement request in:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3444
Directory: /trunk/epan/dissectors/
Changes Path Action
+97 -36 packet-ssl-utils.c Modified
+14 -2 packet-ssl.c Modified