aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for libgcrypt ecdh and ecdsa.J08nY2018-10-218-23/+643
* Add libgcrypt support, only keygen first.J08nY2018-10-1711-30/+496
* Add support for BoringSSL.feature/boring-sslJ08nY2018-10-1612-36/+844
* Bump version.v0.3.0J08nY2018-10-151-2/+2
* Reformat all code.J08nY2018-08-127-10/+7
* Switch Crypto++ to output signatures in DER format.J08nY2018-08-113-22/+31
* Rename Crypto++ ECDSA algos, as they differ from the named ones.J08nY2018-08-103-11/+16
* Add utility methods for converting EC_Params to JCE EC objects.J08nY2018-08-103-3/+5
* Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-0413-921/+1143
* Find KPG algos a bit better in ECTesterStandalone.J08nY2018-07-303-9/+38
* 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