This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Dissecting Oracle Wallet PKCS#12

0

Hi,

I was trying to dissect an Oracle wallet file which comes in PKCS#12 format. While trying to display the content using openssl (openssl pkcs12 -in <filename> -nodes), I could see a message in the result saying: "Warning unsupported bag type: secretBag".

I tried to use Wireshark to view the content of the file, however in wireshark, no 'secretBag' was displayed. Interestingly, I could see a 'crlBag' which was not displayed in openssl. However, digging dipper into the content, I found the following message: "BER: Dissector for OID: 0.22.72.134.247.13.1.10 not implemented. Contact wireshark developers if you want this supported".

Has anyone ever encounter the same issue for that particular OID ? I wonder why wireshark did not display the "secretBag" content.

Thanks.

asked 17 May '14, 06:09

gunawanjuanda's gravatar image

gunawanjuanda
1111
accept rate: 0%