aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-11-15Fix #162: Blinding uses slow algorithmSybren A. Stüvel
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-11Compatibility with newer MyPy versionsSybren 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-04Added mypy for static type checkingSybren A. Stüvel
2019-08-04Removed compatibility code for Python 2.7 and 3.4Sybren A. Stüvel
2018-10-23Fix BytesWarning in testsJon Dufresne
2018-02-05Changed unittest to cover the new SHA-224 hash methodSybren A. Stüvel
2017-06-10PKCS#1 2.0: Implementation of MGF1 (#89)Michael Manganiello
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
2017-01-16Implementation of bitwise XOR function for bytes object (#72)Michael Manganiello
2017-01-15Create PY2 constant to simplify compatibility decisions (#82)Michael Manganiello
2017-01-05Remove custom PrivateKey exponents/coefficient (#71)Michael Manganiello
2016-05-08Drop byte_literal in favour of b''adamantike
2016-05-08xrange compatibility optimization for Python 2 (#69)Michael Manganiello
2016-05-08Use 'assertEqual' instead of deprecated alias (#73)Michael Manganiello
2016-04-23Fix edge case for byte() call at pkcs1 test (#64)Michael Manganiello
2016-04-23Unit test for Mersenne primesadamantike
2016-04-16Trivial fix on primality testingadamantike
2016-04-15Set Miller-Rabin rounds based on bitsizeadamantike
2016-03-29Implemented __hash__ function for key objects.Sybren A. Stüvel
2016-03-29No longer require string operations to find bit lengths.Sybren A. Stüvel
2016-03-29More tests with hard-coded 'random' values.Sybren A. Stüvel
2016-03-29Added unittest for rsa.key.gen_keysSybren A. Stüvel
2016-03-29Added unittest for rsa.common.inverseSybren A. Stüvel
2016-03-29Removed monkey-patch of unittestSybren A. Stüvel
2016-03-17Added unit test for rsa.util.private_to_public()Sybren A. Stüvel
2016-03-17More CLI tests & clearer bytes stuffSybren A. Stüvel
2016-03-17Attempt at unit-testing CLI commandsSybren A. Stüvel
2016-03-17Ensuring that PEM output is always in bytes.Sybren A. Stüvel
2016-03-17Removed deprecated functionality.Sybren A. Stüvel
2016-03-17Allow loading PEM from strings (not just bytes), closes issue #49Sybren A. Stüvel
2016-03-17Reintroduced test for rsa.prime.is_primeSybren A. Stüvel
2016-03-17Remove Solovay-Strassen implementationadamantike
2016-02-05Add Jacobi test for table of valuesadamantike
2016-02-05Updated documentation, mostly http -> https changesSybren A. Stüvel
2016-01-27Fix #18: Add an 'exponent' argument to key.newkeys()Sybren A. Stüvel
2016-01-27Simplified test structure a bit, so we no longer need to set PYTHONPATHSybren A. Stüvel
2016-01-22Fix #12 Allow pickling of keys.Sybren A. Stüvel
2016-01-22Fix #19: Implemented blinding when decrypting.Sybren A. Stüvel
2016-01-22Big refactor to become more PEP8 compliant.Sybren A. Stüvel
2016-01-22Fix #27: Close Pipes at parallel version of genprime.Sybren A. Stüvel
2016-01-21Updated key loading example and included it as unit test, fixes bug #31Sybren A. Stüvel
2016-01-21No longer using obsolete base64 interface, fixes bug #30Sybren A. Stüvel
2016-01-21Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel