index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
python
/
botan2.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix python3 linter complaints
Rostyslav Khudolii
2022-03-25
1
-9
/
+9
*
Fix review comments
Rostyslav Khudolii
2022-03-25
1
-14
/
+14
*
Add support for SRP6 FFI
Rostyslav Khudolii
2022-03-19
1
-14
/
+92
*
Add shared library support for mingw
Christoph Reiter
2021-09-25
1
-0
/
+2
*
Capture the FFI exception string in a thread_local variable
Jack Lloyd
2021-06-30
1
-2
/
+11
*
Merge GH #2761 Tweak BigInt formatting
Jack Lloyd
2021-06-26
1
-6
/
+2
|
\
|
*
Tweak how BigInt string formatting works
Jack Lloyd
2021-06-24
1
-6
/
+2
*
|
Remove old Python compat names
Jack Lloyd
2021-06-23
1
-17
/
+0
|
/
*
Don't provide extra space when decrypting
Jack Lloyd
2020-12-28
1
-1
/
+2
*
Fix a bug preventing use of CBC encryption via Python
Jack Lloyd
2020-12-28
1
-1
/
+11
*
Fix Python when loading a shared object without ffi module [ci skip]
Jack Lloyd
2020-11-20
1
-4
/
+5
*
Merge GH #2434 Remove deprecated algorithms
Jack Lloyd
2020-11-06
1
-29
/
+0
|
\
|
*
Remove MCEIES
Jack Lloyd
2020-11-05
1
-29
/
+0
*
|
Bump version to 3.0.0-alpha0
Jack Lloyd
2020-11-05
1
-0
/
+4
|
/
*
Add DER signature handling to Python
Jack Lloyd
2020-05-15
1
-4
/
+4
*
Bump the FFI version due to addition of CRL support
Jack Lloyd
2019-12-14
1
-2
/
+2
*
Fix LGTM warning about duplicate code in Python wrapper
Jack Lloyd
2019-12-08
1
-23
/
+18
*
Fix some pylint warnings
Jack Lloyd
2019-12-06
1
-0
/
+1
*
Add CRL support for Python binding
Pavol Žáčik
2019-12-03
1
-22
/
+84
*
Add missing MPI functions to Python binding
Pavol Žáčik
2019-12-02
1
-2
/
+14
*
Add Python documentation for the X509Cert class
Pavol Žáčik
2019-10-22
1
-4
/
+4
*
Fix Python not_before/not_after
Pavol Žáčik
2019-10-22
1
-2
/
+6
*
Improve Python allowed_usage and add tests
Pavol Žáčik
2019-10-22
1
-3
/
+19
*
Add missing X509 Python functions
Pavol Žáčik
2019-10-22
1
-1
/
+57
*
Add support for TOTP in Python wrapper
Jack Lloyd
2019-09-23
1
-1
/
+24
*
Deprecate some more redundant ffi functions
Jack Lloyd
2019-08-19
1
-6
/
+15
*
Have botan2.py generate DLL list by platform
Jack Lloyd
2019-08-06
1
-3
/
+11
*
Run Python tests on Windows as well
Jack Lloyd
2019-08-06
1
-1
/
+1
*
Lint fixes
Jack Lloyd
2019-06-05
1
-2
/
+3
*
Add __hash__ for MPI
Jack Lloyd
2019-06-03
1
-0
/
+3
*
Lint fixes
Jack Lloyd
2019-04-27
1
-4
/
+8
*
More Python API enhancements.
Jack Lloyd
2019-04-27
1
-12
/
+196
*
Minor Python wrapper tweaks
Jack Lloyd
2019-04-22
1
-6
/
+21
*
More MPI functions
Jack Lloyd
2019-04-21
1
-0
/
+26
*
Add raw block cipher interface for Python
Jack Lloyd
2019-04-21
1
-1
/
+65
*
Lint fixes
Jack Lloyd
2019-04-21
1
-3
/
+3
*
Support copying hash function objects
Jack Lloyd
2019-04-19
1
-6
/
+22
*
Remove duplicated decl
Jack Lloyd
2019-04-19
1
-3
/
+0
*
Add support for NIST key wrap in Python
Jack Lloyd
2019-04-19
1
-0
/
+12
*
Pylint fixes
Jack Lloyd
2019-04-19
1
-30
/
+30
*
Use script to generate Python FFI decls
Jack Lloyd
2019-04-19
1
-138
/
+225
*
Use c_char_p instead of POINTER(c_char)
Jack Lloyd
2019-04-19
1
-62
/
+62
*
Clean up some things in Python wrapper
Jack Lloyd
2019-04-19
1
-403
/
+404
*
Simplify declaration of ffi functions
Jack Lloyd
2019-04-18
1
-382
/
+168
*
Support loading keys in Python
Jack Lloyd
2019-04-18
1
-22
/
+49
*
Add missing export functions
Jack Lloyd
2019-04-18
1
-11
/
+18
*
Fix pylint3 warning [ci skip]
Jack Lloyd
2018-12-10
1
-1
/
+1
*
Lint fixes
Jack Lloyd
2018-08-21
1
-4
/
+4
*
Add HOTP to Python
Jack Lloyd
2018-08-21
1
-1
/
+43
*
Add MPI and FPE to Python wrapper
Jack Lloyd
2018-08-13
1
-143
/
+527
[next]