aboutsummaryrefslogtreecommitdiffstats
path: root/src/python/botan2.py
Commit message (Expand)AuthorAgeFilesLines
* Fix python3 linter complaintsRostyslav Khudolii2022-03-251-9/+9
* Fix review commentsRostyslav Khudolii2022-03-251-14/+14
* Add support for SRP6 FFIRostyslav Khudolii2022-03-191-14/+92
* Add shared library support for mingwChristoph Reiter2021-09-251-0/+2
* Capture the FFI exception string in a thread_local variableJack Lloyd2021-06-301-2/+11
* Merge GH #2761 Tweak BigInt formattingJack Lloyd2021-06-261-6/+2
|\
| * Tweak how BigInt string formatting worksJack Lloyd2021-06-241-6/+2
* | Remove old Python compat namesJack Lloyd2021-06-231-17/+0
|/
* Don't provide extra space when decryptingJack Lloyd2020-12-281-1/+2
* Fix a bug preventing use of CBC encryption via PythonJack Lloyd2020-12-281-1/+11
* Fix Python when loading a shared object without ffi module [ci skip]Jack Lloyd2020-11-201-4/+5
* Merge GH #2434 Remove deprecated algorithmsJack Lloyd2020-11-061-29/+0
|\
| * Remove MCEIESJack Lloyd2020-11-051-29/+0
* | Bump version to 3.0.0-alpha0Jack Lloyd2020-11-051-0/+4
|/
* Add DER signature handling to PythonJack Lloyd2020-05-151-4/+4
* Bump the FFI version due to addition of CRL supportJack Lloyd2019-12-141-2/+2
* Fix LGTM warning about duplicate code in Python wrapperJack Lloyd2019-12-081-23/+18
* Fix some pylint warningsJack Lloyd2019-12-061-0/+1
* Add CRL support for Python bindingPavol Žáčik2019-12-031-22/+84
* Add missing MPI functions to Python bindingPavol Žáčik2019-12-021-2/+14
* Add Python documentation for the X509Cert classPavol Žáčik2019-10-221-4/+4
* Fix Python not_before/not_afterPavol Žáčik2019-10-221-2/+6
* Improve Python allowed_usage and add testsPavol Žáčik2019-10-221-3/+19
* Add missing X509 Python functionsPavol Žáčik2019-10-221-1/+57
* Add support for TOTP in Python wrapperJack Lloyd2019-09-231-1/+24
* Deprecate some more redundant ffi functionsJack Lloyd2019-08-191-6/+15
* Have botan2.py generate DLL list by platformJack Lloyd2019-08-061-3/+11
* Run Python tests on Windows as wellJack Lloyd2019-08-061-1/+1
* Lint fixesJack Lloyd2019-06-051-2/+3
* Add __hash__ for MPIJack Lloyd2019-06-031-0/+3
* 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