summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fetch pythons via https (win32)winbuild2-wipDwayne Litzenberger2016-04-021-18/+18
* AutoIt3 script for installing python <= 2.3 on WindowsDwayne Litzenberger2016-04-023-4/+91
* [snapshot]Dwayne Litzenberger2013-05-263-1/+147
* Skip RSA/DSA/ElGamal tests when --skip-slow-tests is specified.Dwayne Litzenberger2013-05-267-53/+64
* Win32: Remove obsolete -mno-cygwin option from mingw32 buildDwayne Litzenberger2013-05-261-0/+4
* Re-generate configure scriptDwayne Litzenberger2013-05-051-14/+21
* Use AX_CHECK_COMPILE_FLAG to detect -maesSebastian Ramacher2013-04-271-12/+4
* pct-speedtest.py: Test the random moduleDwayne Litzenberger2013-04-211-0/+19
* FortunaAccumulator: Use time.monotonic if available (i.e. Python 3.3 and later)Dwayne Litzenberger2013-04-212-2/+33
* AES-NI support: Python 2.1 Backward compatibilityDwayne Litzenberger2013-04-213-3/+12
* Remove unnecessary includesSebastian Ramacher2013-04-211-2/+0
* 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