Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update HTTPS docs linkhttps_docs_link | Joffrey F | 2016-01-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Joffrey F <joffrey@docker.com> | ||||
* | Add assert_fingerprint option. | dlorenc | 2015-03-19 | 1 | -1/+4 |
| | | | | Signed-off-by: dlorenc <lorenc.d@gmail.com> | ||||
* | Require highest level of client-supported SSL/TLS crypto | Eric Windisch | 2014-10-29 | 1 | -2/+5 |
| | | | | | | | | | | | | Up to TLS 1.2, support the highest locally supported crypto protocol. This eliminates the previous default of PROTOCOL_SSLv23, replacing it with what should be TLSv1 for Python 2.7 and TLSv1.2 for newer versions of Python 3. Developers using docker-py may still specify the ssl_version to override the default. Signed-off-by: Eric Windisch <eric@windisch.us> | ||||
* | Enable the overriding of `assert_hostname` on TLSConfig | Aanand Prasad | 2014-10-14 | 1 | -2/+6 |
| | | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> | ||||
* | server_cacert -> ca_cert | Joffrey F | 2014-07-10 | 1 | -4/+4 |
| | |||||
* | Improved TLSConfig API to be less obscure / more pythonic. Also improved / ↵ | Joffrey F | 2014-07-08 | 1 | -12/+20 |
| | | | | amended docs | ||||
* | Raise an exception when tls_ca_cert is provided and tls_verify is false | Joffrey F | 2014-07-03 | 1 | -0/+5 |
| | |||||
* | Allow setting Client.verify to false when tls_verify is set to false in ↵ | Joffrey F | 2014-07-03 | 1 | -3/+3 |
| | | | | TLSConfig | ||||
* | Fixed bugs, clearer error messages | Joffrey F | 2014-06-24 | 1 | -10/+14 |
| | |||||
* | * Merge branch 'tls' of github.com:momer/docker-py into momer-tls | Joffrey F | 2014-06-23 | 1 | -0/+51 |
* Exported TLS configuration in tls.TLSConfig * Merged exceptions packagee into pre-existing errors module * Flake8 fixes * Bug fixes |