aboutsummaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/standalone (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Export generated keys in ANSI X9.62 uncompressed format.J08nY2017-11-261-2/+3
* Split Util class into a package.J08nY2017-11-262-8/+23
* Add export of default standalone lib params.J08nY2017-11-261-8/+40
* Make sure the SPI by the intended provider is always used.J08nY2017-11-264-30/+59
* Finish first keygen implementation.J08nY2017-11-261-38/+89
* Sketch out KeyPairGeneration in standalone.J08nY2017-11-232-12/+60
* Finish tree parsing of CLI args.J08nY2017-11-181-46/+81
* Add Tree-like CLI parsing utilities.J08nY2017-11-151-3/+2
* Extract common CLI methods to CLITools.J08nY2017-11-142-24/+20
* Add KeyPairGenerator idents.J08nY2017-11-134-20/+79
* Implement basic lib tests.J08nY2017-11-136-5/+213
* Add KeyAgreement/KeyGeneration/Signature tests. Implement KeyAgreementTest.J08nY2017-11-137-7/+201
* Implement collecting of supported KeyAgreement and Signature objects.J08nY2017-11-129-14/+353
* Add BouncyCastle library. Sketch out ECTesterStandalone.J08nY2017-11-122-0/+107
* Introduce ECTesterStandalone.J08nY2017-11-121-0/+13