| Commit message (Expand) | Author | Age | Files | Lines |
* | Added comments explaining when .decode() is needed on mce_decrypt | Uri Blumenthal | 2015-10-23 | 1 | -2/+7 |
* | Fix minor output problem. | Mouse | 2015-10-23 | 1 | -8/+13 |
* | Add workaround for Python 3.2/3.3 behavior in binascii. GH #305 | Jack Lloyd | 2015-10-22 | 1 | -1/+1 |
* | Fix a bug in botan.py found by PyPy's ctypes | Jack Lloyd | 2015-10-22 | 1 | -3/+12 |
* | Reverted version comparison relaxation, per Jack Lloyd's comment. | Uri Blumenthal | 2015-10-21 | 1 | -1/+1 |
* | Merge branch 'master' of https://github.com/randombit/botan | Uri Blumenthal | 2015-10-20 | 1 | -293/+262 |
|\ |
|
| * | Fix botan.py for Python3 | Jack Lloyd | 2015-10-20 | 1 | -245/+255 |
* | | Made most of botan.py run under Python3. | Uri Blumenthal | 2015-10-20 | 1 | -60/+101 |
|/ |
|
* | Add McEliece keygen and MCEIES to C89 API. Plus random fiddling | Jack Lloyd | 2015-10-01 | 1 | -24/+60 |
* | Export X.509 certificates to ffi and python | Jack Lloyd | 2015-10-01 | 1 | -41/+129 |
* | Changed tabs to 4 spaces | Mouse | 2015-08-14 | 1 | -5/+5 |
* | Restored Darwin compatibility | Uri Blumenthal | 2015-08-14 | 1 | -1/+4 |
* | Ported python demo script to python-3 | Uri Blumenthal | 2015-08-14 | 1 | -61/+129 |
* | Fixing platform independence that previous patch broke | Mouse | 2015-08-12 | 1 | -1/+1 |
* | Made output prettier and more understandable | Uri Blumenthal | 2015-08-11 | 1 | -31/+65 |
* | Fix Python MAC wrapper, add an example/test | lloyd | 2015-05-30 | 1 | -2/+12 |
* | Fix Python cipher update_granularity() and default_nonce_length() | lloyd | 2015-03-09 | 1 | -4/+5 |
* | Fix decrypt in FFI/Python. Github issue 53 | lloyd | 2015-03-01 | 1 | -5/+16 |
* | FFI header cleanup, small Python additions | lloyd | 2015-02-24 | 1 | -3/+19 |
* | Python cleanups | lloyd | 2015-02-19 | 1 | -12/+17 |
* | Python: docs, key agreement, fix bcrypt trailing null byte. | lloyd | 2015-02-16 | 1 | -23/+78 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 7 | -802/+517 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 2 | -7/+0 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 5 | -4/+6 |
* | Move python to src, add to main makefile | lloyd | 2014-01-07 | 6 | -0/+807 |