aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ECDSA testing to composite curve tests.J08nY2018-08-121-2/+6
|
* Reformat all code.J08nY2018-08-1216-56/+52
|
* Reformat reader package.J08nY2018-08-127-7/+8
|
* Add ECDH tests that use the ECPublicKey object to the ones that are raw.J08nY2018-08-125-23/+42
|
* Add various ECDSA tests.J08nY2018-08-1124-285/+589
|
* 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-107-18/+147
|
* Introduce extended KA in standalone, use it where appropriate.J08nY2018-08-0414-924/+1166
|
* Find KPG algos a bit better in ECTesterStandalone.J08nY2018-07-304-10/+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 private key edge-cases tests.J08nY2018-07-231-26/+38
|
* Fix exporting default curve params.J08nY2018-07-232-12/+17
|
* Add option for cleanup.J08nY2018-07-2213-39/+175
|
* 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-1814-115/+604
|
* Test anomalous curves as well in misc test suite.J08nY2018-07-182-11/+14
|
* Complete the support for Crypto++ (atleast ECDH and ECDSA).J08nY2018-07-175-5/+299
|
* Print responses in reader app better.J08nY2018-07-171-13/+10
|
* Add more composite curves to test small order points.J08nY2018-07-173-2/+10
|
* Add tests of increasingly larger prime R to better understand behavior of impls.J08nY2018-07-1633-4/+250
|
* Output tests better.J08nY2018-07-131-3/+14
|
* Better evaluate ExpectedValue.ANY.J08nY2018-07-131-1/+1
|
* Add tests for curve order being a Carmichael pseudoprime.J08nY2018-07-129-0/+62
|
* Add testing of previous prime R to wrong test suite.J08nY2018-07-054-9/+26
|
* Also export test index in YAML and XML.J08nY2018-07-052-8/+15
|
* Add ability to skip tests/run only a part of a test suite.J08nY2018-07-0518-47/+91
|
* Also do composite tests with both keypairs generated on card.J08nY2018-07-041-2/+8
|
* Add supersingular curves, do some tests over supersingular and ↵J08nY2018-07-0413-22/+121
| | | | Barreto-Naehrig curves.
* Add git commit to version number for better versioning of tests.J08nY2018-07-034-8/+24
|
* Rename and reorder tests.J08nY2018-07-0335-144/+645
|