https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14646

--- Comment #3 from Peter Wu <pe...@lekensteyn.nl> ---
Not sure what is so special about your key file. Do other tools (like openssl)
parse it?

$ openssl rsa -in server.pem -noout -check
RSA key ok

Can you share the public parts of it? The modulus and publicExponent fields are
public information and normally embedded in a X.509 certificate as well.

$ openssl rsa -in server.pem -noout -text
Private-Key: (2048 bit)
modulus:
    00:d2:7a:3b:41:e5:06:d2:91:a2:cc:83:7a:c6:b0:
...
    7e:98:0c:7c:c3:89:cc:f5:40:43:21:16:0e:e1:ea:
    dc:85
publicExponent: 65537 (0x10001)

Can you reproduce the crash on other systems as well? (Say, an Ubuntu virtual
machine or macOS?)

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to