[Catalog-sig] Access to Windows' cert store

Antoine Pitrou solipsis at pitrou.net
Thu Mar 21 15:12:12 CET 2013


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.




More information about the Catalog-SIG mailing list