PR_USER_X509_CERTIFICATE extra data
Posted
by Mark
on Stack Overflow
See other posts from Stack Overflow
or by Mark
Published on 2010-04-26T14:30:40Z
Indexed on
2010/04/26
14:33 UTC
Read the original article
Hit count: 268
x509certificate
Hi,
I am trying to import an outlook PST file to my application running on Mac OS X. The PST file consists of contacts created in Outlook. The contacts have X509 certificates added to them.
The problem I am facing is ASN decoding of the certificate fails.
I have read somewhere that there is extra data before and after the certificate referred by PR_USER_X509_CERTIFICATE in the PST file.
Can someone please tell me how to parse this information correctly.
Thanks a lot
Regards, Mark
© Stack Overflow or respective owner