Message 190812 - Python tracker (original) (raw)
Message190812
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:44 | christian.heimes | set | recipients: + christian.heimes, exarkun, pitrou, eric.araujo |
2013-06-08 17:51:44 | christian.heimes | set | messageid: 1370713904.77.0.854011219209.issue17134@psf.upfronthosting.co.za |
2013-06-08 17:51:44 | christian.heimes | link | issue17134 messages |
2013-06-08 17:51:44 | christian.heimes | create |