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 |