summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* whitespaceDwayne Litzenberger2013-07-141-12/+12
* Remove pointless 'error' attribute from stream ciphersDwayne Litzenberger2013-07-141-6/+1
* Add ABI check when importing _counter from block_templateDwayne Litzenberger2013-07-143-0/+26
* Counter: Deprecate disable_shortcut; Remove __PCT_CTR_SHORTCUT__ entirelyDwayne Litzenberger2013-07-143-22/+4
* Fix MODE_CTR memory leak under Python 3Dwayne Litzenberger2013-07-142-18/+34
* AES-NI support: Python 2.1 Backward compatibilityDwayne Litzenberger2013-04-211-1/+4
* Remove unnecessary includesSebastian Ramacher2013-04-211-2/+0
* Initial AES-NI supportSebastian Ramacher2013-04-213-0/+336
* 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-215-20/+26
* Hash: Speed up initialization by removing pure-Python wrappershash-speedup-wipDwayne Litzenberger2013-02-178-36/+136
* Hash: Remove "oid" attributes; add "name" attributeDwayne Litzenberger2013-02-178-0/+11
* 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
* Fix leaks in _fastmathSebastian Ramacher2013-02-161-2/+3
* SHA2: Don't export symbol 'add_length'Dwayne Litzenberger2013-02-111-1/+1
* setup.py: Add more compiler warnings and fix unsigned-signed comparisonsDwayne C. Litzenberger2012-07-032-4/+4
* _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
* _fastmath: Propagate errors raised in rabinMillerTestDwayne C. Litzenberger2012-07-031-3/+6
* Store result of rabinMillerTest in an int.Sebastian Ramacher2012-07-031-2/+2
* Fix block ciphers allowing empty string as IVDwayne C. Litzenberger2012-05-241-1/+1
* In ALGnew, check the mode before checking other parametersDwayne C. Litzenberger2012-05-241-15/+15
* Removed PGP mode from block ciphersLegrandin2012-05-141-137/+9
* 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-102-2/+2
* _fastmath: Convert negative numbers properlyDwayne C. Litzenberger2012-04-251-7/+18
* some commentsDwayne C. Litzenberger2012-04-251-1/+2
* _fastmath: missing Py_BLOCK_THREADS on isPrime(1)Dwayne C. Litzenberger2012-04-251-2/+5
* Fix segfault if Crypto.Random.new is missing for some reason.Dwayne C. Litzenberger2012-02-181-0/+5
* Fix typoDwayne C. Litzenberger2012-02-181-1/+1
* Fix segfaults & reference leaks in error-handlingDwayne C. Litzenberger2012-02-181-10/+58
* Fixed compilation error in MSVC.alsaan2011-11-291-7/+6
* Further fixed for python 3Legrandin2011-10-191-1/+2
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-1817-206/+1152
|\
| * Fix build on Solaris 9 and earilerDwayne C. Litzenberger2011-10-104-3/+28
| * Fix libgmp/libmpir autodetectionDwayne C. Litzenberger2011-10-103-5/+24
| * Merge branch 'master' into py3kDwayne C. Litzenberger2011-10-109-10/+169
| |\
| | * autoconf: only use side-channel secured mpz_powm_sec if it's available (libgm...Dwayne C. Litzenberger2011-10-103-9/+164
| * | Merge from dlitz/masterAnders Sundman2011-05-191-9/+9
| |\ \
| * | | Update documentation with current state of security of hash and cipherThorsten Behrens2011-01-021-0/+4
| * | | Add Ron Rivet TestThorsten Behrens2010-12-302-6/+0
| * | | PY3K _fastmath supportThorsten Behrens2010-12-291-1/+0
| * | | PY3K support for _fastmath.c; removed floordiv(a,b) hack and replaced with di...Thorsten Behrens2010-12-291-7/+8