summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-223-3/+3
* Update ChangeLogDwayne C. Litzenberger2011-10-171-0/+13
* Remove SelfTest from documentation.Legrandin2011-10-171-0/+1
* 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
* Add a note to the documentation about not using .encrypt() and .decrypt() on ...Dwayne C. Litzenberger2011-10-111-0/+8
* Don't abuse __builtins__Dwayne C. Litzenberger2011-10-103-2/+3
* Fix build on Solaris 9 and earilerDwayne C. Litzenberger2011-10-105-3/+29
* Fix libgmp/libmpir autodetectionDwayne C. Litzenberger2011-10-106-39/+158
* Update ACKS and ChangeLogDwayne C. Litzenberger2011-10-102-0/+34
* fix exception message in Crypto.PublicKey.RSA.generateSebastian Ramacher2011-10-101-2/+2
* update the exclude-introspect field in epydoc to the new module locationsSebastian Ramacher2011-10-101-1/+1
* 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-103-5/+27
* 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
* setup.py: configure be quiet when --quiet is specifiedDwayne C. Litzenberger2011-10-101-1/+5
* setup.py: Don't run ./configure if ./config.status already existsDwayne C. Litzenberger2011-10-101-4/+5
* Merge branch 'master' into py3kDwayne C. Litzenberger2011-10-1026-17/+5361
|\
| * autoconf: only use side-channel secured mpz_powm_sec if it's available (libgm...Dwayne C. Litzenberger2011-10-1010-11/+5065
| * Merge pull request #6 from rfk/masterDwayne Litzenberger2011-06-131-1/+0
| |\
| | * fix double-decref of "counter" when Cipher object initialisation failsRyan Kelly2011-03-071-1/+0
| * | Merge pull request #7 from fredb219/masterDwayne Litzenberger2011-06-1315-3/+295
| |\ \ | | |/ | |/|
| | * Add variable block size support to HMAC-SHA384 and HMAC-SHA512 which useFrédéric Bertolus2011-04-0810-4/+16
| | * add HMAC test with SHA224, SHA384 and SHA512Frédéric Bertolus2011-04-081-2/+24
| | * Add test for SHA224, SHA 384 and SHA512Frédéric Bertolus2011-04-084-0/+165
| | * Add SHA224, SHA384 and SHA512 hash algorithm.Frédéric Bertolus2011-04-083-0/+93
| |/
* | Fix bare CR (which is a SyntaxError in Python 2.1)Dwayne C. Litzenberger2011-05-211-1/+2
* | Documentation updateDwayne C. Litzenberger2011-05-211-48/+10
* | Merge branch 'master' into py3kAnders Sundman2011-05-194-14/+52
|\ \
| * \ Merge from dlitz/masterAnders Sundman2011-05-195-123/+161
| |\ \ | | |/
| | * Avoid timing attacks: Do blinded RSA by defaultDwayne C. Litzenberger2011-02-211-2/+15
| | * Replace calls to mpz_powm with mpz_powm_sec. This should help avoid some tim...Dwayne C. Litzenberger2011-02-211-9/+9
| | * Improve the test command in setup.py, by allowing tests to beLegrandin2011-01-104-4/+30
* | | Unwraping byte conversion on test vectors.Anders Sundman2011-04-2424-1380/+1379
* | | Fixed lineendings again...Anders Sundman2011-04-241-109/+109
|/ /
* | Replace tabs with spacesThorsten Behrens2011-01-101-1/+1
* | Fix AllOrNothing and random.sample()Thorsten Behrens2011-01-063-9/+7
* | Improve random selftestThorsten Behrens2011-01-052-7/+4
* | Additional random unit tests; fix a random unit testThorsten Behrens2011-01-042-3/+10
* | Now really staging the allornothing test. oops.Thorsten Behrens2011-01-041-0/+76
* | Add unit test for AllOrNothingThorsten Behrens2011-01-034-22/+66
* | Update documentation with current state of security of hash and cipherThorsten Behrens2011-01-023-68/+97
* | Add unit tests for Crypto.Random.randomThorsten Behrens2010-12-314-6/+122
* | Add Ron Rivet TestThorsten Behrens2010-12-3011-32/+78