aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffi/ffi_pkey_algs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-24/+24
* Add FFI functions for creating and getting X25519 dataJack Lloyd2018-09-101-0/+82
* Fix bug introduced in 15e149acJack Lloyd2018-08-161-6/+6
* Avoid throwing within the FFI layerJack Lloyd2018-08-161-5/+5
* Combine SM2 key types for signatures and encryptionJack Lloyd2018-08-011-31/+5
* Small post-merge fixups of #1621Jack Lloyd2018-07-041-12/+11
* Add RSA PKCS#1 key load and export functions to ffiRené Korthaus2018-07-041-0/+49
* Add functions to EC_Group for getting base point coordinatesJack Lloyd2018-02-251-2/+2
* Use shared representation of EC_GroupJack Lloyd2018-01-311-4/+4
* Comments from code reviewKrzysztof Kwiatkowski2018-01-221-4/+21
* FFI function for Elgamal key generationKrzysztof Kwiatkowski2018-01-211-0/+18
* FFI function for DSA key generationKrzysztof Kwiatkowski2018-01-211-0/+18
* Add explicit int return type declarations on FFI lambdas.Jack Lloyd2017-12-281-21/+21
* Remove various unused variablesJack Lloyd2017-10-021-1/+0
* Fix invalid comparison, potential segfault on invalid typeJack Lloyd2017-09-071-1/+2
* Add support for computing SM2 ZA field to FFIJack Lloyd2017-09-061-0/+36
* Simplify botan_privkey_create_XXXJack Lloyd2017-08-221-87/+16
* Add dh functions in ffiKonstantinos Kolelis2017-08-221-0/+60
* Add SM2 encryption to FFIJack Lloyd2017-08-041-0/+41
* Fix some maintainer mode warningsJack Lloyd2017-08-031-6/+6
* Split up ffi.cpp into several filesJack Lloyd2017-07-311-0/+757