summaryrefslogtreecommitdiff
path: root/src/inc-msvc
Commit message (Collapse)AuthorAgeFilesLines
* Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefsDwayne Litzenberger2013-04-211-0/+7
|
* Fix build on Solaris 9 and earilerDwayne C. Litzenberger2011-10-101-0/+3
| | | | | | | We use <sys/inttypes.h> on Solaris platforms that don't have <stdint.h>. This should fix https://bugs.launchpad.net/pycrypto/+bug/518871, reported by Sebastian Kayser.
* Fix libgmp/libmpir autodetectionDwayne C. Litzenberger2011-10-101-1/+11
|
* Merge branch 'master' into py3kDwayne C. Litzenberger2011-10-101-0/+3
|\ | | | | | | | | | | Conflicts: setup.py src/_fastmath.c
| * autoconf: only use side-channel secured mpz_powm_sec if it's available ↵Dwayne C. Litzenberger2011-10-101-0/+3
| | | | | | | | (libgmp 5 or later)
* | Update documentation with current state of security of hash and cipherThorsten Behrens2011-01-021-0/+4
| | | | | | | | | | functions. Update documentation with Python 3.x notes.
* | Add Ron Rivet TestThorsten Behrens2010-12-301-6/+0
|/ | | | | o Add Ron Rivet DES test to test_DES.py o Started on API documentation for 3.x
* Legal: Dedicate my files to the public domain.Dwayne C. Litzenberger2009-03-011-20/+17
| | | | | | | | | | | | | In an attempt to simplify the copyright status of PyCrypto, I'm placing my code into the public domain, and encouraging other contributors to do the same. I have used a public domain dedication that was recommended in a book on FOSS legal issues[1], followed by the warranty disclaimer boilerplate from the MIT license. [1] _Intellectual Property and Open Source: A Practical Guide to Protecting Code_, a book written by Van Lindberg and published by O'Reilly Media. (ISBN 978-0-596-51796-0)
* Add "signed" keyword to inc-msvc/stdint.h, just to be sure.Dwayne C. Litzenberger2008-11-161-4/+4
|
* MSVC-specific fixes and workaroundsDwayne C. Litzenberger2008-11-161-0/+47