Topic: DeriveKeys function in keys.c
Hey All,
I was trying to run the snakeoil2.pcap example from wireshark (decrypt ssl with a known private server key). it appears that the sniffer is having some trouble with this file - intially missing the client hello, and after some modificatinos reachingthe DriveKeys function in keys.c where where the "rounds" parameter was calculated to be 9.
this results in a call to SetPrefix (also found in keys.c) with idx value > 6 - which is not a covered as part of the switch case over there.
1. Is 9 a reasonable value to obtain for "rounds"?
2. should the snakeoil2 example be decrypted at all? or is it unsupported for whichever reasons? (which?)
you can obtain the sample capture file and matching key file by downloading snakeoil2_070531.tgz from
http://wiki.wireshark.org/SampleCaptures
or direct link to the download:
http://wiki.wireshark.org/SampleCapture … 070531.tgz
thanks in advance,
DanC