summaryrefslogtreecommitdiff
path: root/OpenSSL/test
Commit message (Expand)AuthorAgeFilesLines
* Make sure we still write a lot of bytes, too.Jean-Paul Calderone2014-02-181-1/+1
* Fill the send buffer with smaller strings in order to more completely fill it.Jean-Paul Calderone2014-02-181-1/+1
* tests and fixes for other int/long casesJean-Paul Calderone2014-02-091-0/+54
* Add some missing test coverage for handling values of type `long` and fix the...Jean-Paul Calderone2014-02-021-33/+150
* clean up messy commentJean-Paul Calderone2014-02-021-5/+5
* Change the info callback test to at least assert that the connection argument...Jean-Paul Calderone2014-02-021-8/+12
* Merge pull request #20 from kouk/longintJean-Paul Calderone2014-02-021-1/+5
|\
| * allow tests to run even without execinfo.hKonstantinos Koukopoulos2014-01-301-1/+5
* | make test_closed pass on windowsKonstantinos Koukopoulos2014-01-311-2/+5
|/
* Accommodate Python 3.2Jean-Paul Calderone2014-01-181-1/+3
* Make error messages native strings again.Jean-Paul Calderone2014-01-181-1/+1
* make use_certificate_chain_file can accept unicode tooJean-Paul Calderone2014-01-181-4/+4
* Simple docstring reformattingJean-Paul Calderone2014-01-181-3/+3
* Accept bytes or text in set_cipher_listJean-Paul Calderone2014-01-181-4/+17
* Lots of Python 3.2 porting workJean-Paul Calderone2014-01-113-85/+89
* Drop ancient Python 2.3 support which used deprecated unittest apis.Jean-Paul Calderone2014-01-111-9/+0
* Don't use the deprecated assertEqualsJean-Paul Calderone2014-01-111-1/+1
* The maximum of Py_ssize_t is the more relevant value here. Plus there is no ...Jean-Paul Calderone2014-01-111-1/+1
* Try making mktemp always return bytes.Jean-Paul Calderone2014-01-111-1/+1
* Add a second `collect()` call which hopefully will make the test pass on PyPy.Jean-Paul Calderone2014-01-111-0/+6
* Maybe locals() works differently on PyPy, dunno, not going to investigate, ju...Jean-Paul Calderone2014-01-111-2/+1
* Try adding some more debug information to the last test that fails on PyPy to...Jean-Paul Calderone2014-01-111-2/+9
* fix some renaming errors from a while agoJean-Paul Calderone2014-01-011-2/+2
* Make this test more 32 bit friendly: allocate the most memory that fits into ...Jean-Paul Calderone2013-12-311-1/+2
* Try to use cryptography here, too.Jean-Paul Calderone2013-12-311-6/+6
* Python 2.6 compatibilityJean-Paul Calderone2013-12-301-0/+23
* Add a test for bad type value passed to load_certificate_request and fix the ...Jean-Paul Calderone2013-12-291-0/+14
* Add a test for the error case of setattrJean-Paul Calderone2013-12-291-0/+12
* 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-292-3/+11
* merge tlsv1_1or2Jean-Paul Calderone2013-11-031-11/+24
|\
| * Try exposing TLSv1.1 and TLSv1.2.Jean-Paul Calderone2013-10-031-11/+24
* | merge master mostly nul byte SAN fix/tests (just want the tests here)Jean-Paul Calderone2013-10-051-1/+63
|\ \ | |/
| * merge the nul byte fix, port some markup to restructured textJean-Paul Calderone2013-08-231-1/+63
| |\
| | * in fact, commonName is a native stringJean-Paul Calderone2013-08-231-1/+1
| | * Split this big test up into the two important pieces and make a test for eachJean-Paul Calderone2013-08-231-24/+26
| | * Ghetto rebase Heimes' changes onto the 0.13 release branchJean-Paul Calderone2013-08-121-0/+59
* | | A few more tests, still incompleteJean-Paul Calderone2013-03-191-5/+61
* | | Add a test for and proper handling of exceptions out of verify callbacksJean-Paul Calderone2013-03-061-0/+22
* | | Implement X509Req.verifyJean-Paul Calderone2013-03-061-0/+47
* | | Fixes and more tests for Context.use_certificate_file and Context.use_certifi...Jean-Paul Calderone2013-03-061-0/+88
* | | Better tests for X509Store.add_cert and a fixJean-Paul Calderone2013-03-061-1/+17
* | | The rest of ContextTests passing and almost all of Connection-related tests p...Jean-Paul Calderone2013-03-052-6/+41
* | | All of ContextTests passesJean-Paul Calderone2013-03-051-0/+31
* | | A big chunk of ContextTests passingJean-Paul Calderone2013-03-051-2/+2
* | | Make memory debugging optionalJean-Paul Calderone2013-03-041-2/+6
* | | Better memory leak formattingJean-Paul Calderone2013-03-031-7/+19
* | | 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-031-4/+6
* | | Split dump_privatekey into several different test methods. Also add a missin...Jean-Paul Calderone2013-03-031-3/+32