aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_cipher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-3/+3
* Refactor mode tests, and correct bugs foundJack Lloyd2018-09-291-0/+1
* Add botan_cipher_reset to FFIJack Lloyd2018-08-171-0/+5
* Add botan_cipher_get_keyspecJack Lloyd2018-08-111-0/+15
* Add a function to query output length of symmetric cipherJack Lloyd2018-08-101-0/+8
* Add FFI funcs to get algo name from cipher, MAC and hash objsJack Lloyd2018-07-191-0/+6
* Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-071-1/+1
* Add explicit int return type declarations on FFI lambdas.Jack Lloyd2017-12-281-3/+3
* FFI objects have to be structs because we expose them to CJack Lloyd2017-09-301-4/+3
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-301-3/+4
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* Fix various MSVC warningsJack Lloyd2017-08-311-1/+1
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-0/+196