summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-303-34/+491
|
* Add basic support for the Crypto++ library.J08nY2018-05-3013-138/+456
|
* Update Botan library shim to compile without warnings.J08nY2018-05-291-17/+22
|
* Add Some more KeyAgreement idents.J08nY2018-05-292-6/+19
|
* 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-297-16/+82
|
* Implement tracking and writing of exceptions in standalone tests.J08nY2018-05-287-34/+79
|
* Implement tracking of stage of execution of standalone testables.J08nY2018-05-2813-60/+144
| | | | - Output this stage in all the formats.
* Handle exceptions in standalone testables better.J08nY2018-05-285-54/+73
|
* Add support for naming a curve to use by a library in standalone.J08nY2018-05-282-45/+61
|
* Fixup standalone libs Makefile to use pkg-config.J08nY2018-05-281-6/+5
|
* Add ECTester version to test run output.J08nY2018-04-254-3/+11
|
* Fix selection of EC libs in standalone tester.J08nY2018-03-031-1/+1
|
* Handle exceptions in Tests and TestSuites grafeully.J08nY2018-02-107-33/+4
|
* Show library name in test suite output in standalone testing.J08nY2018-02-057-6/+36
|
* Bump copyright years.J08nY2018-02-041-0/+22
|
* Update README, docs and test suites.J08nY2018-02-041-4/+4
|
* Export CPLC data and card ATR in test suite outputs.J08nY2018-01-143-0/+22
|
* Simplify default test suite.J08nY2018-01-131-4/+4
|
* Simplify test suites.J08nY2018-01-093-24/+18
|
* Throw exceptions when operations fail in standalone providers.J08nY2018-01-056-22/+80
|
* Fix YAML export and standalone build.J08nY2018-01-031-2/+2
|
* Fixed XML and YAML standalone output in case some tests fail.J08nY2017-12-305-21/+50
|
* Add more comprehensive XML output to standalone app.J08nY2017-12-305-21/+97
|
* Hide the Cleanup command in test suites.J08nY2017-12-281-5/+5
|
* Split output to remove cross-dependency of reader and standalone.J08nY2017-12-274-1/+173
|
* Add Botan signature verification.J08nY2017-12-091-1/+52
|
* Implement signatures in Botan(no verification yet).J08nY2017-12-093-5/+263
|
* Add Botan library implementation of keygen and ECDH.J08nY2017-12-0913-65/+594
|
* Make Makefile more general and make Travis work...J08nY2017-12-061-4/+7
|
* Add Botan library.J08nY2017-12-0612-8/+410
|
* Implement basic standalone testing.J08nY2017-12-069-187/+377
|
* Fix suites with new CommandTest.J08nY2017-12-051-1/+1
|
* Introduce SimpleTest, implement other tests usign it.J08nY2017-12-036-67/+61
|
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-034-61/+8
|
* Remove ECParametersSPec check in NativeKeyAgreementSpi.J08nY2017-12-011-7/+0
| | | | | | - This check makes sense in a real KeyAgreement, however for purposes of testing this would stop the invalid curve test from working.
* Make sure byteArrays are of positive BigIntegers.J08nY2017-12-011-1/+1
|
* Implement ECDSA for LibTomCrypt.J08nY2017-11-305-42/+187
|
* Fix NativeKeyAgreement keysize mismatch on BigInteger conversion.J08nY2017-11-303-20/+42
|
* Implement ECDH for TomCrypt.J08nY2017-11-305-10/+129
|
* Implement KeyPairGeneration for LibTomCrypt.J08nY2017-11-297-14/+527
|
* Sketch out native SPI classes.J08nY2017-11-295-26/+142
|
* Add listing of supported curves to standalone libs.J08nY2017-11-298-22/+74
|
* Move TomCryptProvider into NativeProvider as a nested class.J08nY2017-11-285-33/+46
|
* Implement a basic NativeProvider using libtomcrypt.J08nY2017-11-289-37/+197
|
* Implement ECDSA for standalone libs.J08nY2017-11-285-20/+163
|
* Add ECDH testing to standalone part.J08nY2017-11-285-87/+100
|
* Add a basic NativeECLibrary interface.J08nY2017-11-278-40/+181
|
* Export default lib curves in CSV.J08nY2017-11-271-2/+2
|