summaryrefslogtreecommitdiff
path: root/tests/alltests.py
Commit message (Expand)AuthorAgeFilesLines
* Be resilient against the situation when no erorr happened.Matěj Cepl2019-05-301-0/+1
* We somehow forgot to run test_util tests.Matěj Cepl2018-07-241-0/+1
* Enabled timeout case with microsecs and fixed for WindowsAndreas Maier2018-06-081-1/+2
* Add tests for functions from SWIG/_aes.i module.Matěj Cepl2018-02-011-0/+1
* tests: print OpenSSL version stringAllan Que2018-01-261-1/+2
* Remove all PGP modules.Matěj Cepl2017-10-071-1/+0
* Be a bit more easy on loggingMatěj Cepl2016-10-301-5/+0
* tests: type hints and PEP8izationMatěj Cepl2016-07-121-9/+11
* Use the new absolute import syntax to fix Python 3. [PEP 328]Craig Rodrigues2016-03-201-2/+2
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-1/+1
* Add logging OpenSSL versionMatěj Cepl2015-11-251-0/+3
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-8/+8
* Use print as a function for Python 3. [PEP 3105]Craig Rodrigues2015-11-161-6/+8
* Support OpenSSL 1.0. Thanks to Miloslav Trmac for figuring out how to fix tes...Heikki Toivonen2010-02-131-0/+1
* Make tests more verbose.Heikki Toivonen2009-10-061-1/+1
* Add tests for RC4 and improve test coverage of other modules.Heikki Toivonen2009-02-221-0/+1
* Work-in-progress towards bug 12392, test coverage going from 72% to 75%.Heikki Toivonen2008-09-301-1/+2
* Bug 9600, provide ways to assign certificates and RSA private keys to SSL Con...Heikki Toivonen2008-09-151-1/+1
* Bug 10813, wrap OBJ_* functions, by Pavel Shramov.Heikki Toivonen2008-09-151-0/+1
* Wrapped OpenSSL ENGINE interface, proving support for smart cards, by Martin ...Heikki Toivonen2008-09-151-0/+1
* Make both of these forms work:Heikki Toivonen2007-07-111-3/+8
* Added threading test (mostly empty at the moment).Heikki Toivonen2007-06-141-0/+1
* Bug 7285, disable flaky EC curves, by Larry Bugbee.Heikki Toivonen2006-12-141-0/+1
* Bug 6628, prevent Connection.makefile from freeing bio redundantly, by Thomas...Heikki Toivonen2006-12-141-1/+1
* Bug 7077, test command to setup.py. setuptools are now required to run unit t...Heikki Toivonen2006-12-061-25/+38
* Bug 6018, added support for remaining ECs, by Larry Bugbee.Heikki Toivonen2006-10-311-0/+1
* Bug 6031, OpenSSL can be configured without EC so needHeikki Toivonen2006-06-121-1/+1
* Add test_rand, and make sure Rand.rand_(pseudo)_bytes raiseHeikki Toivonen2006-06-051-0/+1
* Report only uncollectable gc, thanks to pje.Heikki Toivonen2006-04-051-4/+4
* Leak tests for test_ssl, disabled by default.Heikki Toivonen2006-04-051-0/+1
* Add memory leak reporting, off by default (if test_sslHeikki Toivonen2006-04-051-4/+32
* Bug 5265, unit tests for BIO.CipherStream.Heikki Toivonen2006-04-011-0/+1
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Bug 5381, SSLBio and related additions to help do SSL withHeikki Toivonen2006-03-141-0/+1
* Bug 3745, ECDSA signatures and ECDH key agreement. OriginalHeikki Toivonen2006-03-071-1/+4
* S/MIME unit tests, not yet complete...Heikki Toivonen2006-02-251-0/+1
* Fix $ mess (diff always shows changes).Heikki Toivonen2005-06-091-1/+1
* Added BN module with rand, rand_range and randfname methods and associated te...Heikki Toivonen2005-05-191-0/+1
* Test ASN1.Heikki Toivonen2005-05-141-1/+3
* Bug 1542, need to be able to assign RSA into EVP so that the RSA object can b...Heikki Toivonen2004-08-191-1/+2
* *** empty log message ***Ng Pheng Siong2003-05-111-2/+3
* Prepare for import into CVS.Ng Pheng Siong2002-12-231-7/+14
* Conditionally include tests that run on Unix only.Ng Pheng Siong2001-07-221-5/+13
* Initial revisionNg Pheng Siong2000-11-081-0/+20