aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ffi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moves UBSAN macros from test files to Test_OptionsMatthias Gierlings2018-04-071-4/+0
* Make tests pass by default in UBSAN modeMatthias Gierlings2018-04-061-1/+5
* Add --avoid-undefined optionJack Lloyd2018-03-311-5/+8
* Add functions to EC_Group for getting base point coordinatesJack Lloyd2018-02-251-6/+6
* Move FFI tests to sub-functionsJack Lloyd2018-01-301-235/+292
* Comments from code reviewKrzysztof Kwiatkowski2018-01-221-1/+2
* FFI function for Elgamal key generationKrzysztof Kwiatkowski2018-01-211-48/+62
* FFI function for DSA key generationKrzysztof Kwiatkowski2018-01-211-7/+16
* Add a test of EAX via FFIJack Lloyd2018-01-041-3/+89
* Move all the various X509 test data files under src/tests/data/x509Jack Lloyd2017-11-161-1/+1
* Update test for new error returnJack Lloyd2017-10-111-1/+1
* Fix test error if mceies disabledJack Lloyd2017-09-291-3/+5
* Further header cleanupsJack Lloyd2017-09-281-0/+1
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-241-0/+4
* Add final annotations as appropriate in the test codeJack Lloyd2017-09-221-1/+1
* Fix the SM2 FFI testJack Lloyd2017-09-211-3/+4
* Fix leaks in FFI testsJack Lloyd2017-09-201-0/+6
* Fix bogus ffi testJack Lloyd2017-09-101-1/+1
* Fix loading of plaintext PKCS#8 private keysRené Korthaus2017-09-081-3/+10
* Merge GH #1189 Correct return value of botan_pk_op_verify_finishJack Lloyd2017-09-071-9/+9
|\
| * Correct return value of botan_pk_op_verify_finishJack Lloyd2017-09-061-9/+9
* | Add support for computing SM2 ZA field to FFIJack Lloyd2017-09-061-0/+8
|/
* More MSVC warnings fixesJack Lloyd2017-08-311-2/+2
* Simplify botan_privkey_create_XXXJack Lloyd2017-08-221-2/+2
* Add dh functions in ffiKonstantinos Kolelis2017-08-221-7/+128
* Add botan_hex_decode, botan_base64_encode, botan_base64_decode FFI funcsJack Lloyd2017-08-151-0/+30
* FFI test must search test data relative to data dir.Alexander Bluhm2017-08-131-1/+1
* A few more FFI testsJack Lloyd2017-08-071-1/+39
* Add SM2 encryption to FFIJack Lloyd2017-08-041-1/+72
* Add test for FFI keywrap, and constify argsJack Lloyd2017-07-311-0/+37
* 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
|/