aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi
Commit message (Expand)AuthorAgeFilesLines
* Fix FFI build when Ed25519 disabledJack Lloyd2017-06-091-1/+11
* Add FFI test and test data from PGP draftJack Lloyd2017-06-081-1/+1
* Ed25519 FFIJack Lloyd2017-06-082-0/+104
* Add FFI func botan_scrub_memJack Lloyd2017-05-292-0/+12
* Add botan_hash_copy_state FFI function.Daniel Wyatt2017-05-252-0/+14
* Merge GH #1051 Extensions for PKCSv1.5 signature formattingJack Lloyd2017-05-192-0/+23
|\
| * Add botan_pkcs_hash_id to FFIJack Lloyd2017-05-182-0/+23
* | Maintainer mode fixesJack Lloyd2017-05-181-4/+4
|/
* Fix botan_privkey_load_rsa misleading parameter names.Daniel Wyatt2017-05-132-4/+4
* Merge GH #1036 Add FFI botan_hash_block_sizeJack Lloyd2017-05-032-0/+13
|\
| * Add FFI botan_hash_block_size.Daniel Wyatt2017-04-302-0/+13
* | Fix botan_bcrypt_is_valid return code.Daniel Wyatt2017-04-291-2/+1
|/
* Add explicit return to FFI botan_mp_to_str.Daniel Wyatt2017-04-261-1/+1
* Fix Clang warning in ffiJack Lloyd2017-04-191-121/+117
* Mark correct variables unused in FFI botan_{pub,priv}key_load_elgamalSimon Warta2017-04-161-7/+2
* Improve unused handling in ffi methodsSimon Warta2017-04-161-16/+8
* Merge GH #1006 Fix FFI cipher interface (see also GH #1003)Jack Lloyd2017-04-151-0/+2
|\
| * Fix FFI cipher interfaceJack Lloyd2017-04-141-0/+2
* | Guard include of ElGamal headerJack Lloyd2017-04-151-1/+4
* | Support for ElGamal in FFI interfaceKrzysztof Kwiatkowski2017-04-142-1/+92
|/
* Small ffi fixesJack Lloyd2017-04-082-4/+6
* Add block cipher interface to C APIJack Lloyd2017-04-042-0/+122
* Merge GH #964 Add various useful FFI functions for public key cryptoJack Lloyd2017-04-042-81/+307
|\
| * Implement botan_pubkey_loadJack Lloyd2017-04-031-0/+24
| * Fix botan_privkey_create if the desired algorithm was not available in buildJack Lloyd2017-04-031-8/+27
| * Add generic getters for PK parameters in C interfaceJack Lloyd2017-04-022-75/+258
* | Merge GH #962 More configure.py refactorings/improvementsJack Lloyd2017-04-031-2/+3
|\ \
| * | Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-2/+3
| |/
* / Add some more useful bigint functions to C interfaceJack Lloyd2017-03-312-47/+137
|/
* Merge GH #899 Add ability to specify iterations when encrypting a private keyJack Lloyd2017-03-292-4/+105
|\
| * Add ability to specify iterations when encrypting a private keyJack Lloyd2017-02-262-4/+105
* | Expose BigInt API subset to C APIJack Lloyd2017-03-283-10/+500
* | Expose PK::check_key functions in C interfaceJack Lloyd2017-03-272-1/+21
* | Remove duplicate include GH #928Jack Lloyd2017-03-221-1/+0
|/
* 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
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-1/+1
* Add botan_ffi_supports_api functionJack Lloyd2017-01-042-0/+17
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-3/+3
* Add Public_Key::subject_public_key()René Korthaus2016-12-051-1/+1
* Don't force HMAC_DRBG to be enabledJack Lloyd2016-11-181-0/+1
* Address some Coverity warningsJack Lloyd2016-10-221-1/+1
* Add create_private_key, expose key loading functions in pk_algs.hJack Lloyd2016-10-202-2/+36
* Merge GH #665 Add IncludeOS target, make filesystem/threads optionalJack Lloyd2016-10-171-0/+4
|\
| * More no-filesystem fixesJack Lloyd2016-10-121-0/+4
* | ffi: Avoid deprecated PK constructors.Jack Lloyd2016-10-131-4/+4
|/
* Cipher_Mode API improvementsJack Lloyd2016-09-011-1/+1
* RNG changes (GH #593)Jack Lloyd2016-08-241-1/+1
* Switch to HMAC_DRBG for all RNG generation.Jack Lloyd2016-07-171-1/+0
* add label parameter to KDF::derive_keyKai Michaelis2016-05-192-3/+5