aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-112-2/+2
* Fix botan.py for Python3Jack Lloyd2015-10-203-1/+15
* 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
* Move DataSource to utils and rewrite PEM encoding to avoid filtersJack Lloyd2015-10-141-1/+0
* Fix bcrypt testJack Lloyd2015-10-031-1/+3
* Add McEliece keygen and MCEIES to C89 API. Plus random fiddlingJack Lloyd2015-10-013-32/+212
* Export X.509 certificates to ffi and pythonJack Lloyd2015-10-013-15/+266
* Merge pull request #279 from randombit/fix-static-lib-registrationJack Lloyd2015-09-211-6/+7
|\
| * Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-6/+7
* | Reduce likelyhood of stray pointer writes via ffi layer.Jack Lloyd2015-09-101-0/+8
|/
* ffi: Add missing overridesDaniel Seither2015-07-301-3/+3
* Add tests for some of the C89 interface.Jack Lloyd2015-07-181-1/+4
* Fix module combi: adler32,ffiSimon Warta2015-07-081-0/+2
* Merge pull request #144 from webmaster128/bounds-check5Simon Warta2015-06-281-6/+6
|\
| * lib/ffi: Convert &vec[0] to vec.data()Simon Warta2015-06-271-6/+6