summaryrefslogtreecommitdiff
path: root/OpenSSL/rand.py
Commit message (Expand)AuthorAgeFilesLines
* Lots of Python 3.2 porting workJean-Paul Calderone2014-01-111-6/+2
* bytes for filenames elsewhere, too.Jean-Paul Calderone2014-01-111-2/+2
* Enforce byte strings, not native strings.Jean-Paul Calderone2014-01-111-2/+2
* Avoid using `long` if it does not exist.Jean-Paul Calderone2014-01-111-1/+7
* this __builtin__ thing is not Python 3 compatible, apparentlyJean-Paul Calderone2014-01-091-4/+4
* Make this test more 32 bit friendly: allocate the most memory that fits into ...Jean-Paul Calderone2013-12-311-1/+1
* add some missing docstringsJean-Paul Calderone2013-12-291-1/+3
* Put some shared code into a shared module and start using it from all three o...Jean-Paul Calderone2013-12-291-5/+12
* Switch from opentls to cryptographyJean-Paul Calderone2013-12-281-14/+16
* Re-implement OpenSSL.rand in Python using opentls.Jean-Paul Calderone2013-02-091-0/+167