Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added pyrsa-encrypt/decrypt-bigfile commands | Sybren A. St?vel | 2011-08-01 | 1 | -0/+90 | |
* | Added rsa.bigfile.__all__ | Sybren A. St?vel | 2011-08-01 | 1 | -0/+2 | |
* | Added verify and sign commands, fixed some bugs in other commands | Sybren A. St?vel | 2011-07-31 | 2 | -20/+78 | |
* | Added encrypt and decrypt CLI commands | Sybren A. St?vel | 2011-07-31 | 1 | -1/+148 | |
* | Slightly more doc | Sybren A. St?vel | 2011-07-31 | 1 | -0/+4 | |
* | Added pyrsa-keygen CLI script | Sybren A. St?vel | 2011-07-31 | 1 | -0/+79 | |
* | Made hashing efficient for large files | Sybren A. St?vel | 2011-07-31 | 3 | -57/+110 | |
* | Added encrypting and decrypting of large files | Sybren A. St?vel | 2011-07-31 | 1 | -3/+49 | |
* | Added yield_fixedblock | Sybren A. St?vel | 2011-07-31 | 1 | -0/+19 | |
* | Removed obsolete code | Sybren A. St?vel | 2011-07-31 | 1 | -126/+1 | |
* | fixed doctests | Sybren A. St?vel | 2011-07-31 | 1 | -6/+6 | |
* | More documentation | Sybren A. St?vel | 2011-07-31 | 2 | -61/+70 | |
* | Using int() rather than long() | Sybren A. St?vel | 2011-07-30 | 2 | -10/+10 | |
* | Added reading of varblocks | Sybren A. St?vel | 2011-07-30 | 1 | -1/+44 | |
* | Added start of blocks module (varint impl) | Sybren A. St?vel | 2011-07-30 | 1 | -0/+91 | |
* | Added version 2.0 code as rsa/_version200.py | Sybren A. St?vel | 2011-07-30 | 1 | -0/+532 | |
* | Bumped version from 2.1-beta0 to 3.0-beta0 | Sybren A. St?vel | 2011-07-30 | 1 | -1/+1 | |
* | Removed insecure code from rsa/__init__.py | Sybren A. St?vel | 2011-07-30 | 1 | -125/+4 | |
* | oops | Sybren A. St?vel | 2011-07-30 | 1 | -2/+2 | |
* | Sligthly better ignoring of fields in PEM | Sybren A. St?vel | 2011-07-30 | 1 | -2/+6 | |
* | Ignore fields in PEM-encoded files | Sybren A. St?vel | 2011-07-30 | 1 | -0/+4 | |
* | Using key.X rather than key['X'] | Sybren A. St?vel | 2011-07-30 | 1 | -9/+9 | |
* | Better type checking in core, casting ASN-ints to Python int | Sybren A. St?vel | 2011-07-30 | 2 | -7/+22 | |
* | Added pyrsa-priv2pub CLI tool | Sybren A. St?vel | 2011-07-24 | 1 | -0/+77 | |
* | Specify format (PEM/DER) in capitals | Sybren A. St?vel | 2011-07-24 | 1 | -8/+8 | |
* | Added simpler save/load functions | Sybren A. St?vel | 2011-07-24 | 1 | -6/+50 | |
* | Added saving and loading public keys in PKCS#1 format (PEM+DER) | Sybren A. St?vel | 2011-07-24 | 1 | -1/+37 | |
* | Added saving and loading public keys in DER format | Sybren A. St?vel | 2011-07-24 | 1 | -2/+55 | |
* | Merged keygen-accurate branch to default branch | Sybren A. St?vel | 2011-07-24 | 9 | -0/+143 | |
|\ | ||||||
| * | Added Apache 2 license notice to source files | Sybren A. St?vel | 2011-07-23 | 9 | -0/+143 | |
* | | Introduced "accurate mode" for key generation, cleaned up code | Sybren A. St?vel | 2011-07-24 | 1 | -31/+51 | |
* | | More tweaks to random number generation | Sybren A. St?vel | 2011-07-24 | 2 | -15/+60 | |
* | | Better calculation of bit size | Sybren A. St?vel | 2011-07-24 | 1 | -2/+29 | |
* | | added accurate bit size for key generation | Sybren A. St?vel | 2011-07-23 | 1 | -12/+37 | |
|/ | ||||||
* | Slight simplification of is_prime | Sybren A. St?vel | 2011-07-23 | 1 | -12/+6 | |
* | Readability improvements; replaced raw Exception with ValueError | Sybren A. St?vel | 2011-07-23 | 1 | -9/+12 | |
* | Improved random number generation | Sybren A. St?vel | 2011-07-23 | 1 | -4/+5 | |
* | Bytes2int transformation more efficient using binascii.hexlify | Sybren A. St?vel | 2011-07-23 | 1 | -17/+7 | |
* | Improved random number generation | Sybren A. St?vel | 2011-07-23 | 1 | -5/+7 | |
* | Fixed bug in PEM writer | Sybren A. St?vel | 2011-07-22 | 1 | -1/+1 | |
* | Moved key load/save to PrivateKey class | Sybren A. St?vel | 2011-07-21 | 1 | -106/+110 | |
* | Simpler PEM marker code | Sybren A. St?vel | 2011-07-21 | 2 | -22/+25 | |
* | Added support for saving private keys in DER and PEM format | Sybren A. St?vel | 2011-07-20 | 2 | -4/+84 | |
* | Added loading of DER and PEM encoded private keys | Sybren A. St?vel | 2011-07-19 | 2 | -14/+141 | |
* | Renamed rsa.keygen to rsa.key | Sybren A. St?vel | 2011-07-19 | 3 | -25/+23 | |
* | Small tweaks | Sybren A. St?vel | 2011-07-19 | 1 | -1/+4 | |
* | Modeled private and public keys as objects | Sybren A. St?vel | 2011-07-19 | 2 | -43/+141 | |
* | Fixed doctest | Sybren A. St?vel | 2011-07-19 | 1 | -2/+0 | |
* | Permanently removed safebit stuff | Sybren A. St?vel | 2011-07-19 | 1 | -10/+0 | |
* | Fixed file permissions | Sybren A. St?vel | 2011-07-19 | 6 | -2/+20 |