summaryrefslogtreecommitdiff
path: root/docker/tls.py
Commit message (Expand)AuthorAgeFilesLines
* 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