summaryrefslogtreecommitdiff
path: root/tests/test_x509.py
Commit message (Expand)AuthorAgeFilesLines
* Accommodate change of global mask in crypto/asn1/a_strnid.cMiloslav Trmač2015-10-131-1/+3
* Replace expired certificates in the test suiteMiloslav Trmač2015-10-131-2/+2
* Fix M2Crypto in FIPS mode.Miloslav Trmač2015-10-131-1/+1
* Switch unit testing to have at least 2.7 unittest API available.Matěj Cepl2015-10-131-1/+5
* Created new test certificates that will be valid until 2019.Heikki Toivonen2009-07-281-5/+5
* Bug 11693, ASN1_INTEGERs can now be larger than fits in an int, for example t...Heikki Toivonen2009-07-241-0/+9
* Bug 12742, better fix for FIPS mode issues by Miloslav Trmac.Heikki Toivonen2009-07-221-6/+6
* And more test coverage...Heikki Toivonen2009-02-231-0/+8
* x509_crl_new was not wrapped, as I found when writing more coverage tests; no...Heikki Toivonen2009-02-231-8/+27
* Add tests for RC4 and improve test coverage of other modules.Heikki Toivonen2009-02-221-0/+2
* Bug 12560, apparently we need to read DER files in binary mode so things work...Heikki Toivonen2009-02-011-3/+3
* assertTrue does not seem to work with Python 2.3 (in Ubuntu Dapper Drake) so ...Heikki Toivonen2008-11-251-1/+1
* Bug 12173, Added X509.load_request_bio and load_request_string, by Hartmut Go...Heikki Toivonen2008-11-251-0/+16
* Work-in-progress towards bug 12392, test coverage going from 72% to 75%.Heikki Toivonen2008-09-301-0/+7
* Don't display DER string on error, messes up terminal.Heikki Toivonen2008-09-151-1/+1
* Bug 11077, X509.load_cert, load_cert_bio, load_cert_der_string, new_stack_fro...Heikki Toivonen2007-10-171-0/+8
* Bug 7550, added X509_Name.as_hash, patch by Thomas Uram.Heikki Toivonen2007-07-021-0/+2
* Fixed memory leak in X509_Stack (which manifested for example when calling ne...Heikki Toivonen2007-06-131-5/+22
* Fixed a memory leak bug in test.Heikki Toivonen2007-06-131-4/+4
* Bug 9259, added the ability to save and load DER formatted X509 certificates ...Heikki Toivonen2007-06-121-1/+84
* Added X509_Name_Entry.set_data.Heikki Toivonen2007-06-111-2/+5
* Bug 5380, added methods to get X509_Name_Entry objects from X509_Name, which ...Heikki Toivonen2007-06-081-1/+21
* More check_purpose tests.Heikki Toivonen2007-01-191-0/+3
* Bug 7724, X509_Extension.get_value accepts optional flag and indent parameters.Heikki Toivonen2007-01-161-0/+4
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-14/+14
* Change X509.get_fingerprint to drop leading 0x and trailing L and convert theHeikki Toivonen2006-12-141-3/+1
* Part of bug 7530, X509.new_extension('subjectKeyIdentifier', 'hash') raisesHeikki Toivonen2006-12-141-0/+4
* Bug 7140, new certificates with 3 year expiration period.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-10/+10
* Bug 7036, added PKey.get_modulus, X509.get_fingerprint, X509_Name.as_der andHeikki Toivonen2006-12-061-7/+2
* Fingerprint all lower case in 2.5; add test to check.Heikki Toivonen2006-12-041-2/+15
* Fixed X509.check_purpose()Heikki Toivonen2006-08-291-0/+8
* Figued out how X509_Name.C was supposed to work so added it to test.Heikki Toivonen2006-04-121-10/+9
* Bug 5601, it is now possible to also get a non-nid memberHeikki Toivonen2006-04-121-0/+4
* Bug 3690, added sha224, sha256, sha384 and sha512, patch by Larry Bugbee.Heikki Toivonen2006-03-251-0/+1
* Removed RCS_id, RCS_ID and _RCS_id from Python files. UnneededHeikki Toivonen2006-03-201-2/+0
* Added check_x509_name to test X509_Name.Heikki Toivonen2006-03-111-0/+35
* Make Cipher_Stack, X509_Stack and X509_Extension_Stack iterable.Heikki Toivonen2006-03-091-8/+36
* X509_Name and ASN1_String as_text (new to ASN1_String) takeHeikki Toivonen2006-03-081-0/+1
* Bug 5314, unit tests to show proxy certificate handling.Heikki Toivonen2006-03-081-9/+83
* Bug 3745, ECDSA signatures and ECDH key agreement. OriginalHeikki Toivonen2006-03-071-1/+1
* Bug 4782, enhancements to EVP and X509 so that we can deal withHeikki Toivonen2006-03-011-10/+69
* First feature that requires OpenSSL 0.9.8 or newer: X509.check_ca().Heikki Toivonen2006-02-241-2/+11
* X509_check_ca not available in all OpenSSL 0.9.7 versions so commenting out f...Heikki Toivonen2005-07-291-2/+2
* Wrapped X509_check* functions.Heikki Toivonen2005-06-031-16/+44
* Bug 3094, replace more raw pointers from interfaces withHeikki Toivonen2005-06-011-11/+15
* Bug 1701, eliminate C pointers from interfaces and use M2Crypto objects inste...Heikki Toivonen2005-05-171-2/+20
* Oops, unfinished edit.Heikki Toivonen2005-05-101-2/+1
* Bug 2247, make it possible to use M2Crypto to handle SSL for Twisted.Heikki Toivonen2005-04-131-1/+6
* Change X509_Extension constructor to take an OpenSSL X509_EXTENSION pointer i...Heikki Toivonen2004-11-191-5/+4