summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CHANGES for #516request-bodyAndrey Petrov2014-11-271-0/+2
* Handle body param in RequestMethods.Andrey Petrov2014-11-272-11/+24
* Add wheel+twice to dev dependencies (re: #512)Andrey Petrov2014-11-251-0/+2
* Merge pull request #512 from dstufft/better-releaseAndrey Petrov2014-11-251-2/+2
|\
| * Use a better release process with TLS and WheelsDonald Stufft2014-11-251-2/+2
|/
* Merge pull request #509 from dstufft/work-when-no-sslv3Andrey Petrov2014-11-221-1/+6
|\
| * Don't break when OpenSSL has SSLv3_METHOD disabled.Donald Stufft2014-11-221-1/+6
|/
* Merge pull request #503 from joneskoo/dummyserver-standaloneAndrey Petrov2014-11-111-0/+14
|\
| * Allow starting dummyserver in standalone modeJoonas Kuorilehto2014-11-111-0/+14
|/
* CHANGES for #501Andrey Petrov2014-11-071-0/+3
* Merge pull request #501 from sigmavirus24/discard-connection-on-ssl-errorAndrey Petrov2014-11-072-3/+16
|\
| * Fix comment for new handling of SSL and Certificate ErrorsIan Cordasco2014-11-071-2/+3
| * Close a connection in the event of an SSLErrorIan Cordasco2014-11-062-1/+13
* | Merge pull request #502 from sigmavirus24/san-less-certAndrey Petrov2014-11-071-2/+2
|\ \ | |/ |/|
| * Update README to properly describe certificateIan Cordasco2014-11-061-2/+2
|/
* CHANGES for #499.Andrey Petrov2014-11-011-0/+3
* Merge pull request #499 from sigmavirus24/deprecation-warning-when-no-subject...Andrey Petrov2014-11-017-3/+108
|\
| * Update tests with new certificate for full coverageIan Cordasco2014-11-017-2/+99
| * More phrasing tweaking.Andrey Petrov2014-11-011-2/+2
| * Tweaked phrasing/formatting.Andrey Petrov2014-11-011-6/+3
| * Issue warning when certificate has no subjectAltNameIan Cordasco2014-11-011-2/+13
|/
* Merge pull request #496 from shazow/security-naggingAndrey Petrov2014-10-294-4/+5
|\
| * Phrasing.security-naggingAndrey Petrov2014-10-291-1/+2
| * CHANGES for #496Andrey Petrov2014-10-291-0/+2
| * Nag about SecurityWarning every time.Andrey Petrov2014-10-293-4/+2
|/
* CHANGES for #473Andrey Petrov2014-10-291-1/+5
* Merge pull request #473 from sigmavirus24/use-create_default_contextAndrey Petrov2014-10-293-50/+200
|\
| * Remove poorly designed testIan Cordasco2014-10-291-6/+0
| * Reduce scope of exception handling in ssl_wrap_socketIan Cordasco2014-10-292-4/+15
| * Replace and update ssl_wrap_socket's docstringIan Cordasco2014-10-241-0/+13
| * Update exception messageIan Cordasco2014-10-241-1/+1
| * Update ssl_wrap_socket to accept ciphersIan Cordasco2014-10-241-3/+4
| * Pass ciphers on any version which actually allows for themIan Cordasco2014-10-241-10/+23
| * Address further feedbackIan Cordasco2014-10-231-9/+12
| * Use correct set of ciphersIan Cordasco2014-10-231-5/+5
| * Last bit of test coverage and hopefully a fix for some testsIan Cordasco2014-10-232-5/+15
| * Fix up test coverageIan Cordasco2014-10-232-3/+20
| * Call out platform-specific branchesIan Cordasco2014-10-221-48/+3
| * First working stub contextIan Cordasco2014-10-201-5/+59
| * Add create_urllib3_context and use it internallyIan Cordasco2014-10-181-13/+84
| * Try using check_hostname = False if CERT_NONEIan Cordasco2014-09-191-5/+2
| * Fix usage of CERT_NONE with an SSLContextIan Cordasco2014-09-191-3/+5
| * Use 3.4's ssl.create_default_context when availableIan Cordasco2014-09-191-9/+18
* | CHANGES for #492Andrey Petrov2014-10-271-0/+2
* | Merge pull request #493 from kevinburke/raise-timeoutAndrey Petrov2014-10-272-23/+43
|\ \
| * | Rephrased comment.Andrey Petrov2014-10-271-2/+1
| * | cool it with the new linesKevin Burke2014-10-271-8/+4
| * | Catch socket timeout as wellKevin Burke2014-10-271-1/+3
| * | no newlinesKevin Burke2014-10-271-1/+1
| * | fix the behaviourKevin Burke2014-10-271-23/+28