Message 199341 - Python tracker (original) (raw)

Message199341

Author christian.heimes
Recipients christian.heimes, dstufft, eric.araujo, exarkun, pitrou, python-dev
Date 2013-10-09.20:29:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1381350546.37.0.516128591331.issue17134@psf.upfronthosting.co.za
In-reply-to
Content
The current implementation doesn't check the trust settings and purpose of certs. CertGetCertificateContextProperty() with CERT_ENHKEY_USAGE_PROP_ID returns a ASN.1 structure. I just have to figure out how to parse the CTL_USAGE struct ... http://msdn.microsoft.com/en-us/library/aa376079%28v=vs.85%29.aspx http://msdn.microsoft.com/en-us/library/aa381493%28v=vs.85%29.aspx http://www.alvestrand.no/objectid/1.3.6.1.5.5.7.3.html
History
Date User Action Args
2013-10-09 20:29:06 christian.heimes set recipients: + christian.heimes, exarkun, pitrou, eric.araujo, python-dev, dstufft
2013-10-09 20:29:06 christian.heimes set messageid: 1381350546.37.0.516128591331.issue17134@psf.upfronthosting.co.za
2013-10-09 20:29:06 christian.heimes link issue17134 messages
2013-10-09 20:29:06 christian.heimes create