aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ffi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1006 Fix FFI cipher interface (see also GH #1003)Jack Lloyd2017-04-151-65/+205
|\
| * Add tests of GCM and CTR modeJack Lloyd2017-04-141-64/+205
| * Fix FFI cipher interfaceJack Lloyd2017-04-141-11/+10
* | Support for ElGamal in FFI interfaceKrzysztof Kwiatkowski2017-04-141-0/+76
|/
* Add block cipher interface to C APIJack Lloyd2017-04-041-0/+37
* Merge GH #964 Add various useful FFI functions for public key cryptoJack Lloyd2017-04-041-0/+128
|\
| * Implement botan_pubkey_loadJack Lloyd2017-04-031-1/+6
| * Fix botan_privkey_create if the desired algorithm was not available in buildJack Lloyd2017-04-031-1/+18
| * Add generic getters for PK parameters in C interfaceJack Lloyd2017-04-021-0/+106
* | Add some more useful bigint functions to C interfaceJack Lloyd2017-03-311-0/+50
|/
* Merge GH #899 Add ability to specify iterations when encrypting a private keyJack Lloyd2017-03-291-20/+8
|\
| * Add ability to specify iterations when encrypting a private keyJack Lloyd2017-02-261-20/+8
* | Expose BigInt API subset to C APIJack Lloyd2017-03-281-7/+226
* | Expose PK::check_key functions in C interfaceJack Lloyd2017-03-271-0/+3
|/
* Avoid using uninitialized RNG object in tests if construction failsJack Lloyd2017-01-061-4/+11
* Add botan_ffi_supports_api functionJack Lloyd2017-01-041-0/+1
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-4/+4
* Increase slop size in FFI testJack Lloyd2016-10-141-2/+3
* Work around a bug in FFIJack Lloyd2016-08-281-3/+29
* Travis CI additions and cleanupJack Lloyd2016-08-281-0/+5
* add label parameter to KDF::derive_keyKai Michaelis2016-05-191-1/+3
* Add more tests for ffiRené Korthaus2016-03-251-5/+285
* Fix memory leaks in FFI testsJack Lloyd2016-02-091-7/+16
* Prevent FFI tests from failing if bcrypt is disabled. GH #369Jack Lloyd2015-12-191-4/+10
* Update and consolidate the test framework.Jack Lloyd2015-11-111-330/+335
* Merge pull request #317 from randombit/cc-flag-sanityJack Lloyd2015-10-271-2/+1
|\
| * Remove --build-mode and add individual toggles for optimization, debug,Jack Lloyd2015-10-261-2/+1
* | Reduce workfactors in ffi tests to speed things alongJack Lloyd2015-10-271-2/+2
|/
* Fix bcrypt testJack Lloyd2015-10-031-1/+1
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-5/+5
* Reactivate FFI PBKDF minimum iterations testSimon Warta2015-08-211-3/+2
* Deactivate tests that consistently fail in debug modeSimon Warta2015-08-091-0/+8
* Refactor most of FFI test for matchersSimon Warta2015-08-081-103/+149
* Refactor catchy testsSimon Warta2015-08-081-1/+1
* Add tests for RSA, ECDSA, and ECDH interfaces in FFI moduleJack Lloyd2015-07-181-36/+210
* Timing ratio is too tight for CI VMsJack Lloyd2015-07-181-1/+1
* Add tests for some of the C89 interface.Jack Lloyd2015-07-181-0/+170