aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ffi.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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