summaryrefslogtreecommitdiff
path: root/tests/test_x509.py
Commit message (Expand)AuthorAgeFilesLines
* Changed required to pass tests on OpenSSL 3.0Petr Mensik2023-02-041-7/+22
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-5/+5
* base64.decodestring() was finally removed in Python 3.8.Matěj Cepl2020-03-091-3/+9
* Create 2048 bit test keysKurt Roeckx2018-10-071-1/+1
* Add test that sets a serial using a very long intDaniel Wozniak2018-10-021-0/+6
* PEP8isationMatěj Cepl2018-03-201-4/+1
* Don't use util.py3bytes when you don't have to.Matěj Cepl2018-02-051-1/+1
* X509: C functions now throw Python exceptions correctly.Matěj Cepl2017-10-191-17/+20
* Don't check the length of tests/der_encoded_seq.b64Jim Carroll2017-09-191-2/+2
* Test loading a cert generated by easy-rsa.Ralph Bean2016-12-151-0/+8
* Elimination of all open() statements w/o context managers.Matěj Cepl2016-12-151-37/+47
* Clean up imports and PEP8izationMatěj Cepl2016-12-151-1/+1
* Add ASN1_UTCTIME synonym for ASN1_TIME for backwards compatibility.Andrew Waters2016-10-141-99/+115
* Replace ASN1_UTCTIME with ASN1_TIME which supports both UTCTime andAndrew Waters2016-10-141-11/+10
* M2Crypto/X509.py: Add PEP-484 type hints in comments.Matěj Cepl2016-06-301-15/+9
* Fix EC testsMatěj Cepl2016-05-201-1/+1
* Replace x509v3_set_conf_lhash with x509v3_set_nconf so we can avoid lhash.Matěj Cepl2016-05-171-3/+9
* Throw an exception when an unhandled date value is found in a certificate.Matěj Cepl2016-03-201-1/+7
* PEP8ize.Matěj Cepl2016-03-201-1/+1
* Merge branch 'mr/31'Matěj Cepl2015-12-021-4/+4
|\
| * Use assertEqual() instead of assertEquals()Craig Rodrigues2015-12-011-4/+4
* | Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-1/+1
|/
* Another fixes to tests/makecerts.py and related modification of PEMs.Matěj Cepl2015-11-271-1/+1
* Regenerate testing PEM filesMatěj Cepl2015-11-251-6/+9
* Remove trailing L from integer literals. [PEP 237]Craig Rodrigues2015-11-161-2/+9
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-1/+2
* Nonfix of a typo and a tiny simplification.Matěj Cepl2015-10-191-2/+5
* PEP8ification of tests/test_x509.pyMatěj Cepl2015-10-171-215/+295
* 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