summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update entry in changelogchoose-boundarySeth M. Larson2018-04-241-1/+1
* Stop using uuid for choose_boundary()Seth M. Larson2018-04-241-10/+7
* Use b16 instead of b64 for SecureTransport temporary KeyChains (#1379)Seth M. Larson2018-04-241-2/+2
|\
| * Use b16encode instead of b64encodeSeth M. Larson2018-04-241-2/+2
* | Fix skip logic for our urllib3/contrib tests (#1377)Seth M. Larson2018-04-244-34/+56
|\ \ | |/ |/|
| * Add noqa to import testfix-skipped-testsSeth M. Larson2018-04-241-1/+1
| * Fix whitespace issue in SecureTransport testSeth M. Larson2018-04-241-1/+1
| * Better visibility for skipped tests within reportSeth M. Larson2018-04-241-2/+2
| * Fix skip logic in SecureTransport testsSeth M. Larson2018-04-241-13/+20
| * Fix skip logic in PyOpenSSL dependencies testSeth M. Larson2018-04-241-6/+14
| * Fix skip logic in PyOpenSSL testsSeth M. Larson2018-04-241-14/+21
|/
* Add support for SecureTransport for Python 2.6 (#1359)Seth M. Larson2018-04-234-18/+24
|\
| * Merge branch 'master' into fix-python26-macSeth M. Larson2018-04-2217-1526/+392
| |\
| * | Perhaps the SecureTransport bugs are worked out?wbond2018-04-153-33/+5
| * | Set the data written earlier, although this shouldn't matterwbond2018-04-151-1/+2
| * | Use pointer data from beginning of methodwbond2018-04-151-1/+1
| * | Debug keychain creation failureswbond2018-04-151-0/+4
| * | Inspect unsent data to see what message is being missed by serverwbond2018-04-151-1/+19
| * | Debug what data ia not being sent during client intermediate testwbond2018-04-151-0/+5
| * | Handle EPIPE like ECONNRESET since EPIPE just means no pending datawbond2018-04-141-1/+1
| * | Check write exceptions toowbond2018-04-141-1/+2
| * | Why so many regular errSSLInternal on Travis?wbond2018-04-141-0/+1
| * | Try to debug Mac Python 2.6 Travis failurewbond2018-04-121-2/+2
| * | Add Python 2.6 contrib.securetransport enhancement to docswbond2018-04-122-0/+5
| * | Always use a ctypes array for recv_info(), for simplicity sakewbond2018-04-121-24/+5
| * | 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
| * | Allow SecureTransport to work on Python 2.6wbond2018-04-051-6/+18
* | | Make tests for macOS + Python 3.7 required (#1375)Seth M. Larson2018-04-232-3/+1
|\ \ \
| * | | remove python 3.7 from allow_failuresChris Wilcox2018-04-201-2/+0
| * | | Address #1365. CertificateError str repr is tuple, not str.Chris Wilcox2018-04-201-1/+1
| | |/ | |/|
* | | Add tests for select timeout of float('inf') (#1376)Seth M. Larson2018-04-232-4/+48
|\ \ \ | |/ / |/| |
| * | Don't compare None to 0Nathaniel J. Smith2018-04-211-2/+2
| * | Just verify that waiting on an invalid socket raises *some* errorNathaniel J. Smith2018-04-211-2/+3
| * | Add test for wait_for_socket EINTR handling w/ infinite timeoutNathaniel J. Smith2018-04-211-0/+43
|/ /
* | Remove selectors backport (#1358)Nathaniel J. Smith2018-04-207-1521/+297
* | Free cert_array if it is *not* None (#1354)Paul Kehrer2018-04-202-3/+15
* | Fix AppVeyor build (#1369)Quentin Pradet2018-04-201-1/+1
* | Add Abbott to sponsors list (#1357)Seth M. Larson2018-04-201-0/+1
* | Add the Gitter shield to README (#1367)Seth M. Larson2018-04-191-0/+4
* | Allow SOCKSConnection to parse username and password from URL (#1363)Aleksey2018-04-184-0/+48
* | Be tolerant of non-unix line endings for securetransport cert bundles (#1355)Paul Kehrer2018-04-091-0/+3
* | clarify how to setup a virtual env and run a small number of tests (#1360)Christopher Wilcox2018-04-082-1/+23
|/
* Switch to deque LifoQueue (#1356)Seth M. Larson2018-04-032-6/+23
* Update links to point to organization (#1353)Seth M. Larson2018-04-023-13/+13
* x509.UnsupportedExtension is gone in cryptography >= 2.1 (#1342)Seth M. Larson2018-03-293-1/+49
|\
| * empty commitJeremy Lainé2018-03-250-0/+0
| * keep handling UnsupportedExtension for old cryptography versionsJeremy Lainé2018-03-221-1/+8
| * add test which triggers x509.DuplicateExtensionJeremy Lainé2018-03-222-0/+42
| * x509.UnsupportedExtension is gone in cryptography >= 2.1Jeremy Lainé2018-03-201-2/+1