summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added documentation for CAST-128Legrandin2012-05-123-2/+99
* Added documentation for RC2Legrandin2012-05-123-2/+113
* Added documentation for BlowfishLegrandin2012-05-113-2/+98
* Fixes to make test suite pass for Python 2.1 and Python 3Legrandin2012-05-114-6/+12
* TDES unit tests got broken. Fixed them again.Legrandin2012-05-101-1/+1
* Added documentation for Triple DES.Legrandin2012-05-104-2/+114
* Added description of what DES is.Legrandin2012-05-101-1/+15
* Added documentation for Counter moduleLegrandin2012-05-101-1/+63
* Added documentation for AES and DES.Legrandin2012-05-106-4/+368
* Added documentation for all hash algorithmsLegrandin2012-05-0513-302/+801
* 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
* Fixed two small bugs in ElGamal code.Legrandin2012-04-261-4/+4
* Added some test vectors for ElGamal (encryption only). Fixed two small bugs i...Legrandin2012-04-261-0/+166
* Merge branch 'master' of git://github.com/dlitz/pycryptoLegrandin2012-04-263-12/+62
|\
| * _fastmath: Convert negative numbers properlyDwayne C. Litzenberger2012-04-252-7/+29
| * some commentsDwayne C. Litzenberger2012-04-251-1/+2
| * _fastmath: missing Py_BLOCK_THREADS on isPrime(1)Dwayne C. Litzenberger2012-04-252-2/+6
| * Fix DevURandomRNG to work with Python3's new I/O stack.Sebastian Ramacher2012-04-211-2/+25
* | Domain parameters for ElGamal and DSA can be freely shared. The message M to ...Legrandin2012-04-262-14/+26
* | Fix documentation for PKCS#1 modules.Legrandin2012-04-195-6/+9
* | Fix to bug #985164 (ElGamal key generation). Fix to missing range check in si...Legrandin2012-04-181-24/+40
* | Refreshed documentation for ElGamal. Small corrections to DSA and RSA.Legrandin2012-04-183-24/+236
* | Polished the Crypto.PublicKey page.Added hyperlinks to RFCs.Legrandin2012-04-124-5/+20
* | Refreshed documentation for DSA. Minor fixes in RSA documentation.Legrandin2012-04-123-16/+197
* | Refreshed documentation for RSA. epydoc does not generate documentation for p...Legrandin2012-04-104-44/+234
* | Merge branch 'master' of git://github.com/dlitz/pycryptoLegrandin2012-04-091-34/+0
|\ \ | |/
| * Delete cruise_config.rbDwayne C. Litzenberger2012-03-071-34/+0
* | src/config.h is site specific and should not be trackedLegrandin2012-04-091-0/+1
* | Merge branch 'master' of git://github.com/dlitz/pycryptoLegrandin2012-02-194-97/+207
|\ \ | |/
| * Fix segfault if Crypto.Random.new is missing for some reason.Dwayne C. Litzenberger2012-02-181-0/+5
| * Fix typoDwayne C. Litzenberger2012-02-181-1/+1
| * Fix segfaults & reference leaks in error-handlingDwayne C. Litzenberger2012-02-181-10/+58
| * Rebuild configure scriptDwayne C. Litzenberger2012-01-291-80/+132
| * Remove automagic dependencies on libgmp and libmpir, let the caller disable t...oxc2012-01-291-2/+10
| * setup.py: Remove download_url so that easy_install downloads from PyPIDwayne C. Litzenberger2012-01-281-3/+0
| * setup.py: PyCrypto is used by lots of people in productionDwayne C. Litzenberger2012-01-281-1/+1
* | Fixed short digest exception message in PBKDF1.Legrandin2012-01-171-1/+1
|/
* Release v2.5v2.5Dwayne C. Litzenberger2012-01-133-4/+4
* Update ChangeLogDwayne C. Litzenberger2012-01-132-0/+34
* add MODE_ECB testwindwiny2012-01-131-0/+1
* Re-enable (accidentally?) disabled PBKDF2 testsDwayne C. Litzenberger2012-01-131-1/+1
* Merge commit 'pkcs_20111222'Dwayne C. Litzenberger2012-01-1364-608/+4775
|\
| * Added description of what string helper functions in py3compat.py do.Legrandin2011-12-221-0/+33
| * Merge from upstreamLegrandin2011-12-2217-78/+102
| |\
| * \ Merge pull request #1 from alsaan/masterLegrandin2011-12-171-7/+6
| |\ \
| | * | Fixed compilation error in MSVC.alsaan2011-11-291-7/+6
| |/ /
| * | Merge from upstreamLegrandin2011-10-192-0/+15
| |\ \
| * | | Further fixed for python 3Legrandin2011-10-198-26/+31