summaryrefslogtreecommitdiff
path: root/lib/Crypto/Util
Commit message (Expand)AuthorAgeFilesLines
* Remove a few custom exception types.Legrandin2014-06-222-59/+56
* Fix tobytes() broken by previous commit.Dwayne Litzenberger2014-06-221-16/+9
* Get rid of catch-all exceptions. LP#1178485.Richard Mitchell2014-06-221-1/+1
* Better example (with nonce) for Counter objectLegrandin2014-02-211-4/+6
* A set of small changes to documentation.Legrandin2013-07-142-10/+13
* FIX #1093446. Description of allow_wraparound was incorrect.Legrandin2013-07-141-6/+6
* Added support for PKCS#8-encrypted private keys.Legrandin2013-07-144-3/+134
* Refactoring of the asn1 moduleLegrandin2013-07-142-168/+783
* Counter: Deprecate disable_shortcut; Remove __PCT_CTR_SHORTCUT__ entirelyDwayne Litzenberger2013-07-141-7/+13
* FortunaAccumulator: Use time.monotonic if available (i.e. Python 3.3 and later)Dwayne Litzenberger2013-04-211-0/+28
* asn1: Python 2.1 compatibilityDwayne Litzenberger2013-02-161-0/+2
* asn1: make DerObject into a new-style classDwayne Litzenberger2013-02-161-1/+1
* AES was 1 byte too long in exampleLegrandin2012-06-181-1/+1
* Fixes to Counter module documentationLegrandin2012-06-102-3/+5
* Added documentation for Counter moduleLegrandin2012-05-101-1/+63
* Added documentation for all hash algorithmsLegrandin2012-05-051-47/+0
* Added description of what string helper functions in py3compat.py do.Legrandin2011-12-221-0/+33
* Further fixed for python 3Legrandin2011-10-192-8/+12
* Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-188-82/+192
|\
| * Remove #!/usr/local/bin/python from lib/Crypto/Util/RFC1751.pySebastian Ramacher2011-10-101-1/+0
| * Merge branch 'master' into py3kDwayne C. Litzenberger2011-10-101-1/+6
| |\
| | * autoconf: only use side-channel secured mpz_powm_sec if it's available (libgm...Dwayne C. Litzenberger2011-10-101-1/+6
| * | Add Ron Rivet TestThorsten Behrens2010-12-302-0/+0
| * | PY3K _fastmath supportThorsten Behrens2010-12-295-7/+24
| * | PY3K support for _fastmath.c; removed floordiv(a,b) hack and replaced with di...Thorsten Behrens2010-12-293-73/+2
| * | Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-289-158/+294
| |/
* | Added isType() method, ability to initialize an object with a payload, DerObj...Legrandin2011-10-111-11/+34
* | Simplify wrapper, as digest_size is known in advance each time.Legrandin2011-02-071-1/+3
* | Add DerNull and DerOctetStringLegrandin2011-02-031-17/+30
* | Add OID to each hash algorithm.Legrandin2011-02-031-0/+44
* | Pure tab-to-space conversion with :retab in vim.Legrandin2011-01-161-111/+111
* | Added DocStrings to all DER classes.Legrandin2011-01-131-38/+111
|/
* Fix NameError: 'GetRandomNumber_DeprecationWarning' is not definedJanne Snabb2010-08-261-0/+1
* getRandomNumber API compatibility:Dwayne C. Litzenberger2010-08-021-9/+14
* Support for older versions of pythonLegrandin2010-08-021-13/+19
* Add ability to export and import RSA keys in DER and PEM format.Legrandin2010-08-022-1/+164
* Fix backward compatibility with PyCrypto 2.1 through 2.5:Dwayne C. Litzenberger2010-06-101-9/+10
* getStrongPrime() implementationLorenz Quack2010-06-101-52/+1227
* Fix PyCrypto when floor division (python -Qnew) is enabledDwayne C. Litzenberger2010-05-292-9/+9
* Update RandomPool warning to indicate that *previous* versions were brokenDwayne C. Litzenberger2009-10-121-1/+1
* Counter: raise OverflowError by default when the counter wraps around.Dwayne C. Litzenberger2009-10-121-3/+3
* Counter: Add disable_shortcut keyword argument (to be used for testing)Dwayne C. Litzenberger2009-10-121-3/+3
* Random: Remove RandomPoolCompatDwayne C. Litzenberger2009-08-281-385/+28
* randpool.py: Update the legal noticeDwayne C. Litzenberger2009-08-031-5/+19
* number.py: Update the legal noticeDwayne C. Litzenberger2009-08-031-5/+19
* RFC1751.py: Add a legal noticeDwayne C. Litzenberger2009-08-031-0/+22
* Clarify documentation for Crypto.Util.number.getRandomNumber()Dwayne C. Litzenberger2009-03-131-1/+7
* Legal: Add PD dedication to __init__.py files and hash stubsDwayne C. Litzenberger2009-03-011-0/+20
* Legal: Dedicate my files to the public domain.Dwayne C. Litzenberger2009-03-014-80/+68
* cleanup: Move modules to "lib/Crypto" subdirectory.Dwayne C. Litzenberger2009-02-288-0/+1315