summaryrefslogtreecommitdiff
path: root/tests/test_pkcs1.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.6Daniel Ziegenberg2022-12-061-1/+0
* Cleanup: remove trailing space from docstringSybren A. Stüvel2022-03-131-1/+1
* Fix #133: Remove rsa/_compat.pySybren A. Stüvel2022-03-131-2/+1
* Reformatting with BlackSybren A. Stüvel2021-03-291-43/+44
* Clean up stdout when using unittest test runnerSaif Hakim2021-02-241-1/+1
* Fix #164: Add padding length check as described by PKCS#1 v1.5Sybren A. Stüvel2020-11-151-0/+33
* Limit SHA3 support to Python 3.6+Sybren A. Stüvel2020-06-111-0/+7
* Fix CVE-2020-13757: detect cyphertext modifications by prepending zero bytesSybren A. Stüvel2020-06-031-0/+44
* Drop character encoding markers for Python 2.xAndrey Semakin2020-06-031-2/+0
* Add support for SHA3 hashingSybren A. Stüvel2019-08-041-1/+3
* Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel2019-08-041-3/+3
* Changed unittest to cover the new SHA-224 hash methodSybren A. Stüvel2018-02-051-2/+2
* Support signing a pre-calculated hash (#87)Justin Simon2017-05-071-0/+21
* Feature request #78: Expose function to find the hash method of a signatureSybren A. Stüvel2017-04-101-1/+9
* Don't print in unit testsSybren A. Stüvel2017-04-101-3/+0
* Drop byte_literal in favour of b''adamantike2016-05-081-5/+5
* Fix edge case for byte() call at pkcs1 test (#64)Michael Manganiello2016-04-231-1/+2
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-051-1/+1
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-221-22/+19
* Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel2016-01-211-3/+3
* Added character encoding markers for Python 2.xSybren A. Stüvel2015-11-051-0/+1
* Added per-file licensesRoy Kokkelkoren2015-10-251-0/+15
* rsa.pkcs1.verify() should return True when successfulTim Heckman2012-10-171-1/+1
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-241-7/+7
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-161-7/+7
* Removes unnecessary code that I had added.Yesudeep Mangalapilly2011-08-111-6/+0
* Porting to Python 3 complete. All tests except pyasn1 stuff pass.Yesudeep Mangalapilly2011-08-111-5/+15
* Update tests to use unittest2.Yesudeep Mangalapilly2011-08-111-3/+3
* Tests are now functional (only running without syntax errors) on Python 3 too.Yesudeep Mangalapilly2011-08-111-6/+5
* Added PKCS#1 signatures and verification of signaturesSybren A. Stüvel2011-07-101-13/+45
* Added test for randomnessSybren A. Stüvel2011-07-101-0/+11
* Added unittest for PKCS#1 decoding failuresSybren A. Stüvel2011-07-101-1/+11
* Replaced the binary test with a test of the PKCS1 module.Sybren A. Stüvel2011-07-101-0/+38