summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Implementation of bitwise XOR function for bytes object (#72)Michael Manganiello2017-01-161-1/+46
* Create PY2 constant to simplify compatibility decisions (#82)Michael Manganiello2017-01-152-15/+12
* Remove custom PrivateKey exponents/coefficient (#71)Michael Manganiello2017-01-052-1/+47
* Drop byte_literal in favour of b''adamantike2016-05-087-46/+42
* xrange compatibility optimization for Python 2 (#69)Michael Manganiello2016-05-082-1/+2
* Use 'assertEqual' instead of deprecated alias (#73)Michael Manganiello2016-05-081-10/+10
* Fix edge case for byte() call at pkcs1 test (#64)Michael Manganiello2016-04-231-1/+2
* Unit test for Mersenne primesadamantike2016-04-231-0/+19
* Trivial fix on primality testingadamantike2016-04-161-3/+3
* Set Miller-Rabin rounds based on bitsizeadamantike2016-04-151-0/+14
* Implemented __hash__ function for key objects.Sybren A. Stüvel2016-03-291-0/+11
* No longer require string operations to find bit lengths.Sybren A. Stüvel2016-03-291-7/+16
* More tests with hard-coded 'random' values.Sybren A. Stüvel2016-03-292-1/+35
* Added unittest for rsa.key.gen_keysSybren A. Stüvel2016-03-291-0/+17
* Added unittest for rsa.common.inverseSybren A. Stüvel2016-03-291-1/+11
* Removed monkey-patch of unittestSybren A. Stüvel2016-03-291-13/+0
* Added unit test for rsa.util.private_to_public()Sybren A. Stüvel2016-03-171-0/+19
* More CLI tests & clearer bytes stuffSybren A. Stüvel2016-03-175-12/+178
* Attempt at unit-testing CLI commandsSybren A. Stüvel2016-03-171-0/+149
* Ensuring that PEM output is always in bytes.Sybren A. Stüvel2016-03-171-1/+15
* Removed deprecated functionality.Sybren A. Stüvel2016-03-172-161/+0
* Allow loading PEM from strings (not just bytes), closes issue #49Sybren A. Stüvel2016-03-171-2/+49
* Reintroduced test for rsa.prime.is_primeSybren A. Stüvel2016-03-171-0/+23
* Remove Solovay-Strassen implementationadamantike2016-03-171-193/+0
* Add Jacobi test for table of valuesadamantike2016-02-051-0/+214
* Updated documentation, mostly http -> https changesSybren A. Stüvel2016-02-0510-10/+10
* Fix #18: Add an 'exponent' argument to key.newkeys()Sybren A. Stüvel2016-01-271-2/+14
* Simplified test structure a bit, so we no longer need to set PYTHONPATHSybren A. Stüvel2016-01-274-57/+1
* Fix #12 Allow pickling of keys.Sybren A. Stüvel2016-01-221-0/+20
* Fix #19: Implemented blinding when decrypting.Sybren A. Stüvel2016-01-221-0/+30
* Big refactor to become more PEP8 compliant.Sybren A. Stüvel2016-01-2210-72/+53
* Fix #27: Close Pipes at parallel version of genprime.Sybren A. Stüvel2016-01-221-0/+20
* Updated key loading example and included it as unit test, fixes bug #31Sybren A. Stüvel2016-01-212-0/+17
* No longer using obsolete base64 interface, fixes bug #30Sybren A. Stüvel2016-01-211-2/+2
* Removed dependency on unittest2, also merged requirements.txt for py 2.x and 3.xSybren A. Stüvel2016-01-219-22/+22
* Added character encoding markers for Python 2.xSybren A. Stüvel2015-11-056-0/+6
* Added per-file licensesRoy Kokkelkoren2015-10-2513-2/+188
* rsa.pkcs1.verify() should return True when successfulTim Heckman2012-10-172-2/+2
* Tweaked unittests for Python 3.xSybren A. Stüvel2012-06-181-12/+0
* Fixed unittesting with toxSybren A. Stüvel2011-11-061-1/+1
* Reverts docstring quoting syntax.Yesudeep Mangalapilly2011-08-246-30/+30
* Reorganizes tests.Yesudeep Mangalapilly2011-08-171-4/+3
* Fixes a silly error.Yesudeep Mangalapilly2011-08-171-2/+11
* Moves incompatible doctests to unit test modules.Yesudeep Mangalapilly2011-08-162-0/+26
* Adds common includes and tests.Yesudeep Mangalapilly2011-08-161-0/+3
* Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly2011-08-167-30/+80
* Adds verification tests for int2bytes and bytes2intYesudeep Mangalapilly2011-08-121-10/+45
* Adds speed tests for int2bytes and old_int2bytes.Yesudeep Mangalapilly2011-08-111-1/+9
* Adds tests for int2bytes.Yesudeep Mangalapilly2011-08-111-0/+24
* Removes unnecessary code that I had added.Yesudeep Mangalapilly2011-08-111-6/+0