aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs/jni/NativeKeyAgreementSpi.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Intel Performance Primitives Crypto support (ECDH and ECDSA).feature/ippcpJ08nY2019-07-101-0/+20
|
* Add mbedTLS support.J08nY2019-07-041-0/+21
|
* Add support for libgcrypt ecdh and ecdsa.J08nY2018-10-211-1/+22
|
* Add support for BoringSSL.feature/boring-sslJ08nY2018-10-161-0/+20
|
* Reformat all code.J08nY2018-08-121-2/+1
|
* Add utility methods for converting EC_Params to JCE EC objects.J08nY2018-08-101-2/+2
|
* Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-041-19/+52
|
* Somewhat finished Mscng implementation.feature/mscngJ08nY2018-07-291-16/+26
|
* Fix Mscng ECDH.J08nY2018-07-291-14/+2
|
* Try to fix ECDH with KDF loading.J08nY2018-07-291-0/+12
|
* Add Simple and Extended native KeyAgreement and Signature SPIs.J08nY2018-07-281-26/+39
|
* Add KeyAgreement support to Mscng.J08nY2018-07-251-2/+47
|
* Add ECDH support for OpenSSL.J08nY2018-07-191-0/+17
|
* Add basic support for the Crypto++ library.J08nY2018-05-301-1/+19
|
* Support key algo parameter for KeyAgreements with KDF in standalone testing.J08nY2018-05-291-1/+3
|
* Add Botan library implementation of keygen and ECDH.J08nY2017-12-091-1/+41
|
* Add Botan library.J08nY2017-12-061-0/+6
|
* Remove ECParametersSPec check in NativeKeyAgreementSpi.J08nY2017-12-011-7/+0
| | | | | | - This check makes sense in a real KeyAgreement, however for purposes of testing this would stop the invalid curve test from working.
* Implement ECDSA for LibTomCrypt.J08nY2017-11-301-2/+2
|
* Fix NativeKeyAgreement keysize mismatch on BigInteger conversion.J08nY2017-11-301-2/+2
|
* Implement ECDH for TomCrypt.J08nY2017-11-301-5/+57
|
* Sketch out native SPI classes.J08nY2017-11-291-0/+46