aboutsummaryrefslogtreecommitdiff
path: root/rsa
AgeCommit message (Expand)Author
2015-07-29Bumped version to 3.2Sybren A. Stüvel
2014-02-22Bumped version to 3.1.4Sybren A. Stüvel
2014-02-22Fixed typo in pyrsa-verify help messageSybren A. Stüvel
2014-02-22Fixed compatibilty of pyrsa-priv2pub with Python 3Sybren A. Stüvel
2014-02-02Bumped version to 3.1.3Sybren A. Stüvel
2013-09-15Bumped version to 3.1.2Sybren A. Stüvel
2012-10-17rsa.pkcs1.verify() should return True when successfulTim Heckman
2012-10-12Explicitly cast ASN.1 integer type to Python intSybren A. Stüvel
2012-10-11Added support for loading public keys from OpenSSLSybren A. Stüvel
2012-06-18Fixed some more Py32 incompatibilitiesSybren A. Stüvel
2012-06-18Fixed CLI functions for Python 3.xSybren A. Stüvel
2012-06-18Added version 3.1.1 to changelogSybren A. Stüvel
2012-06-18Fixed doctestsSybren A. Stüvel
2012-06-17Bumped version to 3.1Sybren A. Stüvel
2012-03-02Fixes formatting indentation issue to revert to PEP8 style.Yesudeep Mangalapilly
2012-03-02Fix buffer bytestring issue with Python 3.2Yesudeep Mangalapilly
2011-08-24Reverts docstring quoting syntax.Yesudeep Mangalapilly
2011-08-24Adds back older doctests for _int2bytes for compliance.Yesudeep Mangalapilly
2011-08-24Allow block_size=None in _int2bytes.Yesudeep Mangalapilly
2011-08-24Allow fill_size=None, chunk_size=None in int2bytes.Yesudeep Mangalapilly
2011-08-24Adds the doctests for bit_size back into the function docstrings.Yesudeep Mangalapilly
2011-08-17Fixes a silly error.Yesudeep Mangalapilly
2011-08-16Moves incompatible doctests to unit test modules.Yesudeep Mangalapilly
2011-08-16Adds common includes and tests.Yesudeep Mangalapilly
2011-08-16Fixes bad zero-prefix padding bug in older _int2bytes to pass all tests.Yesudeep Mangalapilly
2011-08-16Parellelized testing. Caught a lot of bugs.Yesudeep Mangalapilly
2011-08-14Much cleaner implementation of int2bytes. No loss in speed.Yesudeep Mangalapilly
2011-08-13Fixes doctest.Yesudeep Mangalapilly
2011-08-13Measure twice, cut once.Yesudeep Mangalapilly
2011-08-13Finally tracked down the bug to incorrect padding. Now all tests should passYesudeep Mangalapilly
2011-08-12Adds a much faster bit_size implementation causing an overall speed up.Yesudeep Mangalapilly
2011-08-12Completes machine-aligned int2bytes implementation.Yesudeep Mangalapilly
2011-08-12Adds verification tests for int2bytes and bytes2intYesudeep Mangalapilly
2011-08-11Adds speed tests for int2bytes and old_int2bytes.Yesudeep Mangalapilly
2011-08-11Even better. Discard prefix zero bytes if block size is not specified.Yesudeep Mangalapilly
2011-08-11Reduces more calculation in int2bytes.Yesudeep Mangalapilly
2011-08-11Adds faster ``struct.pack``-based int2bytes implementation.Yesudeep Mangalapilly
2011-08-11Re-implements byte_size using divmod avoiding floating-point calculations.Yesudeep Mangalapilly
2011-08-11Porting to Python 3 complete. All tests except pyasn1 stuff pass.Yesudeep Mangalapilly
2011-08-11Tests are now functional (only running without syntax errors) on Python 3 too.Yesudeep Mangalapilly
2011-08-11Compatibility wrapper module to make rsa work with various versions of Python.Yesudeep Mangalapilly
2011-08-10Removed superfluous checkSybren A. Stüvel
2011-08-10Added basic Chinese Remainder theorem implementation, not yet used.Sybren A. Stüvel
2011-08-10Added parallel.py module and ability to use multiprocessing when generating keysSybren A. Stüvel
2011-08-10Bumped version to 3.1-beta0Sybren A. Stüvel
2011-08-07Bumped version to 3.0.1Sybren A. Stüvel
2011-08-07Removed unused import of abc module, updated changelogSybren A. Stüvel
2011-08-05Bumped version to 3.0Sybren A. Stüvel
2011-08-03Fixed doctest, python 2.6 on cygwinSybren A. Stüvel
2011-08-03More documentation about key size and OpenSSL compatibilitySybren A. Stüvel