Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for Visual C++ 2013 | Jack Lloyd | 2018-10-01 | 1 | -5/+5 |
* | Define botan_scrypt in terms of botan_pwdhash | Jack Lloyd | 2018-09-13 | 1 | -12/+5 |
* | In FFI pwdhash functions, let len == 0 mean "call strlen" | Jack Lloyd | 2018-09-13 | 1 | -2/+14 |
* | Add FFI | Jack Lloyd | 2018-09-10 | 1 | -13/+81 |
* | Avoid throwing within the FFI layer | Jack Lloyd | 2018-08-16 | 1 | -1/+1 |
* | Better error reporting for FFI | Jack Lloyd | 2018-08-12 | 1 | -1/+1 |
* | Add some useful FFI functions | Jack Lloyd | 2018-08-10 | 1 | -0/+19 |
* | Add explicit int return type declarations on FFI lambdas. | Jack Lloyd | 2017-12-28 | 1 | -5/+5 |
* | Simplify ffi call overhead | Jack Lloyd | 2017-10-11 | 1 | -3/+2 |
* | Correct return value of botan_pk_op_verify_finish | Jack Lloyd | 2017-09-06 | 1 | -1/+1 |
* | More MSVC warnings fixes | Jack Lloyd | 2017-08-31 | 1 | -1/+1 |
* | Fix various MSVC warnings | Jack Lloyd | 2017-08-31 | 1 | -1/+1 |
* | Split up ffi.cpp into several files | Jack Lloyd | 2017-07-31 | 1 | -0/+98 |