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