summaryrefslogtreecommitdiff
path: root/tests/test_ssl.py
Commit message (Expand)AuthorAgeFilesLines
* Don't replace the https handler in the poolmanagerFlavio Percoco2014-10-301-1/+11
* Replace old httpclient with requestsAmalaBasha2014-07-101-36/+57
* Enable F841ChangBo Guo(gcb)2014-07-091-28/+25
* Fix CA certificate handlingStuart McLaren2014-06-251-0/+21
* Finalize Python3 supportFrederic Lepied2014-05-201-0/+2
* Merge "Fix the parameter order of assertEqual in glanceclient test"Jenkins2014-04-211-7/+7
|\
| * Fix the parameter order of assertEqual in glanceclient testEiichi Aikawa2014-02-251-7/+7
* | Replace file with open, which is Python 3 compatibleAlex Gaynor2014-02-131-6/+6
|/
* Fix misspellings in python-glanceclientShane Wang2014-02-071-2/+2
* Merge "Fix and enable gating on H306"Jenkins2013-12-231-1/+1
|\
| * Fix and enable gating on H306Dirk Mueller2013-12-161-1/+1
* | SSL: Handle wildcards in Subject Alternative NamesDominik Heidler2013-12-111-0/+28
|/
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* Allow single-wildcard SSL common name matchingBrian Waldon2013-08-211-0/+15
* Fix SSL certificate CNAME checkingThomas Leaman2013-07-151-5/+5
* Start using Pyflakes and HackingDirk Mueller2013-06-221-6/+6
* Improve unit tests for python-glanceclient.glanceclient.common.httpTatyana Leontovich2013-04-041-1/+46
* Use testtools instead of unittest.Monty Taylor2013-01-021-2/+2
* Support --os-cacertDean Troyer2012-12-111-12/+12
* Verify that host matches certificateStuart McLaren2012-11-201-0/+74
* Implement blueprint ssl-connect-reworkStuart McLaren2012-10-081-0/+112