aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone/ECTesterStandalone.java
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | - Test G = infinity. - Test wrong r, where [r]G != infinity, - prime - composite
* Add support for key generation using Crypto++.J08nY2018-05-301-16/+19
|
* Add basic support for the Crypto++ library.J08nY2018-05-301-5/+5
|
* Add list-suites option to both reader and standalone.J08nY2018-05-291-10/+39
| | | | | - Also add support for specifying the key algo for KDF in standalone ECDH. - Add descriptions to standalone options.
* Support key algo parameter for KeyAgreements with KDF in standalone testing.J08nY2018-05-291-0/+1
|
* Implement tracking of stage of execution of standalone testables.J08nY2018-05-281-2/+2
| | | | - Output this stage in all the formats.
* Add support for naming a curve to use by a library in standalone.J08nY2018-05-281-4/+23
|
* Add ECTester version to test run output.J08nY2018-04-251-2/+2
|
* Fix selection of EC libs in standalone tester.J08nY2018-03-031-1/+1
|
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-101-1/+1
|
* Bump copyright years.J08nY2018-02-041-0/+22
|
* Update README, docs and test suites.J08nY2018-02-041-4/+4
|
* Simplify test suites.J08nY2018-01-091-11/+6
|
* Add more comprehensive XML output to standalone app.J08nY2017-12-301-13/+47
|
* Split output to remove cross-dependency of reader and standalone.J08nY2017-12-271-1/+1
|
* Add Botan library implementation of keygen and ECDH.J08nY2017-12-091-3/+7
|
* Add Botan library.J08nY2017-12-061-1/+1
|
* Implement basic standalone testing.J08nY2017-12-061-176/+179
|
* Implement ECDSA for LibTomCrypt.J08nY2017-11-301-2/+4
|
* Fix NativeKeyAgreement keysize mismatch on BigInteger conversion.J08nY2017-11-301-4/+3
|
* Implement KeyPairGeneration for LibTomCrypt.J08nY2017-11-291-1/+2
|
* Sketch out native SPI classes.J08nY2017-11-291-5/+4
|
* Add listing of supported curves to standalone libs.J08nY2017-11-291-0/+5
|
* Implement a basic NativeProvider using libtomcrypt.J08nY2017-11-281-8/+3
|