aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated functions from pubkeyJack Lloyd2020-11-081-0/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-2/+2
* Remove MCEIESJack Lloyd2020-11-052-38/+10
* Some math deprecationsJack Lloyd2020-11-051-1/+1
* More header mergingJack Lloyd2020-11-032-2/+2
* Remove use of Serialized_RNG in FFI and testsJack Lloyd2020-09-121-7/+1
* Make it possible to DER encode signatures through FFI APIJack Lloyd2020-05-152-5/+11
* Add Processor_RNGJack Lloyd2020-05-081-5/+5
* Bump the FFI version due to addition of CRL supportJack Lloyd2019-12-142-1/+5
* Avoid MSVC warnings about dead code in FFI layerJack Lloyd2019-12-0610-26/+38
* Add documentation for CRL API in FFI and Python bindingPavol Žáčik2019-12-031-13/+20
* Add basic CRL handling to FFI APIPavol Žáčik2019-12-032-0/+181
* fix missing ErrorType::RoughtimeError on switchesNuno Goncalves2019-10-162-0/+3
* Deprecate some more redundant ffi functionsJack Lloyd2019-08-191-10/+31
* Fix indentationJack Lloyd2019-08-171-2/+2
* Document that FFI destroy operations can failJack Lloyd2019-05-291-3/+37
* Verify ffi object is not null before dereferencing itJack Lloyd2019-05-281-1/+5
* Correct documentation for botan_rng_initJack Lloyd2019-05-281-2/+5
* Add a DatabaseError type, set the sqlite return code in exceptionJack Lloyd2019-05-231-0/+2
* More Python API enhancements.Jack Lloyd2019-04-272-29/+48
* Fix C function prototypes.JornVernee2019-04-211-6/+6
* Remove unimplemented function declJack Lloyd2019-04-191-3/+0
* Use script to generate Python FFI declsJack Lloyd2019-04-191-7/+0
* Avoid C++ style comments in headers that may be parsed as CJack Lloyd2019-04-191-64/+6
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-182-1/+4
* Use memcpy instead of strcpy here to shut up MSVC warningJack Lloyd2019-01-031-1/+1
* Add OS::read_env_variableJack Lloyd2018-12-291-1/+1
* Make exceptions easier to translate to error codesJack Lloyd2018-11-233-19/+85
* Fix FFI compilation without hotp moduleTobias Brunner2018-10-251-2/+2
* Remove support for Visual C++ 2013Jack Lloyd2018-10-0117-65/+65
* Refactor mode tests, and correct bugs foundJack Lloyd2018-09-291-0/+1
* Avoid null pointer write in FFIJack Lloyd2018-09-281-1/+4
* Add OS::running_in_privileged_stateJack Lloyd2018-09-271-1/+2
* Define botan_scrypt in terms of botan_pwdhashJack Lloyd2018-09-131-12/+5
* In FFI pwdhash functions, let len == 0 mean "call strlen"Jack Lloyd2018-09-132-2/+18
* Merge GH #1670 New password hashing interfaceJack Lloyd2018-09-132-15/+136
|\
| * Fix Doxygen commentsJack Lloyd2018-09-101-2/+4
| * Add FFIJack Lloyd2018-09-102-15/+134
* | Some document fixesJack Lloyd2018-09-131-8/+13
* | Add FFI functions for creating and getting X25519 dataJack Lloyd2018-09-102-0/+98
|/
* Use a literal date for this API versionJack Lloyd2018-09-021-5/+4
* Fix build without x509 moduleTobias Brunner2018-08-231-1/+22
* Add botan_cipher_reset to FFIJack Lloyd2018-08-172-0/+15
* Ignore an empty string ("") for trusted_path argumentJack Lloyd2018-08-161-1/+1
* Add args for botan FFI cert verification for hostname and timeJack Lloyd2018-08-162-4/+16
* Add botan_x509_cert_dupJack Lloyd2018-08-162-4/+24
* Fix bug introduced in 15e149acJack Lloyd2018-08-161-6/+6
* Avoid throwing within the FFI layerJack Lloyd2018-08-163-10/+9
* Add TOTP to FFIJack Lloyd2018-08-163-4/+144
* Expose HOTP to FFIJack Lloyd2018-08-152-0/+136