aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/libs
Commit message (Collapse)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-2547-13350/+0
|
* Vendor ipp-crypto and bump its version.J08nY2023-01-302-4/+7
|
* Suppress unnecessary warnings.J08nY2021-08-243-2/+42
|
* Fix warnings in standalone shims, update BoringSSL.J08nY2020-08-096-52/+52
|
* Fix Nettle and LibreSSL implementations.J08nY2019-12-284-51/+122
|
* Update Travis, add info about new supported libs.J08nY2019-12-251-1/+0
|
* Nettle support (#4)Michal Čech2019-12-2510-6/+758
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-0810-21/+834
| | | | | The code is copied from the BoringSSL implementation with some minor modifications to accomodate slight differences in the LibreSSL API.
* Update and fix library building.J08nY2019-08-041-2/+1
|
* Unify native timing, add more timing sources.J08nY2019-07-2427-587/+304
|
* Add option to use KeyBuilder.J08nY2019-07-163-19/+38
|
* Fix Microsoft CNG provider.J08nY2019-07-114-147/+245
|
* Add MatrixSSL support.J08nY2019-07-1116-29/+776
|
* Add Intel Performance Primitives Crypto support (ECDH and ECDSA).feature/ippcpJ08nY2019-07-104-3/+336
|
* Add Intel Performance Primitives Crypto support (keygen).J08nY2019-07-0910-14/+791
|
* Add mbedTLS support.J08nY2019-07-0414-11/+940
|
* Improve native lib timing.J08nY2018-11-2320-19/+543
|
* Add WolfCrypt provider to testing.J08nY2018-11-111-0/+18
|
* Fix gcrypt ecdh and ecdsa.J08nY2018-10-301-4/+4
|
* Efficiently instantiate prngs in shims.J08nY2018-10-222-26/+19
|
* Fix gcc and clang warnings in native sources.J08nY2018-10-217-53/+54
|
* Add support for libgcrypt ecdh and ecdsa.J08nY2018-10-216-21/+641
|
* Add libgcrypt support, only keygen first.J08nY2018-10-1710-29/+495
|
* Add support for BoringSSL.feature/boring-sslJ08nY2018-10-1611-35/+843
|
* Reformat all code.J08nY2018-08-124-7/+5
|
* Switch Crypto++ to output signatures in DER format.J08nY2018-08-112-16/+31
|
* Rename Crypto++ ECDSA algos, as they differ from the named ones.J08nY2018-08-102-10/+10
|
* Add utility methods for converting EC_Params to JCE EC objects.J08nY2018-08-102-3/+3
|
* Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-0411-911/+1122
|
* Find KPG algos a bit better in ECTesterStandalone.J08nY2018-07-301-4/+8
|
* Somewhat finished Mscng implementation.feature/mscngJ08nY2018-07-294-54/+114
|
* Fix Mscng ECDH.J08nY2018-07-294-886/+866
|
* Try to fix ECDH with KDF loading.J08nY2018-07-292-3/+19
|
* Redo Mscng key storage.J08nY2018-07-285-69/+345
|
* Add Simple and Extended native KeyAgreement and Signature SPIs.J08nY2018-07-282-58/+75
|
* Proper error handling in Mscng.J08nY2018-07-283-477/+548
|
* Get Mscng signatures to work (partially).J08nY2018-07-271-92/+62
|
* WIP: Mscng keygen works.J08nY2018-07-275-183/+336
|
* WIP: Fix mscng according to new API.J08nY2018-07-272-22/+68
|
* Fix Mscng, finally!J08nY2018-07-264-730/+764
|
* Add Mscng build files to build on windowsJ08nY2018-07-261-0/+136
|
* Add Signature support to Mscng.J08nY2018-07-253-2/+235
|
* Add KeyAgreement support to Mscng.J08nY2018-07-255-67/+423
|
* WIP: Microsoft CryptoAPI Next Generation support.J08nY2018-07-258-3/+534
|
* Fix releasing memory in LibTomCrypt shim, fix ECDH time measurement.J08nY2018-07-251-11/+22
|
* Fix releasing java memory in native shims.J08nY2018-07-245-23/+23
|
* Fix Makefile.J08nY2018-07-231-5/+6
|
* Add signature support for OpenSSL, add error handling.J08nY2018-07-194-25/+210
|
* Add ECDH support for OpenSSL.J08nY2018-07-193-0/+89
|
* Fix OpenSSL keygen.J08nY2018-07-191-6/+3
|