aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ffi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove tab charsJack Lloyd2019-07-101-5/+5
* More Python API enhancements.Jack Lloyd2019-04-271-0/+2
* Fix feature macro checks.Jack Lloyd2019-04-261-3/+3
* Fix some build/test problems with minimized buildsJack Lloyd2019-04-261-7/+13
* Using preprocessor for the testsDavid Carlier2019-04-121-8/+7
* Fixes memory leak in FFI testsMatthias Gierlings2019-04-081-0/+1
* Fixes for minimized buildsJack Lloyd2019-02-161-1/+7
* Remove trailing whitespaceJack Lloyd2019-01-131-2/+1
* Fix some MSVC warningsJack Lloyd2018-12-101-2/+2
* Fix a FFI test when threads are disabledJack Lloyd2018-12-031-1/+9
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-2/+2
* Avoid null pointer write in FFIJack Lloyd2018-09-281-0/+3
* Merge GH #1670 New password hashing interfaceJack Lloyd2018-09-131-3/+29
|\
| * Test Scrypt private key encryptionJack Lloyd2018-09-101-3/+18
| * Add testsJack Lloyd2018-09-101-0/+11
* | Add FFI functions for creating and getting X25519 dataJack Lloyd2018-09-101-0/+58
|/
* Add botan_cipher_reset to FFIJack Lloyd2018-08-171-0/+5
* Add args for botan FFI cert verification for hostname and timeJack Lloyd2018-08-161-4/+4
* Add botan_x509_cert_dupJack Lloyd2018-08-161-0/+6
* Fix bug introduced in 15e149acJack Lloyd2018-08-161-0/+10
* Add TOTP to FFIJack Lloyd2018-08-161-1/+36
* Expose HOTP to FFIJack Lloyd2018-08-151-1/+36
* More FFI testsJack Lloyd2018-08-151-0/+54
* Remove support for 8 or 16 bit BigInt wordsJack Lloyd2018-08-151-2/+4
* Cleanup of BigInt encoding/decoding functionsJack Lloyd2018-08-141-4/+16
* Add some additional null pointer arg checks to FFIJack Lloyd2018-08-141-2/+5
* Merge GH #1647 Add X.509 path validation to FFIJack Lloyd2018-08-141-1/+59
|\
| * Add path validation to FFIJack Lloyd2018-08-131-1/+59
* | Expose RDRAND RNG through FFIJack Lloyd2018-08-131-39/+56
|/
* Add botan_cipher_get_keyspecJack Lloyd2018-08-111-8/+14
* Add some useful FFI functionsJack Lloyd2018-08-101-7/+40
* Fix FFI testJack Lloyd2018-08-101-1/+3
* Add a function to query output length of symmetric cipherJack Lloyd2018-08-101-3/+10
* Add functions to get size of PK ciphertext,plaintextJack Lloyd2018-08-101-13/+25
* Merge GH #1641 Add functions to get expected length of PK signatureJack Lloyd2018-08-101-11/+25
|\
| * Add FFI function to get signature output lengthJack Lloyd2018-08-101-11/+25
* | Add a "user-threadsafe" option to botan_rng_initJack Lloyd2018-08-101-0/+7
* | Allow x509 module to be optional for FFIJack Lloyd2018-08-101-4/+22
|/
* Combine SM2 key types for signatures and encryptionJack Lloyd2018-08-011-2/+2
* Only print FFI exceptions to stdout if an env var is setJack Lloyd2018-07-241-0/+3
* Add botan_mac_query_keylenJack Lloyd2018-07-241-0/+10
* Add botan_block_cipher_query_keylen plus some new FFI error codesJack Lloyd2018-07-241-0/+10
* Add FFI funcs to get algo name from cipher, MAC and hash objsJack Lloyd2018-07-191-15/+49
* Bump the FFI versionJack Lloyd2018-07-131-0/+7
* Add FPE1 to C APIJack Lloyd2018-07-131-0/+41
* Add RSA PKCS#1 key load and export functions to ffiRené Korthaus2018-07-041-0/+17
* Prohibit empty nonces with GCMJack Lloyd2018-06-271-2/+4
* Fix the botan-test --verbose flag, which did nothingJack Lloyd2018-04-111-1/+1
* 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