summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'aried3r/master'Dwayne C. Litzenberger2012-07-031-3/+3
|\
| * Using MODE_CBC instead of MODE_ECB in README exampleAnton Rieder2012-06-161-3/+3
* | setup.py: Add more compiler warnings and fix unsigned-signed comparisonsDwayne C. Litzenberger2012-07-033-4/+9
* | _fastmath: Replace 'long int' with 'long' to avoid confusionDwayne C. Litzenberger2012-07-031-12/+12
* | _fastmath: Use default false_positive_prob is one is not specifiedDwayne C. Litzenberger2012-07-031-1/+1
* | Fix typo in commentDwayne C. Litzenberger2012-07-031-1/+1
* | Merge branch 'error-propagation-fixes'Dwayne C. Litzenberger2012-07-032-5/+37
|\ \
| * | _fastmath: Propagate errors raised in rabinMillerTestDwayne C. Litzenberger2012-07-031-3/+6
| * | Merge remote-tracking branch 'sebastinas/clang' into error-propagation-fixesDwayne C. Litzenberger2012-07-031-2/+2
| |\ \
| | * | Store result of rabinMillerTest in an int.Sebastian Ramacher2012-07-031-2/+2
| * | | Add tests for error propagation in _fastmathDwayne C. Litzenberger2012-07-031-0/+29
|/ / /
* | | Run test_negative_number_roundtrip_mpzToLongObj_longObjToMPZ only if _fastmathSebastian Ramacher2012-06-281-1/+20
|/ /
* | Added ARC4-drop[n] cipherLegrandin2012-06-202-0/+41
* | Add test vectors for ARC4Legrandin2012-06-201-2/+358
* | AES was 1 byte too long in exampleLegrandin2012-06-181-1/+1
* | Examples for DES and DES3 were invertedLegrandin2012-06-112-9/+9
* | Fixes to Counter module documentationLegrandin2012-06-102-3/+5
|/
* Merge remote-tracking branch 'sebastinas/reenable-tests'Dwayne C. Litzenberger2012-05-284-14/+19
|\
| * Raise a ValueError as documented.Sebastian Ramacher2012-05-282-1/+5
| * Return a byte string if format is set to OpenSSH.Sebastian Ramacher2012-05-282-4/+4
| * Reenable redefined tests.Sebastian Ramacher2012-05-283-9/+10
* | Merge remote-tracking branch 'sebastinas/except-shadows-builtin'Dwayne C. Litzenberger2012-05-281-1/+1
|\ \
| * | Except shadows builtin IndexError.Sebastian Ramacher2012-05-281-1/+1
| |/
* | Fix exclude-introspect.Sebastian Ramacher2012-05-281-2/+1
|/
* Update docstring. IVs are no longer optionalStefano Rivera2012-05-276-12/+6
* Fix documentation (thanks John-Mark Gurney)Dwayne C. Litzenberger2012-05-241-1/+1
* 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