aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi.h
Commit message (Expand)AuthorAgeFilesLines
* FFI: Add interface for key wrapping with RFC 3394Krzysztof Kwiatkowski2017-06-291-0/+11
* FFI: Add functions specific to ECDSA and ECDHKrzysztof Kwiatkowski2017-06-101-4/+12
* FFI: Posibility to load EC pubkeyKrzysztof Kwiatkowski2017-06-101-0/+6
* FFI: Posibility to load EC privkeyKrzysztof Kwiatkowski2017-06-101-0/+7
* Merge GH #1066 Add Ed25519 signature schemeJack Lloyd2017-06-091-0/+16
|\
| * Ed25519 FFIJack Lloyd2017-06-081-0/+16
* | fix doxygen build: hide method definitions with ifdefs where theZoltan Gyarmati2017-06-081-1/+1
|/
* Add FFI func botan_scrub_memJack Lloyd2017-05-291-0/+6
* Add botan_hash_copy_state FFI function.Daniel Wyatt2017-05-251-0/+8
* Add botan_pkcs_hash_id to FFIJack Lloyd2017-05-181-0/+2
* Fix botan_privkey_load_rsa misleading parameter names.Daniel Wyatt2017-05-131-1/+1
* Add FFI botan_hash_block_size.Daniel Wyatt2017-04-301-0/+8
* Support for ElGamal in FFI interfaceKrzysztof Kwiatkowski2017-04-141-1/+40
* Small ffi fixesJack Lloyd2017-04-081-3/+5
* Add block cipher interface to C APIJack Lloyd2017-04-041-0/+45
* Merge GH #964 Add various useful FFI functions for public key cryptoJack Lloyd2017-04-041-0/+32
|\
| * Add generic getters for PK parameters in C interfaceJack Lloyd2017-04-021-0/+32
* | Add some more useful bigint functions to C interfaceJack Lloyd2017-03-311-23/+53
|/
* Merge GH #899 Add ability to specify iterations when encrypting a private keyJack Lloyd2017-03-291-0/+27
|\
| * Add ability to specify iterations when encrypting a private keyJack Lloyd2017-02-261-0/+27
* | Expose BigInt API subset to C APIJack Lloyd2017-03-281-4/+116
* | Expose PK::check_key functions in C interfaceJack Lloyd2017-03-271-1/+6
|/
* Document hash, rng, mac, pbkdf and kdf in ffi handbookRené Korthaus2017-02-191-34/+171
* Add more docs for ffiRené Korthaus2017-02-191-1/+31
* Add botan_ffi_supports_api functionJack Lloyd2017-01-041-0/+6
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-3/+3
* Add create_private_key, expose key loading functions in pk_algs.hJack Lloyd2016-10-201-2/+5
* add label parameter to KDF::derive_keyKai Michaelis2016-05-191-1/+2
* Update and consolidate the test framework.Jack Lloyd2015-11-111-1/+1
* Fix botan.py for Python3Jack Lloyd2015-10-201-0/+4
* Fix bcrypt testJack Lloyd2015-10-031-1/+3
* Add McEliece keygen and MCEIES to C89 API. Plus random fiddlingJack Lloyd2015-10-011-24/+83
* Export X.509 certificates to ffi and pythonJack Lloyd2015-10-011-11/+114
* Add OCaml binding for RNG and hash functions. Add hex_encode to FFIJack Lloyd2015-06-281-0/+47
* Fix Python cipher update_granularity() and default_nonce_length()lloyd2015-03-091-0/+1
* Fix decrypt in FFI/Python. Github issue 53lloyd2015-03-011-0/+4
* FFI header cleanup, small Python additionslloyd2015-02-241-10/+16
* FFI cleanupslloyd2015-02-191-22/+22
* Python: docs, key agreement, fix bcrypt trailing null byte.lloyd2015-02-161-2/+11
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-161-0/+342