py-twisted/docs/_extensions
glyph 71282ea107 Merge trusted-ca-openssl-defaults-5446-2: add trustRoot argument to CertificateOptions, and platformTrust API which is what you should always pass to it.
Author: glyph
Reviewer: hynek
Fixes: #5446

Twisted's TLS support now provides a way to ask for user-configured trust roots
rather than having to manually configure such certificate authority
certificates yourself.  twisted.internet.ssl.CertificateOptions now accepts a
new argument, trustRoot, which combines verification flags and trust sources,
as well as a new function that provides a value for that argument,
twisted.internet.ssl.platformTrust, which allows using the trusted platform
certificate authorities from OpenSSL for certificate verification.

git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@41934 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
2014-03-17 23:07:12 +00:00
..
apilinks.py Merge trusted-ca-openssl-defaults-5446-2: add trustRoot argument to CertificateOptions, and platformTrust API which is what you should always pass to it. 2014-03-17 23:07:12 +00:00
traclinks.py