aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_util.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid throwing within the FFI layerJack Lloyd2018-08-161-4/+3
* De-inline ffi_guard_thunkJack Lloyd2018-08-131-34/+2
* Better error reporting for FFIJack Lloyd2018-08-121-4/+16
* Add a function to query output length of symmetric cipherJack Lloyd2018-08-101-1/+4
* Add botan_block_cipher_query_keylen plus some new FFI error codesJack Lloyd2018-07-241-2/+11
* Ensure exception types are exported from DLLJack Lloyd2018-03-061-1/+1
* Simplify ffi call overheadJack Lloyd2017-10-111-40/+15
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-4/+5
* Avoid using namespace in FFI headersJack Lloyd2017-10-021-1/+1
* Another FFI struct vs class fixJack Lloyd2017-09-301-1/+1
* FFI objects have to be structs because we expose them to CJack Lloyd2017-09-301-1/+1
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-301-2/+2
* Apply final annotations to the library alsoJack Lloyd2017-09-221-2/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add virtual destructor to FFI botan_structJack Lloyd2017-08-031-1/+1
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-0/+197