summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated license in setup.pyversion-3.0Sybren A. St?vel2011-08-051-4/+3
|
* Bumped version to 3.0Sybren A. St?vel2011-08-051-2/+2
|
* Fixed doctest, python 2.6 on cygwinSybren A. St?vel2011-08-031-1/+1
|
* More doc tweaksSybren A. St?vel2011-08-034-9/+12
|
* More documentation about key size and OpenSSL compatibilitySybren A. St?vel2011-08-034-23/+55
|
* more documentationSybren A. St?vel2011-08-037-32/+183
|
* More consistent options for pyrsa-keygenSybren A. St?vel2011-08-031-4/+4
|
* Removed recrypt commandSybren A. St?vel2011-08-031-32/+0
|
* Work with older distribute versionsSybren A. St?vel2011-08-031-2/+2
|
* Tweak to readmeSybren A. St?vel2011-08-031-1/+4
|
* Much more documentationSybren A. St?vel2011-08-018-19/+115
|
* Added pyrsa-encrypt/decrypt-bigfile commandsSybren A. St?vel2011-08-012-0/+92
|
* More usage documentationSybren A. St?vel2011-08-011-0/+95
|
* Added rsa.bigfile.__all__Sybren A. St?vel2011-08-011-0/+2
|
* Updated readmeSybren A. St?vel2011-08-011-5/+6
|
* Updated readmeSybren A. St?vel2011-08-011-1/+2
|
* Updated readmeSybren A. St?vel2011-08-011-7/+11
|
* Updated mercurial location in readmeSybren A. St?vel2011-08-011-1/+1
|
* Moved README to README.rstSybren A. St?vel2011-08-011-6/+7
|
* 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
|