summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added file for CLI documentationSybren A. Stüvel2011-07-312-0/+6
|
* Added verify and sign commands, fixed some bugs in other commandsSybren A. Stüvel2011-07-313-20/+80
|
* Added encrypt and decrypt CLI commandsSybren A. Stüvel2011-07-312-1/+150
|
* Slightly more docSybren A. Stüvel2011-07-311-0/+4
|
* Added pyrsa-keygen CLI scriptSybren A. Stüvel2011-07-312-0/+80
|
* Added unittest for large file signing/verifyingSybren A. Stüvel2011-07-311-1/+20
|
* Made hashing efficient for large filesSybren A. Stüvel2011-07-315-94/+155
|
* Added encrypting and decrypting of large filesSybren A. Stüvel2011-07-312-3/+80
|
* Added yield_fixedblockSybren A. Stüvel2011-07-312-0/+26
|
* Removed obsolete codeSybren A. Stüvel2011-07-311-126/+1
|
* branch mergeSybren A. Stüvel2011-07-311-6/+6
|\
| * fixed doctestsSybren A. Stüvel2011-07-311-6/+6
| |
* | doc typoSybren A. Stüvel2011-07-311-1/+1
| |
* | Finished documentation of basic functionsSybren A. Stüvel2011-07-312-5/+71
|/
* More documentationSybren A. Stüvel2011-07-318-68/+182
|
* Removed obsolete filesSybren A. Stüvel2011-07-313-77/+0
|
* More documentationSybren A. Stüvel2011-07-315-12/+153
|
* More documentationSybren A. Stüvel2011-07-304-0/+54
|
* Updated .hgignoreSybren A. Stüvel2011-07-301-6/+8
|
* Added initial sphinx doc structureSybren A. Stüvel2011-07-307-0/+537
|
* Using int() rather than long()Sybren A. Stüvel2011-07-302-10/+10
|
* Added reading of varblocksSybren A. Stüvel2011-07-302-1/+54
|
* Added start of blocks module (varint impl)Sybren A. Stüvel2011-07-302-0/+149
|
* Added version 2.0 code as rsa/_version200.pySybren A. Stüvel2011-07-301-0/+532
|
* Bumped version from 2.1-beta0 to 3.0-beta0Sybren A. Stüvel2011-07-301-1/+1
|
* Removed insecure code from rsa/__init__.pySybren A. Stüvel2011-07-303-144/+10
|
* oopsSybren A. Stüvel2011-07-301-2/+2
|
* Sligthly better ignoring of fields in PEMSybren A. Stüvel2011-07-301-2/+6
|
* Ignore fields in PEM-encoded filesSybren A. Stüvel2011-07-302-0/+8
|
* Basic readme and package manifest by Yesudeep Mangalapilly <yesudeep@gmail.com>Sybren A. Stüvel2011-07-304-0/+47
| | | | | | | | | | - Adds a README file with the project description. - Adds a LICENSE document for APLv2 compliance. - Adds .gitignore ignore rules for git submodules so that using this repository as a git submodule in another project does not produce dirty submodules when being built. - Adds a package MANIFEST.in file to specify distribution inclusions.
* Using key.X rather than key['X']Sybren A. Stüvel2011-07-301-9/+9
|
* Better type checking in core, casting ASN-ints to Python intSybren A. Stüvel2011-07-302-7/+22
|
* Updated changelogSybren A. Stüvel2011-07-241-7/+7
|
* Added pyrsa-priv2pub CLI toolSybren A. Stüvel2011-07-242-0/+81
|
* Specify format (PEM/DER) in capitalsSybren A. Stüvel2011-07-242-16/+16
|
* Added simpler save/load functionsSybren A. Stüvel2011-07-242-14/+58
|
* Added saving and loading public keys in PKCS#1 format (PEM+DER)Sybren A. Stüvel2011-07-242-1/+91
|
* Added saving and loading public keys in DER formatSybren A. Stüvel2011-07-241-2/+55
|
* Using new key classes in runme.pySybren A. Stüvel2011-07-241-4/+6
|
* Merged keygen-accurate branch to default branchSybren A. Stüvel2011-07-2410-0/+144
|\
| * Ignore downloaded distribute-0.6.* filesSybren A. Stüvel2011-07-241-0/+1
| |
| * Added Apache 2 license notice to source filesSybren A. Stüvel2011-07-239-0/+143
| |
* | Removed load_private.pySybren A. Stüvel2011-07-241-59/+0
| |
* | Introduced "accurate mode" for key generation, cleaned up codeSybren A. Stüvel2011-07-241-31/+51
| |
* | More tweaks to random number generationSybren A. Stüvel2011-07-243-15/+64
| |
* | Better calculation of bit sizeSybren A. Stüvel2011-07-241-2/+29
| |
* | added accurate bit size for key generationSybren A. Stüvel2011-07-232-12/+92
|/
* Slight simplification of is_primeSybren A. Stüvel2011-07-231-12/+6
|
* Readability improvements; replaced raw Exception with ValueErrorSybren A. Stüvel2011-07-231-9/+12
|
* Improved random number generationSybren A. Stüvel2011-07-231-4/+5
|