| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Basic Gradle setup. | J08nY | 2024-03-25 | 1 | -449/+0 |
| | | |||||
| * | Nettle support (#4) | Michal Čech | 2019-12-25 | 1 | -1/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added Nettle java file, added Nettle class to NativeProvider files * Nettle makefile * Nettle get curves and setup * makefile and build-standalone * makefile hogweed * added other curves * mpz to biginteger * switch nignum to mpz * it is finally possible to write nettle info * prepared generate curve * generate key pair progress * removed key agreement * ECParameterSpec experiment * ECParameterSpec experiment - source * Another try * it is finally running (at least), debugging messages * generator generates - needs to be tested * removed unnecessary function * signature preparations * signature almost done * added der encoding * verification and der decoder * added support for secp192r1, secp224r1, secp384r1 and secp521r1 * fixed the variable length of the points and scalars * removed debug prints * removed debug prints (java) * removed Curve25519 artifacts, added ECDH support * removed fragment of openssl, added cleanup to ecdh * src/cz/crcs/ectester/standalone/libs/jni/nettle.c * reverted plot * fixed signature for secp521r1 * replaced for loop with memset * added nettle to requirements in NettleLib class * removed conflicting lines * fixed the der signature encoder / decoder * Switched ECGenParameterSpec -> ECParameterSpec explicit retyping to EC_Store Co-authored-by: Ján Jančár <J08nY@users.noreply.github.com> | ||||
| * | Add support for LibreSSL | Matěj Grabovský | 2019-12-08 | 1 | -0/+20 |
| | | | | | | The code is copied from the BoringSSL implementation with some minor modifications to accomodate slight differences in the LibreSSL API. | ||||
| * | Add MatrixSSL support. | J08nY | 2019-07-11 | 1 | -0/+20 |
| | | |||||
| * | Add Intel Performance Primitives Crypto support (ECDH and ECDSA).feature/ippcp | J08nY | 2019-07-10 | 1 | -0/+20 |
| | | |||||
| * | Add mbedTLS support. | J08nY | 2019-07-04 | 1 | -0/+21 |
| | | |||||
| * | Add support for libgcrypt ecdh and ecdsa. | J08nY | 2018-10-21 | 1 | -1/+22 |
| | | |||||
| * | Add support for BoringSSL.feature/boring-ssl | J08nY | 2018-10-16 | 1 | -0/+20 |
| | | |||||
| * | Reformat all code. | J08nY | 2018-08-12 | 1 | -2/+1 |
| | | |||||
| * | Add utility methods for converting EC_Params to JCE EC objects. | J08nY | 2018-08-10 | 1 | -2/+2 |
| | | |||||
| * | Introduce extended KA in standalone, use it where appropriate. | J08nY | 2018-08-04 | 1 | -19/+52 |
| | | |||||
| * | Somewhat finished Mscng implementation.feature/mscng | J08nY | 2018-07-29 | 1 | -16/+26 |
| | | |||||
| * | Fix Mscng ECDH. | J08nY | 2018-07-29 | 1 | -14/+2 |
| | | |||||
| * | Try to fix ECDH with KDF loading. | J08nY | 2018-07-29 | 1 | -0/+12 |
| | | |||||
| * | Add Simple and Extended native KeyAgreement and Signature SPIs. | J08nY | 2018-07-28 | 1 | -26/+39 |
| | | |||||
| * | Add KeyAgreement support to Mscng. | J08nY | 2018-07-25 | 1 | -2/+47 |
| | | |||||
| * | Add ECDH support for OpenSSL. | J08nY | 2018-07-19 | 1 | -0/+17 |
| | | |||||
| * | Add basic support for the Crypto++ library. | J08nY | 2018-05-30 | 1 | -1/+19 |
| | | |||||
| * | Support key algo parameter for KeyAgreements with KDF in standalone testing. | J08nY | 2018-05-29 | 1 | -1/+3 |
| | | |||||
| * | Add Botan library implementation of keygen and ECDH. | J08nY | 2017-12-09 | 1 | -1/+41 |
| | | |||||
| * | Add Botan library. | J08nY | 2017-12-06 | 1 | -0/+6 |
| | | |||||
| * | Remove ECParametersSPec check in NativeKeyAgreementSpi. | J08nY | 2017-12-01 | 1 | -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. | J08nY | 2017-11-30 | 1 | -2/+2 |
| | | |||||
| * | Fix NativeKeyAgreement keysize mismatch on BigInteger conversion. | J08nY | 2017-11-30 | 1 | -2/+2 |
| | | |||||
| * | Implement ECDH for TomCrypt. | J08nY | 2017-11-30 | 1 | -5/+57 |
| | | |||||
| * | Sketch out native SPI classes. | J08nY | 2017-11-29 | 1 | -0/+46 |
