aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi.h
Commit message (Expand)AuthorAgeFilesLines
* Make FFI errors an enum, and add a function to translate to stringsJack Lloyd2018-02-071-53/+27
* Add botan_x509_cert_hostname_matchJack Lloyd2018-01-301-0/+6
* Comments from code reviewKrzysztof Kwiatkowski2018-01-221-2/+50
* FFI function for Elgamal key generationKrzysztof Kwiatkowski2018-01-211-0/+1
* FFI function for DSA key generationKrzysztof Kwiatkowski2018-01-211-0/+1
* Simplify ffi call overheadJack Lloyd2017-10-111-0/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Complete the final annotation changesJack Lloyd2017-09-191-47/+47
* More annotationsJack Lloyd2017-09-191-275/+298
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-0/+5
* Merge GH #1189 Correct return value of botan_pk_op_verify_finishJack Lloyd2017-09-071-0/+2
|\
| * Correct return value of botan_pk_op_verify_finishJack Lloyd2017-09-061-0/+2
* | Add support for computing SM2 ZA field to FFIJack Lloyd2017-09-061-0/+6
|/
* Add dh functions in ffiKonstantinos Kolelis2017-08-221-0/+36
* Change type of botan_scrub_mem from uint8_t* to void*Jack Lloyd2017-08-171-1/+1
* Add botan_hex_decode, botan_base64_encode, botan_base64_decode FFI funcsJack Lloyd2017-08-151-3/+20
* Add SM2 encryption to FFIJack Lloyd2017-08-041-0/+9
* Add test for FFI keywrap, and constify argsJack Lloyd2017-07-311-5/+5
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-13/+10
* Merge GH #1128 Improve FFI exception safetyJack Lloyd2017-07-311-0/+8
|\
| * Better exception guarding in FFIJack Lloyd2017-07-251-0/+8
* | Merge GH #1135 Add RFC 3394 keywrap to FFIJack Lloyd2017-07-311-0/+11
|\ \ | |/ |/|
| * Move declarations above TLS blockKrzysztof Kwiatkowski2017-07-301-11/+11
| * FFI: Add interface for key wrapping with RFC 3394Krzysztof Kwiatkowski2017-06-291-0/+11
* | Add SM2 signature schemeJack Lloyd2017-06-291-0/+9
|/
* 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