This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, eric.araujo, exarkun, pitrou
Date 2013-06-08.17:51:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370713904.77.0.854011219209.issue17134@psf.upfronthosting.co.za>
In-reply-to
Content
New patch with fixed doc string and indention.

http://msdn.microsoft.com/en-us/library/windows/desktop/aa377189%28v=vs.85%29.aspx explains how encoding type shall be interpreted. I haven't seen PKCS#7 certs on my Windows system, though.

Instead of a flag I could also return a string: "CERTIFICATE" for X509_ASN_ENCODING cert, "X509 CRL" for X509_ASN_ENCODING CRL or "PKCS7" for PKCS#7 encoded certs.
History
Date User Action Args
2013-06-08 17:51:44christian.heimessetrecipients: + christian.heimes, exarkun, pitrou, eric.araujo
2013-06-08 17:51:44christian.heimessetmessageid: <1370713904.77.0.854011219209.issue17134@psf.upfronthosting.co.za>
2013-06-08 17:51:44christian.heimeslinkissue17134 messages
2013-06-08 17:51:44christian.heimescreate