summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_https.py
Commit message (Expand)AuthorAgeFilesLines
* Release 1.24.2 (#1564)1.24.2releaseSeth Michael Larson2019-04-171-1/+19
* Remove more Python 2.6 code (#1430)Quentin Pradet2018-08-241-1/+7
* Drop support for Python 2.6 (#1429)Hugo2018-08-231-26/+5
* Fix coverage reports after src/urlib3 move (#1425)Quentin Pradet2018-08-161-0/+2
* Fix test_client_intermediate and test_client_no_intermediate for macOS (#1423)Quentin Pradet2018-08-141-11/+7
* Revert "Fix test_client_no_intermediate on macOS 10.13+ (#1412)" (#1418)Quentin Pradet2018-08-061-1/+7
* Support a servername parameter on HTTPSConnections which overrides the name u...Ian Haken2018-07-111-0/+17
* Fix test_client_no_intermediate on macOS 10.13+ (#1412)Quentin Pradet2018-07-101-3/+4
* Fix test to not depend on warning orderlars48392018-04-251-8/+1
* Perhaps the SecureTransport bugs are worked out?wbond2018-04-151-1/+0
* Try to debug Mac Python 2.6 Travis failurewbond2018-04-121-2/+2
* Add exception text seen from client cert error with Python 2.6 on Macwbond2018-04-061-1/+2
* Adjust tests to not look for warnings when using SecureTransportwbond2018-04-051-5/+10
* Use FQDN only for DNS and drop trailing dot for other operationsJesse Shapiro2017-12-141-0/+5
* fix up tests and dummyserver /certificate endpointRyan T. Dean2017-08-151-5/+8
* test/with_dummyserver/test_https.py: addressing code reviewWolfgang Richter2017-08-101-8/+10
* test/with_dummyserver/test_https.py: corrected OS X error stringWolfgang Richter2017-08-101-1/+1
* test/with_dummyserver/test_https.py: adding error string for Mac platformWolfgang Richter2017-08-101-1/+2
* test/with_dummyserver/test_https.py: adding intermediate CA client certificat...Wolfgang Richter2017-08-101-0/+25
* Remove all uses of nose from the codebaseAlex Chan2017-08-091-4/+3
* Clean up a few more leaked FDs in testsAlex Chan2017-06-111-0/+1
* added test for retrying SSLError on the socket levelBenjamin Wohlwend2017-06-071-6/+7
* Ensured that SSLErrors will be retriedBenjamin Wohlwend2017-06-071-18/+32
* Remove dead test code -- the test only runs on >=2.7.9Alex Chan2017-06-011-8/+1
* Add cleanup code to the dummyserver testsAlex Chan2017-05-301-0/+2
* Merge branch 'master' into secure-transportCory Benfield2017-04-211-0/+5
|\
| * Skip TLS test on Windows py26, fix lint issuesSeth Michael Larson2017-04-011-0/+5
* | Cleanup error messageCory Benfield2017-03-101-2/+3
* | Add support for SecureTransport TLS backendCory Benfield2017-03-061-2/+13
|/
* Skip test_can_validate_ip_san when unsupportedCory Benfield2017-02-151-0/+5
* Merge upstreamSeth Michael Larson2017-01-241-6/+4
|\
| * F401 Entity imported but unusedSeth Michael Larson2017-01-231-2/+0
| * E128 Continuation line under-indented for visual indentSeth Michael Larson2017-01-231-2/+3
| * E303 Too many blank linesSeth Michael Larson2017-01-231-1/+0
| * E261 At least two spaces before inline commentSeth Michael Larson2017-01-231-1/+1
* | Add cleanup to pools and managerslars48392017-01-211-0/+31
|/
* test TLSv1 instead of SSLv3Thomas Weißschuh2016-10-281-18/+0
* Stop testing our parsing via TLS failure.Cory Benfield2016-10-241-6/+12
* Add a cert with IP SAN and test for it.Cory Benfield2016-07-111-1/+13
* A bit more testing.Cory Benfield2016-04-231-0/+26
* Basic context unit test.Cory Benfield2016-04-231-0/+26
* Document annoying SSL version checks.Cory Benfield2016-04-221-0/+8
* Allow for SNI warning in unverified HTTPS.Cory Benfield2016-04-071-2/+7
* Remove no-longer accurate test.Cory Benfield2016-04-071-27/+0
* Correctly detect new monkeypatching.Cory Benfield2016-04-071-2/+2
* Don't use nonexistent TLS paths.Cory Benfield2016-04-071-1/+1
* Add flag to track PyOpenSSL injection.Cory Benfield2016-01-261-5/+5
* Mint server certificate with localhost in SANCory Benfield2016-01-261-14/+15
* Test fix for #760.Cory Benfield2015-12-151-2/+20
* Update tests to account for new warningCory Benfield2015-12-031-2/+8