aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ffi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change arbitrary privkey size to a smaller arbitrary number.Jack Lloyd2017-07-241-1/+1
* Add SM2 signature schemeJack Lloyd2017-06-291-0/+92
* FFI: ECDSA an ECDH keys loading from mpi. CleanupKrzysztof Kwiatkowski2017-06-101-6/+26
* FFI: Add functions specific to ECDSA and ECDHKrzysztof Kwiatkowski2017-06-101-2/+2
* FFI: Posibility to load EC pubkeyKrzysztof Kwiatkowski2017-06-101-7/+17
* FFI: Posibility to load EC privkeyKrzysztof Kwiatkowski2017-06-101-47/+53
* Add FFI test and test data from PGP draftJack Lloyd2017-06-081-0/+68
* Add FFI func botan_scrub_memJack Lloyd2017-05-291-0/+4
* Add botan_hash_copy_state FFI function.Daniel Wyatt2017-05-251-0/+20
* Add botan_pkcs_hash_id to FFIJack Lloyd2017-05-181-0/+27
* Fix botan_privkey_load_rsa misleading parameter names.Daniel Wyatt2017-05-131-1/+1
* 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 some ugly line breaks from #980 in test_ffiJack Lloyd2017-05-031-25/+26
* | Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-86/+111
|/
* Add explicit return to FFI botan_mp_to_str.Daniel Wyatt2017-04-261-0/+3
* 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