summaryrefslogtreecommitdiff
path: root/src/OpenSSL/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* flake8-import-order (#1099)whiteowl32022-03-021-1/+1
| | | | | | | | | | | * flake8-import-order * make sure bad import orders fail * flake8-import-order * add application name to flake8 section * correct import order for openssl as application
* Paint it Black by the Rolling Stones (#920)Alex Gaynor2020-07-231-6/+18
|
* Delete rand.py (#675)Alex Gaynor2017-07-251-2/+2
|
* Replace the only EGD call by urandomHynek Schlawack2015-10-201-1/+1
| | | | Also harmonize documentation. #boyScout
* Move package into srcHynek Schlawack2015-10-171-0/+20
Prevents accidental imports when running tests.