aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs/jni/tomcrypt.c
Commit message (Expand)AuthorAgeFilesLines
* Fix releasing memory in LibTomCrypt shim, fix ECDH time measurement.J08nY2018-07-251-11/+22
* Fix releasing java memory in native shims.J08nY2018-07-241-4/+4
* Elementary support for OpenSSL.J08nY2018-07-181-0/+1
* Throw exceptions when operations fail in standalone providers.J08nY2018-01-051-5/+2
* Add Botan library implementation of keygen and ECDH.J08nY2017-12-091-43/+2
* Implement ECDSA for LibTomCrypt.J08nY2017-11-301-28/+107
* Fix NativeKeyAgreement keysize mismatch on BigInteger conversion.J08nY2017-11-301-14/+37
* Implement ECDH for TomCrypt.J08nY2017-11-301-2/+50
* Implement KeyPairGeneration for LibTomCrypt.J08nY2017-11-291-4/+295
* Sketch out native SPI classes.J08nY2017-11-291-21/+12
* Add listing of supported curves to standalone libs.J08nY2017-11-291-17/+24
* Move TomCryptProvider into NativeProvider as a nested class.J08nY2017-11-281-2/+17
* Implement a basic NativeProvider using libtomcrypt.J08nY2017-11-281-0/+40