summaryrefslogtreecommitdiff
path: root/test/with_dummyserver/test_https.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop tuple unpacking in test casesCory Benfield2015-12-031-1/+1
* tests: Get rid of /sleep handler (and one test last test condition that depen...Andrey Petrov2015-09-041-2/+0
* Skip tests on <2.7.9Cory Benfield2015-08-311-2/+2
* Fix various broken SSL tests.Cory Benfield2015-08-311-0/+2
* Test CA cert directory.Cory Benfield2015-08-311-1/+21
* Set cert_reqs to 'CERT_REQUIRED' by default if ca_certs is passed.Shivan Sornarajah2015-06-121-0/+5
* suppress spurious resource warnings while testingThomas Weißschuh2015-04-291-6/+15
* Rename new warning to InsecurePlatformWarning.Cory Benfield2015-03-031-2/+2
* Some test platforms raise warnings.Cory Benfield2015-03-021-3/+14
* Merge pull request #526 from t-8ch/disable_builtin_hostname_verificationAndrey Petrov2015-02-041-0/+9
|\
| * always disable the builtin hostname verificationThomas Weißschuh2015-01-081-0/+9
* | add sha256 for fingerprint verificationThomas Weißschuh2015-01-311-0/+10
|/
* Close a connection in the event of an SSLErrorIan Cordasco2014-11-061-0/+10
* Update tests with new certificate for full coverageIan Cordasco2014-11-011-1/+17
* Last bit of test coverage and hopefully a fix for some testsIan Cordasco2014-10-231-4/+4
* update warnings on wrong system timeThomas Weißschuh2014-08-231-0/+24
* allow performing *only* fingerprint verificationThomas Weißschuh2014-08-201-0/+17
* Tests pass.Andrey Petrov2014-07-031-41/+58
* Security warnings.Andrey Petrov2014-07-021-5/+5
* Huge refactoring, discovered some critical flaws.Andrey Petrov2014-06-271-3/+4