aboutsummaryrefslogtreecommitdiffstats
path: root/src/python
Commit message (Expand)AuthorAgeFilesLines
* Lint fixesJack Lloyd2019-04-271-4/+8
* More Python API enhancements.Jack Lloyd2019-04-271-12/+196
* Minor Python wrapper tweaksJack Lloyd2019-04-221-6/+21
* More MPI functionsJack Lloyd2019-04-211-0/+26
* Add raw block cipher interface for PythonJack Lloyd2019-04-211-1/+65
* Lint fixesJack Lloyd2019-04-211-3/+3
* Support copying hash function objectsJack Lloyd2019-04-191-6/+22
* Remove duplicated declJack Lloyd2019-04-191-3/+0
* Add support for NIST key wrap in PythonJack Lloyd2019-04-191-0/+12
* Pylint fixesJack Lloyd2019-04-191-30/+30
* Use script to generate Python FFI declsJack Lloyd2019-04-191-138/+225
* Use c_char_p instead of POINTER(c_char)Jack Lloyd2019-04-191-62/+62
* Clean up some things in Python wrapperJack Lloyd2019-04-191-403/+404
* Simplify declaration of ffi functionsJack Lloyd2019-04-181-382/+168
* Support loading keys in PythonJack Lloyd2019-04-181-22/+49
* Add missing export functionsJack Lloyd2019-04-181-11/+18
* Fix pylint3 warning [ci skip]Jack Lloyd2018-12-101-1/+1
* Lint fixesJack Lloyd2018-08-211-4/+4
* Add HOTP to PythonJack Lloyd2018-08-211-1/+43
* Add MPI and FPE to Python wrapperJack Lloyd2018-08-131-143/+527
* Fix Python2 problemJack Lloyd2018-08-111-1/+7
* In Python expose new name gettersJack Lloyd2018-08-111-0/+24
* Convert Python tests to actual unit testsJack Lloyd2018-08-111-2/+2
* Add scrypt to PythonJack Lloyd2018-08-111-4/+23
* Better error checking in Python wrapperJack Lloyd2018-08-111-212/+378
* Fix warning in new pylintJack Lloyd2018-03-171-9/+9
* Fix incorrect return value checkJack Lloyd2018-03-151-1/+1
* In Python module support loading via libbotan-2.so.X sonameJack Lloyd2018-03-151-7/+22
* Split Python tests out of botan2.pyJack Lloyd2018-03-101-255/+3
* Latest pylint doesn't like these assertsJack Lloyd2017-12-171-2/+2
* Fix Python testsJack Lloyd2017-11-161-1/+1
* Change http://botan.randombit.net to https URIsJack Lloyd2017-09-011-1/+1
* Don't use len() to verify emptynessSimon Warta2017-05-041-1/+4
* Remove comment: FIXME without further descriptionSimon Warta2017-05-041-1/+1
* Work around name conflict of symbol "rng"Simon Warta2017-05-041-13/+14
* Add base exception type: BotanExceptionSimon Warta2017-05-041-22/+30
* Fix various pylint warningsSimon Warta2017-05-041-8/+10
* Avoid redefining build-in name "hash"Simon Warta2017-05-041-3/+3
* Silence invalid name warning for module "botan"Simon Warta2017-05-041-2/+2
* Silence pylint invalid class name warningsSimon Warta2017-05-041-12/+12
* Use comments to organize code sectionsSimon Warta2017-05-041-35/+40
* Remove trailing whitespaceSimon Warta2017-05-041-1/+1
* Break long linesSimon Warta2017-05-041-14/+29
* Expose BigInt API subset to C APIJack Lloyd2017-03-281-10/+5
* Rename Python module to botan2Jack Lloyd2017-01-241-0/+0
* Fix some (not all) pylint warnings in botan.pyJack Lloyd2017-01-121-54/+52
* Fix pyflakes warnings in Python wrapper codeJack Lloyd2017-01-121-16/+21
* Update shared object naming for new versioning scheme.Jack Lloyd2017-01-061-2/+2
* fix python 3 bindingsKai Michaelis2016-06-011-1/+1
* fix python bindingsKai Michaelis2016-06-011-4/+4