aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone (follow)
Commit message (Expand)AuthorAgeFilesLines
* Somewhat finished Mscng implementation.feature/mscngJ08nY2018-07-294-54/+114
* Update docs on Standalone testing.J08nY2018-07-291-1/+1
* 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-286-70/+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-259-4/+535
* Fix releasing memory in LibTomCrypt shim, fix ECDH time measurement.J08nY2018-07-252-11/+24
* Fix releasing java memory in native shims.J08nY2018-07-245-23/+23
* Fix Makefile.J08nY2018-07-232-7/+8
* Add option for cleanup.J08nY2018-07-221-1/+1
* 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
* Elementary support for OpenSSL.J08nY2018-07-1813-112/+601
* Test anomalous curves as well in misc test suite.J08nY2018-07-181-1/+2
* Complete the support for Crypto++ (atleast ECDH and ECDSA).J08nY2018-07-175-5/+299
* Implement more tests for wrong parameters. Implement cloning for Tests.J08nY2018-06-271-1/+0
* 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
* 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
* 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