aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs/jni/NativeECPublicKey.java
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-185/+0
|
* Suppress unnecessary warnings.J08nY2021-08-241-0/+14
|
* Nettle support (#4)Michal Čech2019-12-251-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 LibreSSLMatěj Grabovský2019-12-081-0/+6
| | | | | The code is copied from the BoringSSL implementation with some minor modifications to accomodate slight differences in the LibreSSL API.
* Add MatrixSSL support.J08nY2019-07-111-0/+6
|
* Add Intel Performance Primitives Crypto support (keygen).J08nY2019-07-091-0/+6
|
* Add mbedTLS support.J08nY2019-07-041-0/+6
|
* Add libgcrypt support, only keygen first.J08nY2018-10-171-0/+6
|
* Add support for BoringSSL.feature/boring-sslJ08nY2018-10-161-0/+6
|
* Reformat all code.J08nY2018-08-121-1/+0
|
* Redo Mscng key storage.J08nY2018-07-281-2/+17
|
* WIP: Mscng keygen works.J08nY2018-07-271-5/+5
|
* Add KeyAgreement support to Mscng.J08nY2018-07-251-9/+35
|
* WIP: Microsoft CryptoAPI Next Generation support.J08nY2018-07-251-0/+7
|
* Elementary support for OpenSSL.J08nY2018-07-181-0/+6
|
* Add basic support for the Crypto++ library.J08nY2018-05-301-0/+7
|
* Add Botan library.J08nY2017-12-061-2/+14
|
* Implement KeyPairGeneration for LibTomCrypt.J08nY2017-11-291-0/+57