aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs/jni/botan.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix releasing java memory in native shims.J08nY2018-07-241-5/+5
* Elementary support for OpenSSL.J08nY2018-07-181-50/+0
* Add basic support for the Crypto++ library.J08nY2018-05-301-112/+33
* Update Botan library shim to compile without warnings.J08nY2018-05-291-17/+22
* Throw exceptions when operations fail in standalone providers.J08nY2018-01-051-14/+39
* Add Botan signature verification.J08nY2017-12-091-1/+52
* Implement signatures in Botan(no verification yet).J08nY2017-12-091-0/+124
* Add Botan library implementation of keygen and ECDH.J08nY2017-12-091-3/+324
* Add Botan library.J08nY2017-12-061-0/+110