aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs/jni/native.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for BoringSSL.feature/boring-sslJ08nY2018-10-161-0/+181
* Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-041-857/+907
* Somewhat finished Mscng implementation.feature/mscngJ08nY2018-07-291-1/+1
* Fix Mscng ECDH.J08nY2018-07-291-857/+857
* Redo Mscng key storage.J08nY2018-07-281-19/+19
* Add Signature support to Mscng.J08nY2018-07-251-0/+27
* Add KeyAgreement support to Mscng.J08nY2018-07-251-0/+19
* WIP: Microsoft CryptoAPI Next Generation support.J08nY2018-07-251-0/+125
* Add signature support for OpenSSL, add error handling.J08nY2018-07-191-0/+27
* Add ECDH support for OpenSSL.J08nY2018-07-191-0/+19
* Elementary support for OpenSSL.J08nY2018-07-181-0/+125
* Complete the support for Crypto++ (atleast ECDH and ECDSA).J08nY2018-07-171-0/+27
* Add basic support for the Crypto++ library.J08nY2018-05-301-0/+144
* Add Botan library.J08nY2017-12-061-0/+171
* Implement ECDSA for LibTomCrypt.J08nY2017-11-301-0/+27
* Implement ECDH for TomCrypt.J08nY2017-11-301-0/+19
* Implement KeyPairGeneration for LibTomCrypt.J08nY2017-11-291-0/+65
* Add listing of supported curves to standalone libs.J08nY2017-11-291-0/+8
* Move TomCryptProvider into NativeProvider as a nested class.J08nY2017-11-281-19/+19
* Implement a basic NativeProvider using libtomcrypt.J08nY2017-11-281-0/+54