aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Ed25519 FFIJack Lloyd2017-06-081-0/+88
* Add FFI func botan_scrub_memJack Lloyd2017-05-291-0/+6
* Add botan_hash_copy_state FFI function.Daniel Wyatt2017-05-251-0/+6
* Merge GH #1051 Extensions for PKCSv1.5 signature formattingJack Lloyd2017-05-191-0/+21
|\
| * Add botan_pkcs_hash_id to FFIJack Lloyd2017-05-181-0/+21
* | Maintainer mode fixesJack Lloyd2017-05-181-4/+4
|/
* Fix botan_privkey_load_rsa misleading parameter names.Daniel Wyatt2017-05-131-3/+3
* Merge GH #1036 Add FFI botan_hash_block_sizeJack Lloyd2017-05-031-0/+5
|\
| * Add FFI botan_hash_block_size.Daniel Wyatt2017-04-301-0/+5
* | 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-141-0/+52
|/
* Small ffi fixesJack Lloyd2017-04-081-1/+1
* Add block cipher interface to C APIJack Lloyd2017-04-041-0/+77
* Merge GH #964 Add various useful FFI functions for public key cryptoJack Lloyd2017-04-041-81/+275
|\
| * 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-021-75/+226
* | Add some more useful bigint functions to C interfaceJack Lloyd2017-03-311-24/+84
|/
* Merge GH #899 Add ability to specify iterations when encrypting a private keyJack Lloyd2017-03-291-4/+78
|\
| * Add ability to specify iterations when encrypting a private keyJack Lloyd2017-02-261-4/+78
* | Expose BigInt API subset to C APIJack Lloyd2017-03-281-5/+382
* | Expose PK::check_key functions in C interfaceJack Lloyd2017-03-271-0/+15
* | Remove duplicate include GH #928Jack Lloyd2017-03-221-1/+0
|/
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-1/+1
* Add botan_ffi_supports_api functionJack Lloyd2017-01-041-0/+11
* Add Public_Key::subject_public_key()René Korthaus2016-12-051-1/+1
* Address some Coverity warningsJack Lloyd2016-10-221-1/+1
* Add create_private_key, expose key loading functions in pk_algs.hJack Lloyd2016-10-201-0/+31
* 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
* add label parameter to KDF::derive_keyKai Michaelis2016-05-191-2/+3
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Improvements in X.509 cert handling for python bindingsRené Korthaus2016-02-201-1/+20
* Fix remaining Wshadow warnings and enable on gcc and clangRené Korthaus2016-02-181-62/+62
* Missing addsJack Lloyd2015-12-111-7/+14
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-6/+6
* Update and consolidate the test framework.Jack Lloyd2015-11-111-1/+1
* Fix botan.py for Python3Jack Lloyd2015-10-201-0/+10
* Fix compile of ffi when tls is disabled. GH #300Jack Lloyd2015-10-151-3/+8
* Add System_RNG which is an instantiatable RNG that uses the system RNGJack Lloyd2015-10-151-16/+1