summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Make this test more 32 bit friendly: allocate the most memory that fits into ...Jean-Paul Calderone2013-12-312-2/+3
| * just drop this for nowJean-Paul Calderone2013-12-311-1/+0
| * Try to use cryptography here, too.Jean-Paul Calderone2013-12-311-6/+6
| * tsafe tries to import SSLJean-Paul Calderone2013-12-311-1/+2
| * Python 2.6 compatibilityJean-Paul Calderone2013-12-302-2/+32
| * Replace all of the ZeroDivisionErrors in SSL with proper (yet untested) excep...Jean-Paul Calderone2013-12-291-31/+29
| * Only crypto uses new_mem_buf so move it back there for ease of exception hand...Jean-Paul Calderone2013-12-292-61/+130
| * This is never used.Jean-Paul Calderone2013-12-291-1/+0
| * Add a test for bad type value passed to load_certificate_request and fix the ...Jean-Paul Calderone2013-12-292-2/+17
| * Add a test for the error case of setattrJean-Paul Calderone2013-12-292-2/+13
| * A couple more docstringsJean-Paul Calderone2013-12-291-0/+22
| * add some missing docstringsJean-Paul Calderone2013-12-293-3/+9
| * add a test for another branch of rand.egdJean-Paul Calderone2013-12-291-0/+13
| * Put some shared code into a shared module and start using it from all three o...Jean-Paul Calderone2013-12-296-109/+133
| * Get rid of the cross-module symbol hijinx - no longer necessary now that ever...Jean-Paul Calderone2013-12-291-35/+2
| * SupercededJean-Paul Calderone2013-12-298-3913/+0
| * SupercededJean-Paul Calderone2013-12-2924-6064/+0
| * Re-enable TLSv1_1 and TLSv1_2 if the backend supports themJean-Paul Calderone2013-12-291-9/+12
| * Switch from opentls to cryptographyJean-Paul Calderone2013-12-284-617/+623
| * Guess at how this might look on the cffi bindingsJean-Paul Calderone2013-11-031-0/+6
| * merge tlsv1_1or2Jean-Paul Calderone2013-11-035-27/+107
| |\
| * | implement proper SAN NUL byte handling in the cffi versionJean-Paul Calderone2013-10-061-1/+49
| * | merge master mostly nul byte SAN fix/tests (just want the tests here)Jean-Paul Calderone2013-10-054-7/+156
| |\ \
| * | | Randomly fix another docstringJean-Paul Calderone2013-04-031-1/+2
| * | | Randomly fix a docstringJean-Paul Calderone2013-04-031-1/+2
| * | | Use the new optional-sslv2 features of opentlsJean-Paul Calderone2013-03-201-2/+6
| * | | A few more tests, still incompleteJean-Paul Calderone2013-03-193-13/+104
| * | | Add a test for and proper handling of exceptions out of verify callbacksJean-Paul Calderone2013-03-062-20/+63
| * | | Implement X509Req.verifyJean-Paul Calderone2013-03-062-0/+67
| * | | Fixes and more tests for Context.use_certificate_file and Context.use_certifi...Jean-Paul Calderone2013-03-062-9/+112
| * | | Better tests for X509Store.add_cert and a fixJean-Paul Calderone2013-03-062-3/+19
| * | | Remove obsolete TODO: I added the free for name_stack a while ago. Also fix ...Jean-Paul Calderone2013-03-051-2/+1
| * | | "Support" memoryview and partial writesJean-Paul Calderone2013-03-051-4/+9
| * | | Fix some memory leaks and memory corruptionJean-Paul Calderone2013-03-051-7/+10
| * | | The rest of ContextTests passing and almost all of Connection-related tests p...Jean-Paul Calderone2013-03-054-44/+403
| * | | All of ContextTests passesJean-Paul Calderone2013-03-052-5/+533
| * | | A big chunk of ContextTests passingJean-Paul Calderone2013-03-053-15/+471
| * | | SSLeay_versionJean-Paul Calderone2013-03-041-0/+8
| * | | Make memory debugging optionalJean-Paul Calderone2013-03-041-2/+6
| * | | Some basic constantsJean-Paul Calderone2013-03-041-0/+38
| * | | Get the C implementation out of the wayJean-Paul Calderone2013-03-042-6/+6
| * | | Better memory leak formattingJean-Paul Calderone2013-03-031-7/+19
| * | | Only initialize the heap if setup succeedsJean-Paul Calderone2013-03-031-1/+2
| * | | Some optional logging.Jean-Paul Calderone2013-03-031-2/+14
| * | | A different approach to memory debugging.Jean-Paul Calderone2013-03-031-26/+42
| * | | Fix the `evil()` case of `X509Name.__setattr__` on PyPy (by deleting it).Jean-Paul Calderone2013-03-032-4/+8
| * | | Fix the bad-data PKCS7 case. Also fix a memory BIO issue on PyPy by copying ...Jean-Paul Calderone2013-03-031-3/+10
| * | | Split dump_privatekey into several different test methods. Also add a missin...Jean-Paul Calderone2013-03-031-3/+32
| * | | another memory leak fixedJean-Paul Calderone2013-03-021-2/+1
| * | | Fix more memory leaksJean-Paul Calderone2013-03-021-5/+10