summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Name change + .mailmapDarsey Litzenberger2022-01-241-2/+2
* Make Cipher.galois module privateLegrandin2014-06-221-2/+2
* Make sure that ek and dk are aligned at 16 byte boundariesSebastian Ramacher2013-10-281-0/+4
* Release v2.7a1v2.7a1Dwayne Litzenberger2013-10-211-1/+1
* Add support for GCM mode (AES only).Legrandin2013-10-201-0/+3
* Merge tag 'v2.6.1' (fix CVE-2013-1445)Dwayne Litzenberger2013-10-201-1/+1
|\
| * Release v2.6.1v2.6.1Dwayne Litzenberger2013-10-141-1/+1
* | Added support for PKCS#8-encrypted private keys.Legrandin2013-07-141-1/+3
* | Initial AES-NI supportSebastian Ramacher2013-04-211-0/+21
* | Hash: Speed up initialization by removing pure-Python wrappershash-speedup-wipDwayne Litzenberger2013-02-171-7/+7
* | Use autoconf to generate compiler optionsDwayne Litzenberger2013-02-161-32/+42
* | 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
* | setup.py: Add more compiler warnings and fix unsigned-signed comparisonsDwayne C. Litzenberger2012-07-031-0/+5
|/
* Release v2.6v2.6Dwayne C. Litzenberger2012-05-241-1/+1
* Remove -std=c99 when building using aCC compiler HP-UXDwayne C. Litzenberger2012-05-241-0/+4
* Add documentation for XOR cipherLegrandin2012-05-141-1/+1
* Added documentation for ARC4Legrandin2012-05-141-1/+1
* Added documentation for CAST-128Legrandin2012-05-121-1/+1
* Added documentation for RC2Legrandin2012-05-121-1/+1
* Added documentation for BlowfishLegrandin2012-05-111-1/+1
* Added documentation for Triple DES.Legrandin2012-05-101-1/+1
* Added documentation for AES and DES.Legrandin2012-05-101-2/+2
* setup.py: Remove download_url so that easy_install downloads from PyPIDwayne C. Litzenberger2012-01-281-3/+0
* setup.py: PyCrypto is used by lots of people in productionDwayne C. Litzenberger2012-01-281-1/+1
* Release v2.5v2.5Dwayne C. Litzenberger2012-01-131-1/+1
* Merge commit 'pkcs_20111222'Dwayne C. Litzenberger2012-01-131-51/+18
|\
| * Merge from upstreamLegrandin2011-12-221-4/+9
| |\
| * \ Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-181-52/+153
| |\ \
| * | | Added Lorenz Quack's native C implementation of all SHA-2 algorithmLegrandin2011-10-161-7/+16
| * | | Replace explicit search for gmp library with an attempt to compile a dummy C ...Legrandin2011-09-271-37/+31
| * | | The final, tested PKCS#1 v1.5 signature moduleLegrandin2011-02-031-1/+4
* | | | Add trove classifiers to indicate Python 2 and 3 compatibility.Thomas2012-01-121-0/+2
| |_|/ |/| |
* | | Release v2.4.1v2.4.1Dwayne C. Litzenberger2011-11-041-1/+1
* | | Run build_configure from build_ext.Sebastian Ramacher2011-11-041-3/+8
* | | Bump to v2.4Dwayne C. Litzenberger2011-10-221-1/+1
| |/ |/|
* | Fix libgmp/libmpir autodetectionDwayne C. Litzenberger2011-10-101-16/+46
* | Don't test SHA224/384/512 where hashlib isn't available (Python < 2.5)Dwayne C. Litzenberger2011-10-101-0/+8
* | setup.py: configure be quiet when --quiet is specifiedDwayne C. Litzenberger2011-10-101-1/+5
* | setup.py: Don't run ./configure if ./config.status already existsDwayne C. Litzenberger2011-10-101-4/+5
* | Merge branch 'master' into py3kDwayne C. Litzenberger2011-10-101-3/+24
|\ \
| * | autoconf: only use side-channel secured mpz_powm_sec if it's available (libgm...Dwayne C. Litzenberger2011-10-101-1/+23
| |/
* | Merge from dlitz/masterAnders Sundman2011-05-191-3/+19
|\ \ | |/
| * Improve the test command in setup.py, by allowing tests to beLegrandin2011-01-101-2/+19
* | Replace tabs with spacesThorsten Behrens2011-01-101-1/+1
* | Add Ron Rivet TestThorsten Behrens2010-12-301-11/+15
* | PY3K _fastmath supportThorsten Behrens2010-12-291-18/+42
* | PY3K support for _fastmath.c; removed floordiv(a,b) hack and replaced with di...Thorsten Behrens2010-12-291-1/+1
* | Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-281-12/+49
* | Removed erroneous print statement from setup.py - it had snuck in from the re...Thorsten Behrens2010-12-231-1/+0