summaryrefslogtreecommitdiff
path: root/OpenSSL/test/util.py
Commit message (Expand)AuthorAgeFilesLines
* Give assertIs and assertIsNot their stdlib-preferred names.Jean-Paul Calderone2014-12-121-4/+4
* Add some Python 2.6 compatibility.Jean-Paul Calderone2014-05-011-0/+17
* Add a helper for testing equality.Jean-Paul Calderone2014-04-301-0/+130
* allow tests to run even without execinfo.hKonstantinos Koukopoulos2014-01-301-1/+5
* Lots of Python 3.2 porting workJean-Paul Calderone2014-01-111-10/+1
* Drop ancient Python 2.3 support which used deprecated unittest apis.Jean-Paul Calderone2014-01-111-9/+0
* Try making mktemp always return bytes.Jean-Paul Calderone2014-01-111-1/+1
* fix some renaming errors from a while agoJean-Paul Calderone2014-01-011-2/+2
* Try to use cryptography here, too.Jean-Paul Calderone2013-12-311-6/+6
* Python 2.6 compatibilityJean-Paul Calderone2013-12-301-0/+23
* Put some shared code into a shared module and start using it from all three o...Jean-Paul Calderone2013-12-291-2/+3
* 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
* Keep track of size of allocations as well and report this information when re...Jean-Paul Calderone2013-03-021-7/+16
* Cleanup "ex data" in the test harness - this data is probably not leaking, it...Jean-Paul Calderone2013-03-011-0/+5
* Somewhat more sophisticated leak reportingJean-Paul Calderone2013-03-011-19/+70
* Some support for detecting memory leaks in the unit tests, and a number of fi...Jean-Paul Calderone2013-03-011-0/+27
* An assorting of rewriting, guided by the test suite but with an unfortunately...Jean-Paul Calderone2013-02-091-0/+1
* Fix markup to be compatible with Sphinx and add rough API docJonathan Ballet2011-07-161-14/+15
* Convert Epytext markup to RST markupJonathan Ballet2011-07-161-12/+12
* Expand the possibly allowed values for the result of subject_name_hashJean-Paul Calderone2011-05-041-0/+16
* encode text to bytes using charmap instead of ascii; charmap can actually rep...Jean-Paul Calderone2011-04-061-1/+1
* Make this bytes thing actually work :/Jean-Paul Calderone2011-04-011-4/+2
* Update copyright headers; remove pointless dates, add a pointer to the LICENS...Jean-Paul Calderone2011-03-021-2/+2
* Fix the import_crypto_module helper and factor some str/unicode helpers into ...Jean-Paul Calderone2010-08-221-0/+11
* py3k syntax compatJean-Paul Calderone2010-08-121-2/+4
* Try for a real test of Context.add_extra_chain_cert; not workingJean-Paul Calderone2010-07-311-1/+1
* Move a couple more sub-modules and drop the test package into the OpenSSL pac...Jean-Paul Calderone2010-07-271-0/+139