aboutsummaryrefslogtreecommitdiff
path: root/rsa
AgeCommit message (Expand)Author
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
2011-08-03more documentationSybren A. Stüvel
2011-08-03More consistent options for pyrsa-keygenSybren A. Stüvel
2011-08-01Added pyrsa-encrypt/decrypt-bigfile commandsSybren A. Stüvel
2011-08-01Added rsa.bigfile.__all__Sybren A. Stüvel
2011-07-31Added verify and sign commands, fixed some bugs in other commandsSybren A. Stüvel
2011-07-31Added encrypt and decrypt CLI commandsSybren A. Stüvel
2011-07-31Slightly more docSybren A. Stüvel
2011-07-31Added pyrsa-keygen CLI scriptSybren A. Stüvel
2011-07-31Made hashing efficient for large filesSybren A. Stüvel
2011-07-31Added encrypting and decrypting of large filesSybren A. Stüvel
2011-07-31Added yield_fixedblockSybren A. Stüvel
2011-07-31Removed obsolete codeSybren A. Stüvel
2011-07-31fixed doctestsSybren A. Stüvel
2011-07-31More documentationSybren A. Stüvel
2011-07-30Using int() rather than long()Sybren A. Stüvel
2011-07-30Added reading of varblocksSybren A. Stüvel
2011-07-30Added start of blocks module (varint impl)Sybren A. Stüvel
2011-07-30Added version 2.0 code as rsa/_version200.pySybren A. Stüvel
2011-07-30Bumped version from 2.1-beta0 to 3.0-beta0Sybren A. Stüvel
2011-07-30Removed insecure code from rsa/__init__.pySybren A. Stüvel
2011-07-30oopsSybren A. Stüvel
2011-07-30Sligthly better ignoring of fields in PEMSybren A. Stüvel
2011-07-30Ignore fields in PEM-encoded filesSybren A. Stüvel
2011-07-30Using key.X rather than key['X']Sybren A. Stüvel
2011-07-30Better type checking in core, casting ASN-ints to Python intSybren A. Stüvel
2011-07-24Added pyrsa-priv2pub CLI toolSybren A. Stüvel
2011-07-24Specify format (PEM/DER) in capitalsSybren A. Stüvel
2011-07-24Added simpler save/load functionsSybren A. Stüvel
2011-07-24Added saving and loading public keys in PKCS#1 format (PEM+DER)Sybren A. Stüvel
2011-07-24Added saving and loading public keys in DER formatSybren A. Stüvel
2011-07-24Merged keygen-accurate branch to default branchSybren A. Stüvel
2011-07-24Introduced "accurate mode" for key generation, cleaned up codeSybren A. Stüvel
2011-07-24More tweaks to random number generationSybren A. Stüvel
2011-07-24Better calculation of bit sizeSybren A. Stüvel
2011-07-23Added Apache 2 license notice to source filesSybren A. Stüvel
2011-07-23added accurate bit size for key generationSybren A. Stüvel
2011-07-23Slight simplification of is_primeSybren A. Stüvel
2011-07-23Readability improvements; replaced raw Exception with ValueErrorSybren A. Stüvel
2011-07-23Improved random number generationSybren A. Stüvel