summaryrefslogtreecommitdiff
path: root/lib/Crypto/SelfTest/Util
Commit message (Expand)AuthorAgeFilesLines
* Fix tests when running under "python -OO" (PYTHONOPTIMIZE set to 1 or 2)Dwayne Litzenberger2014-06-221-2/+4
* Refactor 3 places handling fastmath ImportErrorMarc Abramowitz2014-02-221-10/+2
* Use different method for getting ext_suffixMarc Abramowitz2014-02-221-1/+2
* Removed most 'import *' statementsLegrandin2013-10-202-2/+6
* whitespace changes (pre-AEAD)Legrandin2013-10-201-10/+10
* Fix unhexlify in Python 3.2Dwayne Litzenberger2013-07-141-32/+32
* Added support for PKCS#8-encrypted private keys.Legrandin2013-07-142-0/+141
* Refactoring of the asn1 moduleLegrandin2013-07-141-244/+604
* Counter: Deprecate disable_shortcut; Remove __PCT_CTR_SHORTCUT__ entirelyDwayne Litzenberger2013-07-141-15/+5
* Add tests for error propagation in _fastmathDwayne C. Litzenberger2012-07-031-0/+29
* Run test_negative_number_roundtrip_mpzToLongObj_longObjToMPZ only if _fastmathSebastian Ramacher2012-06-281-1/+20
* Reenable redefined tests.Sebastian Ramacher2012-05-281-1/+1
* _fastmath: Convert negative numbers properlyDwayne C. Litzenberger2012-04-251-0/+11
* _fastmath: missing Py_BLOCK_THREADS on isPrime(1)Dwayne C. Litzenberger2012-04-251-0/+1
* Merge from upstreamLegrandin2011-12-221-3/+3
|\
| * Python 3.x fixes:Dwayne C. Litzenberger2011-10-221-3/+3
* | Further fixed for python 3Legrandin2011-10-191-0/+4
* | Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-183-115/+119
|\ \ | |/
| * PY3K _fastmath supportThorsten Behrens2010-12-292-2/+2
| * PY3K support for _fastmath.c; removed floordiv(a,b) hack and replaced with di...Thorsten Behrens2010-12-291-6/+6
| * Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-283-109/+110
* | Added test case for size()Legrandin2011-02-061-0/+6
|/
* Support for older versions of pythonLegrandin2010-08-021-5/+8
* Add ability to export and import RSA keys in DER and PEM format.Legrandin2010-08-021-0/+287
* Fix backward compatibility with PyCrypto 2.1 through 2.5:Dwayne C. Litzenberger2010-06-101-12/+12
* getStrongPrime() implementationLorenz Quack2010-06-101-0/+38
* SelfTest: Test new Counter anti-wraparound behaviourDwayne C. Litzenberger2009-10-121-11/+25
* SelfTest: Add tests for Counter wraparound behaviour and for the 'carry' attr...Dwayne C. Litzenberger2009-10-121-0/+45
* SelfTest: Add tests for Crypto.Util.CounterDwayne C. Litzenberger2009-10-122-0/+104
* Legal: Dedicate my files to the public domain.Dwayne C. Litzenberger2009-03-013-63/+51
* cleanup: Move modules to "lib/Crypto" subdirectory.Dwayne C. Litzenberger2009-02-283-0/+340