ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10038] Use of ssl_keys triggers wmem_alloc: assertion fail

Date: Fri, 25 Apr 2014 10:13:23 +0000

changed bug 10038

What Removed Added
Attachment #12726 is obsolete   1

Comment # 1 on bug 10038 from
Created attachment 12729 [details]
ca.p12 (for ssl_keys, password "password")

The previous key triggers an error because the contents were not properly
encrypted.

Created from a Webscarab .keystore using:
keytool -importkeystore -srckeystore .keystore -srcstorepass password
-deststorepass password -destkeystore ca.p12 -deststoretype pkcs12 -noprompt
-alias ca

To see its contents, you can use:
openssl pkcs12 -in ca.p12 -info -cacerts -passin pass:password -nodes


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