Re: Access to Windows' cert store
Antoine Pitrou <[email protected]> Thu, 21 Mar 2013 14:12:12 +0000 (UTC)
| Newsgroups | gmane.comp.python.catalog |
|---|---|
| Message-ID | <[email protected]> |
Christian Heimes <christian <at> python.org> writes: > > I'm planing to add the feature to Python 3.4, too. > http://bugs.python.org/issue17134 > > You can download the code from > > https://bitbucket.org/tiran/wincertstore This is nice, but can you follow up on the bug tracker? It would be much more appropriate than catalog-sig. Also you shouldn't need to encode the certs into PEM format. AFAICT, SSL_CTX_get_cert_store(), d2i_X509_AUX() and X509_STORE_add_cert() should be sufficient. Regards Antoine.