Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: [Wireshark-users] support of DSA keys

From: gluedig <gluedig@xxxxxxxxx>
Date: Tue, 19 Oct 2010 11:33:53 +0200
Hi

does wireshark support use of DSA keys for SSL decryption?
i tried latest stable version and build from svn [34519], on windows
i generate private key using certtool
for RSA: certtool -p --bits 512 > myrsa.pem
for DSA: certtool -p --bits 512 --dsa > mydsa.pem

when i try to load the key with line in preferences file:
ssh.keys_list: 172.16.107.8,5015,http,c:\certs\my[rsa\dsa].pem

for RSA it works fine, key is imported (as seen in log file)
for DSA wireshark crashes with exception:
Unhandled exception at 0x0265e471 in wireshark.exe: 0xC0000005: Access violation reading location 0x00000008.


Kind regards
Piotr