summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use setuptools when available so that we can use bdist_eggwin-build-wipDwayne Litzenberger2013-03-141-8/+13
* SelfTest: Fix bug when running Crypto.SelfTest.run() with no streamDwayne Litzenberger2013-03-141-1/+1
* Win32: Remove obsolete -mno-cygwin option from mingw32 buildDwayne Litzenberger2013-03-141-0/+4
* Add tools/win-create-pythons.shDwayne Litzenberger2013-03-141-0/+110
* Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefsDwayne Litzenberger2013-02-2127-119/+95
* Include inttypes.h or sys/inttypes.h based on what autoconf tells usDwayne Litzenberger2013-02-217-28/+34
* Counter: Fix compiler warning about signed-unsigned comparisonDwayne Litzenberger2013-02-212-1/+3
* Fix compiler warning about "_POSIX_C_SOURCE" being redefined in string.hDwayne Litzenberger2013-02-1713-12/+16
* pct-speedtest.py: Add PKCS#1 signing and verificationDwayne Litzenberger2013-02-171-0/+71
* Hash: Rename SHA->SHA1 and RIPEMD->RIPEMD160 (pct-speedtest.py)Dwayne Litzenberger2013-02-171-2/+7
* Hash: Rename SHA->SHA1 and RIPEMD->RIPEMD160 (2/2)Dwayne Litzenberger2013-02-162-0/+48
* Hash: Rename SHA->SHA1 and RIPEMD->RIPEMD160 (1/2)Dwayne Litzenberger2013-02-1617-55/+60
* We also support Python 3.3Dwayne Litzenberger2013-02-161-1/+1
* Tweak the READMEDwayne Litzenberger2013-02-161-0/+2
* OpenBSD: Automatically look for libgmp in /usr/localDwayne Litzenberger2013-02-164-0/+3411
* Use autoconf to generate compiler optionsDwayne Litzenberger2013-02-1614-137/+2942
* Fix RSA object serialization: Python 3 compatibilityDwayne Litzenberger2013-02-161-15/+21
* Fix RSA object serializationFrank Sievertsen2013-02-162-0/+62
* asn1: Python 2.1 compatibilityDwayne Litzenberger2013-02-161-0/+2
* Fix random.shuffle SelfTestDwayne Litzenberger2013-02-161-1/+1
* Fix LP#1061217: random.shuffle takes O(n^2) timeDwayne Litzenberger2013-02-161-7/+7
* Fix leaks in _fastmathSebastian Ramacher2013-02-161-2/+3
* pct-speedtest.py: Test HMAC modulesDwayne Litzenberger2013-02-161-1/+23
* pct-speedtest.py: Add some commentsDwayne Litzenberger2013-02-161-0/+5
* pct-speedtest.py: Also test the standard hashlib modules, if possibleDwayne Litzenberger2013-02-161-8/+28
* pct-speedtest.py: Add tests for SHA224/SHA384/SHA512Dwayne Litzenberger2013-02-161-1/+4
* pct-speedtest.py: Python 3 compatibilityDwayne Litzenberger2013-02-161-4/+4
* pct-speedtest.py: Python 2.1-2.3 compatibilityDwayne Litzenberger2013-02-161-1/+8
* asn1: make DerObject into a new-style classDwayne Litzenberger2013-02-161-1/+1
* SHA2: Don't export symbol 'add_length'Dwayne Litzenberger2013-02-111-1/+1
* Update tools/create-pythons.shDwayne Litzenberger2013-02-031-7/+11
* Use os.chmod instead of os.system("chmod ...")Sebastian Ramacher2013-02-021-2/+5
* Add build to TestCommand's sub_commandsSebastian Ramacher2013-02-021-0/+6
* Check in some scripts I use for building and testing against multiple version...Dwayne Litzenberger2013-02-023-0/+233
* 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