Message 281262 - Python tracker

Message281262

Author steve.dower
Recipients christian.heimes, ned.deily, steve.dower
Date 2016-11-20.12:53:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479646415.92.0.639157575463.issue28747@psf.upfronthosting.co.za>
In-reply-to
Content
> Basically you want to replace OpenSSL's X509 verification with Windows' cert validation and just leave the handshake and encryption to OpenSSL?

Yep. (See WinVerifyTrust for the Windows API I'm using.)
History
Date User Action Args
2016-11-20 12:53:35steve.dowersetrecipients: + steve.dower, christian.heimes, ned.deily
2016-11-20 12:53:35steve.dowersetmessageid: <1479646415.92.0.639157575463.issue28747@psf.upfronthosting.co.za>
2016-11-20 12:53:35steve.dowerlinkissue28747 messages
2016-11-20 12:53:35steve.dowercreate