Christian Heimes added the comment:

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.

----------
Added file: http://bugs.python.org/file30507/enumcertstore3.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17134>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to