Wireshark-bugs: [Wireshark-bugs] [Bug 11372] SSL Decryption (RSA private key with p smaller than

Date: Sat, 18 Jul 2015 13:20:46 +0000

Comment # 12 on bug 11372 from
I've had another look at this, the issue is that ssl.keys_list does not accept
Windows path separators for the path to the key file.  Currently in the test,
the string being passed has "\" path separators due to the call to cygpath -w
in the test.

Changing the cygpath call to use "-m" for mixed mode (Windows paths) with
"regular" slashes allows the test to succeed, but IMHO ssl.keys_list should
accept the path separator for the platform it's being run on.


You are receiving this mail because:
  • You are watching all bug changes.