aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pkcs1.py
AgeCommit message (Expand)Author
2020-11-15Fix #164: Add padding length check as described by PKCS#1 v1.5Sybren A. Stüvel
2020-06-11Limit SHA3 support to Python 3.6+Sybren A. Stüvel
2020-06-03Fix CVE-2020-13757: detect cyphertext modifications by prepending zero bytesSybren A. Stüvel
2020-06-03Drop character encoding markers for Python 2.xAndrey Semakin
2019-08-04Add support for SHA3 hashingSybren A. Stüvel
2019-08-04Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel
2018-02-05Changed unittest to cover the new SHA-224 hash methodSybren A. Stüvel
2017-05-07Support signing a pre-calculated hash (#87)Justin Simon
2017-04-10Feature request #78: Expose function to find the hash method of a signatureSybren A. Stüvel
2017-04-10Don't print in unit testsSybren A. Stüvel
2016-05-08Drop byte_literal in favour of b''adamantike
2016-04-23Fix edge case for byte() call at pkcs1 test (#64)Michael Manganiello
2016-02-05Updated documentation, mostly http -> https changesSybren A. Stüvel
2016-01-22Big refactor to become more PEP8 compliant.Sybren A. Stüvel
2016-01-21Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel
2015-11-05Added character encoding markers for Python 2.xSybren A. Stüvel
2015-10-25Added per-file licensesRoy Kokkelkoren
2012-10-17rsa.pkcs1.verify() should return True when successfulTim Heckman
2011-08-24Reverts docstring quoting syntax.Yesudeep Mangalapilly
2011-08-16Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly
2011-08-11Removes unnecessary code that I had added.Yesudeep Mangalapilly
2011-08-11Porting to Python 3 complete. All tests except pyasn1 stuff pass.Yesudeep Mangalapilly
2011-08-11Update tests to use unittest2.Yesudeep Mangalapilly
2011-08-11Tests are now functional (only running without syntax errors) on Python 3 too.Yesudeep Mangalapilly
2011-07-10Added PKCS#1 signatures and verification of signaturesSybren A. Stüvel
2011-07-10Added test for randomnessSybren A. Stüvel
2011-07-10Added unittest for PKCS#1 decoding failuresSybren A. Stüvel
2011-07-10Replaced the binary test with a test of the PKCS1 module.Sybren A. Stüvel