summaryrefslogtreecommitdiff
path: root/tests/test_smime.py
Commit message (Expand)AuthorAgeFilesLines
* Replace 'from . import' with absolute imports.Matěj Cepl2021-01-141-1/+1
* Mass removal of deprecated constructs.Matěj Cepl2020-12-021-3/+3
* Deleted duplicate test from a wrong locationKonstantin Shemyak2018-07-231-23/+0
* Show detailed OpenSSL error messagesKonstantin Shemyak2018-07-231-0/+23
* PEP8isationMatěj Cepl2018-03-201-4/+1
* Clean up after test_ssl.WriteLoadTestCase tests.Jim Carroll2017-09-191-2/+7
* Add tests for `SMIME.load_pkcs7_der()` and `SMIME.load_pkcs7_bio_der()`Nick Gaya2017-03-091-6/+19
* Elimination of all open() statements w/o context managers.Matěj Cepl2016-12-151-12/+8
* Add possibility to set custom callback for X509 verification.Konstantin Shemyak2016-12-111-1/+68
* Add possibility to sign PKCS7 with a non-default digest.Konstantin Shemyak2016-11-281-0/+25
* SSL and SMIME modules: Add PEP-484 type hints in comments.Matěj Cepl2016-06-301-18/+18
* Fix ordering of imports in test_smimeMatěj Cepl2016-02-271-1/+1
* Fix whitespace using suggestions from autopep8Craig Rodrigues2015-12-011-4/+3
* One more random result added to test_write_pkcs7_derMatěj Cepl2015-11-281-1/+1
* Workaround missing algorithm for counting The Right Length™Matěj Cepl2015-11-271-1/+1
* Regenerate testing PEM filesMatěj Cepl2015-11-251-1/+1
* Strip trailinig spaces and expand tabs.Matěj Cepl2015-11-191-39/+39
* Remove more plain assertsMatěj Cepl2015-11-181-32/+39
* Change self.assertRaises to context managers.Matěj Cepl2015-10-271-16/+27
* Account for SHA-256 signatures.Miloslav Trmač2015-10-131-1/+1
* 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
* Support OpenSSL 1.0. Thanks to Miloslav Trmac for figuring out how to fix tes...Heikki Toivonen2010-02-131-6/+5
* Created new test certificates that will be valid until 2019.Heikki Toivonen2009-07-281-1/+1
* x509_crl_new was not wrapped, as I found when writing more coverage tests; no...Heikki Toivonen2009-02-231-0/+2
* Bug 12713, do not raise str exceptions:Heikki Toivonen2009-02-061-1/+18
* X509_Store.load_info now returns the value from the underlyingHeikki Toivonen2008-07-221-1/+6
* Bug 7795, added back PKCS7.get0_signers (which was removed in 0.16 due to alw...Heikki Toivonen2007-06-081-0/+4
* Make all test methods start with test_, so that running individual suites works,Heikki Toivonen2006-12-151-16/+16
* 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-16/+16
* Bug 5929, SMIME.smime_load_pkcs7_bio failed with memory BIO.Heikki Toivonen2006-09-061-20/+1
* Minor changes, mostly commented out, to show that readingHeikki Toivonen2006-04-271-3/+3
* Fixed load_pkcs7 (was always raising exceptions). FixedHeikki Toivonen2006-04-251-5/+66
* Got signEncryptDecryptVerify working but the decrypt partHeikki Toivonen2006-04-251-19/+21
* Fixed all but decryptVerify tests, still not sure how to fixHeikki Toivonen2006-04-241-49/+42
* New test certificates to replace expired ones.Heikki Toivonen2006-04-241-3/+3
* S/MIME unit tests, not yet complete...Heikki Toivonen2006-02-251-0/+198