summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Simplify F2m field setting in applet.J08nY2018-01-231-4/+4
|
* Fix default test suite F2m tests.J08nY2018-01-203-7/+5
|
* Fix XML output NullPointerException.J08nY2018-01-201-0/+1
|
* Add PerformanceTest and add it to the default card test suite.J08nY2018-01-207-5/+140
|
* Add quadratic twist tests into their own test suite.J08nY2018-01-1914-57/+122
|
* Add standard curve twists.J08nY2018-01-1936-1/+1049
|
* Prefix curve CSV data with 0x in the data store, to be consistent.J08nY2018-01-1828-36/+28
|
* Remove unused card test suite code.J08nY2018-01-171-99/+0
|
* Export CPLC data and card ATR in test suite outputs.J08nY2018-01-1411-5/+151
|
* Add CPLC fetch and parsing.J08nY2018-01-141-38/+115
|
* Fix ECDSA APDU parsing on applet side.J08nY2018-01-131-2/+2
| | | | - Was broken when introducing signature type into the APDU.
* Simplify default test suite.J08nY2018-01-136-29/+54
|
* Simplify test suites.J08nY2018-01-0919-294/+265
|
* Remove reader scripts.J08nY2018-01-083-83/+0
|
* Make test output show natural sw.J08nY2018-01-051-1/+1
|
* Fix YAML output key mis-rename.J08nY2018-01-052-2/+3
|
* Throw exceptions when operations fail in standalone providers.J08nY2018-01-056-22/+80
|
* Fix YAML export and standalone build.J08nY2018-01-032-3/+3
|
* Fixed XML and YAML standalone output in case some tests fail.J08nY2017-12-306-21/+56
|
* Add more comprehensive XML output to standalone app.J08nY2017-12-305-21/+97
|
* Export and output keys used in ECDH in Reader.J08nY2017-12-281-2/+7
| | | | - New csv format is: index;time;pubW;privS;secret
* Hide the Cleanup command in test suites.J08nY2017-12-2814-71/+114
|
* Parse KA and Sig type specified as string in cli.J08nY2017-12-282-130/+125
|
* Update README, fix cli option mismatch.J08nY2017-12-271-4/+4
|
* Remove unused Testable.meta().J08nY2017-12-275-37/+6
|
* Cleanup the applet ECKA and Signature objects.J08nY2017-12-2715-421/+273
|
* Split output to remove cross-dependency of reader and standalone.J08nY2017-12-2714-441/+531
|
* 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-0610-188/+377
|
* Extract TestWriters into common.J08nY2017-12-068-49/+167
|
* Fix CommandTest getDescription.J08nY2017-12-063-5/+71
|
* Fix TestWriters.J08nY2017-12-063-3/+6
|
* Specialize test suites in reader package to classes.J08nY2017-12-0513-48/+67
|
* Fix suites with new CommandTest.J08nY2017-12-057-44/+64
|
* Introduce SimpleTest, implement other tests usign it.J08nY2017-12-0310-103/+101
|
* Introduce BaseTestable and Testable Metadata.J08nY2017-12-0316-67/+177
|
* 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-012-4/+4
|
* Implement ECDSA for LibTomCrypt.J08nY2017-11-305-42/+187
|
* Fix NativeKeyAgreement keysize mismatch on BigInteger conversion.J08nY2017-11-304-30/+94
|
* Implement ECDH for TomCrypt.J08nY2017-11-305-10/+129
|
* Implement KeyPairGeneration for LibTomCrypt.J08nY2017-11-298-15/+621
|
* 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
|