summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not run multiprocessing test if multiprocessing.synchronize is not workingpyca2.6.xSebastian Ramacher2013-10-171-0/+5
* Release v2.6.1v2.6.1Dwayne Litzenberger2013-10-143-4/+4
* Update the ChangeLogDwayne Litzenberger2013-10-141-0/+52
* Fortuna: Add comments for reseed_interval and min_pool_size to FortunaAccumul...Dwayne Litzenberger2013-10-141-2/+19
* Random: Make Crypto.Random.atfork() set last_reseed=None (CVE-2013-1445)Dwayne Litzenberger2013-10-144-0/+196
* Release v2.6v2.6Dwayne C. Litzenberger2012-05-243-4/+4
* Update the ChangeLogDwayne C. Litzenberger2012-05-241-0/+53
* Fix block ciphers allowing empty string as IVDwayne C. Litzenberger2012-05-242-2/+27
* In ALGnew, check the mode before checking other parametersDwayne C. Litzenberger2012-05-241-15/+15
* Remove -std=c99 when building using aCC compiler HP-UXDwayne C. Litzenberger2012-05-241-0/+4
* Remove qNEW signature algorithmDwayne C. Litzenberger2012-05-243-190/+1
* Fix typos in docsDwayne C. Litzenberger2012-05-232-2/+2
* Add ability to import RSAPublicKey objects (encoded in DER or PEM)Legrandin2012-05-182-6/+36
* Describe unit tests for importKeyLegrandin2012-05-181-2/+12
* Clarification of how RSA keys can be imported/exportedLegrandin2012-05-181-14/+23
* Performance test: display CFB-8 as CFB mode being testLegrandin2012-05-181-1/+1
* Added test vectors from NIST 800-38ALegrandin2012-05-181-0/+136
* Added OPENPGP mode to RoundTripTestsLegrandin2012-05-171-2/+8
* Fix to make Crypto.Cipher work with Python3 againLegrandin2012-05-171-1/+3
* Added OPENPGP speed testLegrandin2012-05-171-0/+1
* Added example for OPENPGP mode in CAST moduleLegrandin2012-05-171-2/+8
* Added OpenPGP modeLegrandin2012-05-1710-24/+254
* Fixed 2 typos in documentationLegrandin2012-05-172-2/+2
* Added example for all symmetric ciphersLegrandin2012-05-147-3/+85
* Removed PGP mode from block ciphersLegrandin2012-05-144-142/+25
* Added cipher type columnLegrandin2012-05-141-20/+20
* Add documentation for XOR cipherLegrandin2012-05-144-3/+89
* Minor fixes for documentation of ciphersLegrandin2012-05-147-10/+5
* Added documentation for ARC4Legrandin2012-05-143-2/+110
* 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