aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs/jni/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-217/+0
* Vendor ipp-crypto and bump its version.J08nY2023-01-301-3/+6
* Fix warnings in standalone shims, update BoringSSL.J08nY2020-08-091-2/+6
* Update Travis, add info about new supported libs.J08nY2019-12-251-1/+0
* Nettle support (#4)Michal Čech2019-12-251-2/+14
* Add support for LibreSSLMatěj Grabovský2019-12-081-2/+16
* Unify native timing, add more timing sources.J08nY2019-07-241-31/+52
* Add MatrixSSL support.J08nY2019-07-111-1/+11
* Add Intel Performance Primitives Crypto support (keygen).J08nY2019-07-091-1/+10
* Add mbedTLS support.J08nY2019-07-041-1/+10
* Improve native lib timing.J08nY2018-11-231-6/+9
* Add libgcrypt support, only keygen first.J08nY2018-10-171-25/+46
* Add support for BoringSSL.feature/boring-sslJ08nY2018-10-161-1/+10
* Fix Mscng, finally!J08nY2018-07-261-7/+15
* WIP: Microsoft CryptoAPI Next Generation support.J08nY2018-07-251-1/+4
* Fix releasing java memory in native shims.J08nY2018-07-241-1/+1
* Fix Makefile.J08nY2018-07-231-5/+6
* Elementary support for OpenSSL.J08nY2018-07-181-1/+9
* Complete the support for Crypto++ (atleast ECDH and ECDSA).J08nY2018-07-171-0/+1
* Add basic support for the Crypto++ library.J08nY2018-05-301-19/+32
* Fixup standalone libs Makefile to use pkg-config.J08nY2018-05-281-6/+5
* Add Botan library implementation of keygen and ECDH.J08nY2017-12-091-6/+17
* Make Makefile more general and make Travis work...J08nY2017-12-061-4/+7
* Add Botan library.J08nY2017-12-061-2/+10
* Implement ECDH for TomCrypt.J08nY2017-11-301-2/+2
* Implement KeyPairGeneration for LibTomCrypt.J08nY2017-11-291-2/+2
* Implement a basic NativeProvider using libtomcrypt.J08nY2017-11-281-0/+48