summaryrefslogtreecommitdiff
path: root/lib/Crypto/SelfTest
Commit message (Expand)AuthorAgeFilesLines
...
* Fix block ciphers allowing empty string as IVDwayne C. Litzenberger2012-05-241-1/+26
* Add ability to import RSAPublicKey objects (encoded in DER or PEM)Legrandin2012-05-181-0/+24
* Describe unit tests for importKeyLegrandin2012-05-181-2/+12
* Added test vectors from NIST 800-38ALegrandin2012-05-181-0/+136
* Added OPENPGP mode to RoundTripTestsLegrandin2012-05-171-2/+8
* Added OpenPGP modeLegrandin2012-05-173-4/+64
* Removed PGP mode from block ciphersLegrandin2012-05-141-1/+15
* Fixes to make test suite pass for Python 2.1 and Python 3Legrandin2012-05-111-2/+2
* Add negative test for signature verification.Legrandin2012-05-031-2/+6
* Added test vectors for ElGamal signatures.Legrandin2012-05-031-18/+58
* Add ElGamal tests to the test suite.Legrandin2012-04-271-0/+1
* Added some test vectors for ElGamal (encryption only). Fixed two small bugs i...Legrandin2012-04-261-0/+166
* _fastmath: Convert negative numbers properlyDwayne C. Litzenberger2012-04-251-0/+11
* _fastmath: missing Py_BLOCK_THREADS on isPrime(1)Dwayne C. Litzenberger2012-04-251-0/+1
* Re-enable (accidentally?) disabled PBKDF2 testsDwayne C. Litzenberger2012-01-131-1/+1
* Merge from upstreamLegrandin2011-12-2210-66/+79
|\
| * 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-221-5/+20
| * Python 3.x fixes:Dwayne C. Litzenberger2011-10-229-47/+47
| * Add test cases to prove that an imported RSA private key really behaves like ...Legrandin2011-10-171-5/+20
* | Further fixed for python 3Legrandin2011-10-191-0/+4
* | Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-1841-598/+1063
|\ \ | |/
| * Don't abuse __builtins__Dwayne C. Litzenberger2011-10-102-2/+2
| * 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
| * Merge branch 'master' into py3kDwayne C. Litzenberger2011-10-105-2/+189
| |\
| * | Fix bare CR (which is a SyntaxError in Python 2.1)Dwayne C. Litzenberger2011-05-211-1/+2
| * | Unwraping byte conversion on test vectors.Anders Sundman2011-04-2424-1380/+1379
| * | Improve random selftestThorsten Behrens2011-01-051-4/+3
| * | 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-031-0/+1
| * | Add unit tests for Crypto.Random.randomThorsten Behrens2010-12-312-3/+117
| * | Add Ron Rivet TestThorsten Behrens2010-12-303-2/+43
| * | PY3K _fastmath supportThorsten Behrens2010-12-298-11/+28
| * | PY3K support for _fastmath.c; removed floordiv(a,b) hack and replaced with di...Thorsten Behrens2010-12-296-18/+18
| * | 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-2827-1505/+1687
* | | Added Lorenz Quack's native C implementation of all SHA-2 algorithmLegrandin2011-10-1616-24/+91
* | | Restructure both PKCS#1 signature schemes as objects.Legrandin2011-10-162-15/+30
* | | Restructure both PKCS#1 ciphers as objects, to make them more uniform with ot...Legrandin2011-10-112-21/+30
* | | Added support for export and import of unencrypted PKCS#8 keys (with tests).Legrandin2011-10-111-1/+59
* | | Added support for pass phrase and DES/3DES encrypted PEM keys, for both impor...Legrandin2011-10-031-0/+53
* | | To simplify, no RNG needs to be provided with PKCS1 encryption: the one belon...Legrandin2011-10-023-33/+51
* | | Modify decryption function for PKCS#1 v1.5 so that a sentinel is returned in ...Legrandin2011-09-281-5/+5
* | | Add new module Crypto.Protocol.KDF with two PKCS#5 key derivation algorithms.Legrandin2011-09-222-0/+99
* | | Added support for export of public RSA keys in OpenSSH formatLegrandin2011-09-211-0/+7
* | | Add support for import of OpenSSH public keysLegrandin2011-09-211-0/+8
* | | Merge branch 'pkcs1'Legrandin2011-09-203-0/+531
|\ \ \