aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_mac.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-1/+1
| | | | Closes GH #1557
* Add botan_cipher_get_keyspecJack Lloyd2018-08-111-4/+4
| | | | | | | botan_cipher_query_keylen doesn't return the modulus. Renames (recently added/unreleased) botan_{block_cipher,mac}_query_keylen to x_get_keyspec so the names are consistent.
* Add botan_mac_query_keylenJack Lloyd2018-07-241-0/+15
|
* Add FFI funcs to get algo name from cipher, MAC and hash objsJack Lloyd2018-07-191-0/+6
|
* Add explicit int return type declarations on FFI lambdas.Jack Lloyd2017-12-281-1/+1
| | | | | | Sun Studio gives a strange warning about this. This probably doesn't help actually compile under Sun Studio. But it doesn't hurt to be explicit.
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-0/+64
It was getting pretty big and would get worse over time, eg whenver I get around to adding TLS support.