summaryrefslogtreecommitdiff
path: root/lib/Crypto/Random
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v2.6.1' (fix CVE-2013-1445)Dwayne Litzenberger2013-10-202-2/+43
|\
| * Fortuna: Add comments for reseed_interval and min_pool_size to FortunaAccumul...Dwayne Litzenberger2013-10-141-2/+19
| * Random: Make Crypto.Random.atfork() set last_reseed=None (CVE-2013-1445)Dwayne Litzenberger2013-10-142-0/+24
* | Fix error importing winrandom on Python 3Jason R. Coombs2013-05-251-1/+1
* | FortunaAccumulator: Use time.monotonic if available (i.e. Python 3.3 and later)Dwayne Litzenberger2013-04-211-2/+5
* | Fix dumb typo: "is 2" should be "== 2"Dwayne Litzenberger2013-02-171-1/+1
* | Fix LP#1061217: random.shuffle takes O(n^2) timeDwayne Litzenberger2013-02-161-7/+7
|/
* Fix DevURandomRNG to work with Python3's new I/O stack.Sebastian Ramacher2012-04-211-2/+25
* Merge from upstreamLegrandin2011-12-221-2/+2
|\
| * Python 3.x fixes:Dwayne C. Litzenberger2011-10-221-2/+2
* | Merged from upstream (py3k support) and modified so that all unit tests pass.Legrandin2011-10-186-24/+45
|\ \ | |/
| * Fix AllOrNothing and random.sample()Thorsten Behrens2011-01-061-1/+1
| * Improve random selftestThorsten Behrens2011-01-051-3/+1
| * Add unit tests for Crypto.Random.randomThorsten Behrens2010-12-311-3/+3
| * PY3K _fastmath supportThorsten Behrens2010-12-295-8/+8
| * Changes to allow pycrpyto to work on Python 3.x as well as 2.1 through 2.7Thorsten Behrens2010-12-286-20/+44
* | Add new() method to all remaining hash algorithms, so as to make them to work...Legrandin2011-02-071-1/+3
|/
* Random: Improve the comment attached to _UserFriendlyRNG#_check_pidDwayne C. Litzenberger2009-08-281-1/+9
* Random: Add Crypto.Random.get_random_bytes()Dwayne C. Litzenberger2009-08-282-0/+8
* Random: Remove RandomPoolCompatDwayne C. Litzenberger2009-08-281-53/+1
* Legal: Dedicate my files to the public domain.Dwayne C. Litzenberger2009-03-0111-220/+190
* cleanup: Move modules to "lib/Crypto" subdirectory.Dwayne C. Litzenberger2009-02-2812-0/+1129