summaryrefslogtreecommitdiff
path: root/OpenSSL
Commit message (Expand)AuthorAgeFilesLines
* Hmm maybe start off with a non-final version.v0.14a1Jean-Paul Calderone2014-01-091-1/+1
* version bumpJean-Paul Calderone2014-01-091-1/+1
* this __builtin__ thing is not Python 3 compatible, apparentlyJean-Paul Calderone2014-01-091-4/+4
* This is another one that is missing on OSXJean-Paul Calderone2014-01-081-1/+4
* adjust to reflect the cryptography api changeJean-Paul Calderone2014-01-081-3/+4
* Make some optional things optional by mirroring their absenseJean-Paul Calderone2014-01-081-2/+8
* fix some renaming errors from a while agoJean-Paul Calderone2014-01-011-2/+2
* try adding some thread initialization logicJean-Paul Calderone2014-01-011-0/+30
* also no longer usedJean-Paul Calderone2013-12-311-55/+0
* These are no longer usedJean-Paul Calderone2013-12-313-326/+0
* 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-034-14/+61
|\
| * Oops.Jean-Paul Calderone2013-10-041-1/+1
| * Try exposing TLSv1.1 and TLSv1.2.Jean-Paul Calderone2013-10-034-14/+61
* | 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-053-7/+143
|\ \ | |/
| * Fix a memory management issue that leads to crashes in OpenSSL.crypto.X509.ge...Jean-Paul Calderone2013-10-031-1/+1
| * merge the nul byte fix, port some markup to restructured textJean-Paul Calderone2013-08-233-6/+142
| |\
| | * in fact, commonName is a native stringJean-Paul Calderone2013-08-231-1/+1
| | * some more formatting fixesJean-Paul Calderone2013-08-231-6/+3
| | * Some formatting and indentation fixes; expand "san" to "subjectAltName".Jean-Paul Calderone2013-08-231-37/+35
| | * Split this big test up into the two important pieces and make a test for eachJean-Paul Calderone2013-08-231-24/+26
| | * againJean-Paul Calderone2013-08-231-2/+4
| | * Ghetto rebase Heimes' changes onto the 0.13 release branchJean-Paul Calderone2013-08-123-1/+137
* | | 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