summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Initial AES-NI supportSebastian Ramacher2013-04-219-5/+462
* | Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefsDwayne Litzenberger2013-04-2127-118/+95
* | Include inttypes.h or sys/inttypes.h based on what autoconf tells usDwayne Litzenberger2013-04-217-28/+34
* | Merge branch 'hash-speedup-wip'Dwayne Litzenberger2013-04-2135-949/+602
|\ \
| * | Hash: Speed up initialization by removing pure-Python wrappershash-speedup-wipDwayne Litzenberger2013-02-1721-845/+274
| * | Hash: Generic Crypto.Hash.new(algo, [data]) functionDwayne Litzenberger2013-02-172-0/+154
| * | Hash: Remove "oid" attributes; add "name" attributeDwayne Litzenberger2013-02-1720-103/+92
| * | Fix dumb typo: "is 2" should be "== 2"Dwayne Litzenberger2013-02-171-1/+1
| * | Counter: Fix compiler warning about signed-unsigned comparisonDwayne Litzenberger2013-02-172-1/+2
| * | 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
* | | Add blinding to ElGamal decryption.Legrandin2013-04-211-2/+11
* | | Pass corret stream to TestTextRunnerSebastian Ramacher2013-04-051-0/+2
* | | Use correct streamSebastian Ramacher2013-04-051-1/+1
|/ /
* | 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
|/ / / /