aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/ECTesterStandalone.java
Commit message (Expand)AuthorAgeFilesLines
* Basic Gradle setup.J08nY2024-03-251-942/+0
* Do not try to recover signature nonces where we do not know how.J08nY2024-03-161-1/+1
* Fix PLAIN and CVC ECDSA parsing.J08nY2024-03-161-1/+1
* Fixes for Java 19. Fixes #17.J08nY2023-01-301-20/+35
* Implement StandalonePerformanceSuite. (#13)davidhofman2021-09-151-1/+5
* Implement StandaloneWrongSuite. (#12)davidhofman2021-09-061-0/+4
* Implement StandaloneEdgeCasesSuite. (#11)davidhofman2021-09-051-0/+4
* Implement StandaloneSignatureSuite. (#10)davidhofman2021-08-261-0/+4
* Implement StandaloneCompositeSuite. (#9)davidhofman2021-08-241-0/+4
* Implement StandaloneMiscSuite. (#8)davidhofman2021-08-221-1/+5
* Implement Twist, Invalid, Cofactor and Degenerate standalone suites. (#7)davidhofman2021-08-221-4/+18
* implement StandaloneTestVectorSuite (#6)davidhofman2021-08-161-2/+15
* Fix Nettle and LibreSSL implementations.J08nY2019-12-281-2/+6
* Nettle support (#4)Michal Čech2019-12-251-3/+1
* Add support for LibreSSLMatěj Grabovský2019-12-081-3/+2
* Add --fixed option to standalone ECDSA.J08nY2019-08-181-2/+15
* Unify native timing, add more timing sources.J08nY2019-07-241-10/+74
* Write info about digest used to CSV files in standalone.J08nY2019-07-101-4/+33
* Add Intel Performance Primitives Crypto support (keygen).J08nY2019-07-091-1/+2
* Add mbedTLS support.J08nY2019-07-041-12/+18
* Bump version.J08nY2019-03-181-2/+2
* Add customizable time resolution.develJ08nY2019-03-181-1/+2
* Migrate plot scripts to Jupyter notebook format. Fix ECDSA nonce recovery.J08nY2019-03-181-2/+2
* Add better loading of keys to standalone.J08nY2019-02-281-46/+40
* Bump version...0.3.2J08nY2019-02-221-2/+2
* Fix applet switch fall-through and standalone ECDH on BouncyCastle.J08nY2018-12-171-2/+1
* Add named key opts to standalone.J08nY2018-12-171-12/+61
* Add nonce output to standalone ECDSA function.J08nY2018-12-021-4/+14
* Bump version.0.3.1J08nY2018-11-281-2/+2
* Use native timing when available.J08nY2018-11-231-12/+20
* Improve native lib timing.J08nY2018-11-231-0/+4
* Add more keygen/ecdh/ecdsa options to standalone.J08nY2018-11-181-119/+171
* Fix keygen plotting.J08nY2018-11-181-1/+1
* Output duration of keygen and export as well.J08nY2018-11-181-3/+3
* Add WolfCrypt provider to testing.J08nY2018-11-111-1/+12
* Add support for libgcrypt ecdh and ecdsa.J08nY2018-10-211-1/+1
* Add libgcrypt support, only keygen first.J08nY2018-10-171-1/+1
* Add support for BoringSSL.feature/boring-sslJ08nY2018-10-161-1/+1
* Bump version.v0.3.0J08nY2018-10-151-2/+2
* Add utility methods for converting EC_Params to JCE EC objects.J08nY2018-08-101-0/+2
* Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-041-2/+7
* Find KPG algos a bit better in ECTesterStandalone.J08nY2018-07-301-5/+28
* Update docs on Standalone testing.J08nY2018-07-291-1/+1
* Redo Mscng key storage.J08nY2018-07-281-1/+0
* WIP: Microsoft CryptoAPI Next Generation support.J08nY2018-07-251-1/+1
* Fix releasing memory in LibTomCrypt shim, fix ECDH time measurement.J08nY2018-07-251-0/+2
* Elementary support for OpenSSL.J08nY2018-07-181-6/+11
* Implement more tests for wrong parameters. Implement cloning for Tests.J08nY2018-06-271-1/+0
* Add support for key generation using Crypto++.J08nY2018-05-301-16/+19
* Add basic support for the Crypto++ library.J08nY2018-05-301-5/+5