summaryrefslogtreecommitdiff
path: root/docker/tls.py
Commit message (Expand)AuthorAgeFilesLines
* Don't use PROTOCOL_TLSv1_2 directly to avoid ImportErrorsdperny-change-tls-defaultJoffrey F2018-01-241-15/+8
* Change default TLS versionDrew Erny2018-01-241-7/+34
* Move ssladapter to transport modulessladapter_transport_moduleJoffrey F2016-12-011-2/+3
* Add docstrings to low-level APIBen Firshman2016-11-221-0/+17
* Make docker.ssladaptor a single fileBen Firshman2016-11-221-2/+1
* Fix a few pep8 issuesBen Firshman2016-09-141-1/+1
* Use protocol TLS v1.0 by default when none is set.963-tlsv1-defaultJoffrey F2016-03-021-1/+6
* Fix TLS regressionsAanand Prasad2016-02-231-2/+7
* Merge pull request #920 from docker/ssl_version_simplerJoffrey F2016-02-051-5/+0
|\
| * Remove obsolete SSL version computationssl_version_simplerJoffrey F2016-02-031-5/+0
* | Re-write kwargs_from_env to handle TLS options betterMike Dougherty2016-02-041-18/+10
|/
* Update HTTPS docs linkhttps_docs_linkJoffrey F2016-01-181-1/+1
* Add assert_fingerprint option.dlorenc2015-03-191-1/+4
* Require highest level of client-supported SSL/TLS cryptoEric Windisch2014-10-291-2/+5
* Enable the overriding of `assert_hostname` on TLSConfigAanand Prasad2014-10-141-2/+6
* server_cacert -> ca_certJoffrey F2014-07-101-4/+4
* Improved TLSConfig API to be less obscure / more pythonic. Also improved / am...Joffrey F2014-07-081-12/+20
* Raise an exception when tls_ca_cert is provided and tls_verify is falseJoffrey F2014-07-031-0/+5
* Allow setting Client.verify to false when tls_verify is set to false in TLSCo...Joffrey F2014-07-031-3/+3
* Fixed bugs, clearer error messagesJoffrey F2014-06-241-10/+14
* * Merge branch 'tls' of github.com:momer/docker-py into momer-tlsJoffrey F2014-06-231-0/+51