summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Release v2.5v2.5Dwayne C. Litzenberger2012-01-131-2/+2
* Re-enable (accidentally?) disabled PBKDF2 testsDwayne C. Litzenberger2012-01-131-1/+1
* Added description of what string helper functions in py3compat.py do.Legrandin2011-12-221-0/+33
* Merge from upstreamLegrandin2011-12-2212-69/+82
|\
| * Release v2.4.1v2.4.1Dwayne C. Litzenberger2011-11-041-1/+1
| * Py3k: Fix test_importKey: Don't pass unicode string to .decrypt()v2.4Dwayne C. Litzenberger2011-10-221-4/+4
| * Py3k: fix when RSA.importKey is called with a str argument, instead of bytesDwayne C. Litzenberger2011-10-222-6/+24
| * Python 3.x fixes:Dwayne C. Litzenberger2011-10-2210-49/+49
| * Bump to v2.4Dwayne C. Litzenberger2011-10-221-1/+1
* | Merge from upstreamLegrandin2011-10-191-0/+2
|\ \ | |/
| * Add test cases to prove that an imported RSA private key really behaves like ...Legrandin2011-10-171-5/+20
| * _RSAKey._decrypt() uses Garner's algorithmwhen possible, as _fastmath.c does.Legrandin2011-10-171-1/+9
| * FIX BUG 702835: "Import key code is not compatible with GMP library"Legrandin2011-10-171-4/+19
* | Further fixed for python 3Legrandin2011-10-196-21/+28
* | Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-1878-823/+1461
|\ \ | |/
| * Don't abuse __builtins__Dwayne C. Litzenberger2011-10-102-2/+2
| * fix exception message in Crypto.PublicKey.RSA.generateSebastian Ramacher2011-10-101-2/+2
| * Remove #!/usr/local/bin/python from lib/Crypto/Util/RFC1751.pySebastian Ramacher2011-10-101-1/+0
| * Don't test SHA224/384/512 where hashlib isn't available (Python < 2.5)Dwayne C. Litzenberger2011-10-102-5/+19
| * Add descriptions for long SHA224/384/512 testsDwayne C. Litzenberger2011-10-103-3/+3
| * Py3k compatibility: testsDwayne C. Litzenberger2011-10-103-6/+7
| * SHA224/384/512: Py3k compatibilityDwayne C. Litzenberger2011-10-103-9/+12
| * Merge branch 'master' into py3kDwayne C. Litzenberger2011-10-1012-4/+299
| |\
| | * autoconf: only use side-channel secured mpz_powm_sec if it's available (libgm...Dwayne C. Litzenberger2011-10-102-1/+9
| * | Fix bare CR (which is a SyntaxError in Python 2.1)Dwayne C. Litzenberger2011-05-211-1/+2
| * | Merge branch 'master' into py3kAnders Sundman2011-05-191-2/+17
| |\ \
| | * \ Merge from dlitz/masterAnders Sundman2011-05-191-2/+17
| | |\ \
| * | | | Unwraping byte conversion on test vectors.Anders Sundman2011-04-2424-1380/+1379
| |/ / /
| * | | Fix AllOrNothing and random.sample()Thorsten Behrens2011-01-062-5/+5
| * | | Improve random selftestThorsten Behrens2011-01-052-7/+4
| * | | Additional random unit tests; fix a random unit testThorsten Behrens2011-01-041-2/+9
| * | | Now really staging the allornothing test. oops.Thorsten Behrens2011-01-041-0/+76
| * | | Add unit test for AllOrNothingThorsten Behrens2011-01-032-10/+10
| * | | Add unit tests for Crypto.Random.randomThorsten Behrens2010-12-313-6/+120
| * | | Add Ron Rivet TestThorsten Behrens2010-12-305-2/+43
| * | | PY3K _fastmath supportThorsten Behrens2010-12-2922-31/+65
| * | | PY3K support for _fastmath.c; removed floordiv(a,b) hack and replaced with di...Thorsten Behrens2010-12-299-91/+20
| * | | More consistent use of binary strings in test scripts. Now suceeds with Pytho...Thorsten Behrens2010-12-283-103/+105
| * | | Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-2852-1767/+2126
* | | | Added Lorenz Quack's native C implementation of all SHA-2 algorithmLegrandin2011-10-1624-37/+311
* | | | Restructure both PKCS#1 signature schemes as objects.Legrandin2011-10-164-228/+292
* | | | Restructure both PKCS#1 ciphers as objects, to make them more uniform with ot...Legrandin2011-10-114-300/+365
* | | | Added isType() method, ability to initialize an object with a payload, DerObj...Legrandin2011-10-111-11/+34
* | | | Added support for export and import of unencrypted PKCS#8 keys (with tests).Legrandin2011-10-112-39/+143
* | | | Added support for pass phrase and DES/3DES encrypted PEM keys, for both impor...Legrandin2011-10-032-7/+117
* | | | To simplify, no RNG needs to be provided with PKCS1 encryption: the one belon...Legrandin2011-10-0210-105/+143
* | | | Modify decryption function for PKCS#1 v1.5 so that a sentinel is returned in ...Legrandin2011-09-282-18/+63
* | | | Add new module Crypto.Protocol.KDF with two PKCS#5 key derivation algorithms.Legrandin2011-09-225-9/+230
* | | | Added support for export of public RSA keys in OpenSSH formatLegrandin2011-09-212-5/+24
* | | | Add support for import of OpenSSH public keysLegrandin2011-09-212-2/+22