aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Mscng, finally!J08nY2018-07-265-730/+768
* Add Mscng build files to build on windowsJ08nY2018-07-262-0/+149
* Add Microsoft CNG SDK as an external lib dependency.J08nY2018-07-262-0/+3
* Add note about Microsoft CNG support to docs.J08nY2018-07-252-2/+5
* Add Signature support to Mscng.J08nY2018-07-254-2/+236
* Add KeyAgreement support to Mscng.J08nY2018-07-256-67/+424
* WIP: Microsoft CryptoAPI Next Generation support.J08nY2018-07-2510-4/+540
* 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
* Update docs on TESTS.J08nY2018-07-232-3/+24
* 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-195-25/+211
* Add ECDH support for OpenSSL.J08nY2018-07-194-0/+90
* Fix OpenSSL keygen.J08nY2018-07-191-6/+3
* Elementary support for OpenSSL.J08nY2018-07-1816-116/+617
* Test anomalous curves as well in misc test suite.J08nY2018-07-183-42/+45
* Complete the support for Crypto++ (atleast ECDH and ECDSA).J08nY2018-07-176-6/+300
* 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-1634-5/+255
* Add information about BouncyCastle and SunEC libraries.J08nY2018-07-142-1/+44
* Add more docs about implementations.J08nY2018-07-131-16/+57
* Output tests better.J08nY2018-07-131-3/+14
* More docs about addition formulas.J08nY2018-07-131-26/+47
* Better evaluate ExpectedValue.ANY.J08nY2018-07-131-1/+1
* Add tests for curve order being a Carmichael pseudoprime.J08nY2018-07-1210-8/+96
* Fix gitignore.J08nY2018-07-121-0/+1
* Add docs on implementations, curve forms, addition formulas, scalar mult.J08nY2018-07-121-0/+459
* Add testing of previous prime R to wrong test suite.J08nY2018-07-055-11/+28
* 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 Barreto-Naehri...J08nY2018-07-0415-22/+136
* Add git commit to version number for better versioning of tests.J08nY2018-07-035-8/+29
* Rename and reorder tests.J08nY2018-07-0335-144/+645
* Update docs and README.J08nY2018-07-033-1/+14
* Better display results in console.J08nY2018-07-033-10/+19
* Fix cofactor/pq/cofactor192/1 key.J08nY2018-07-033-5/+5
* Add support for colored output.J08nY2018-07-025-46/+149
* Add some more Montgomery curves transformed into short Weierstrass.J08nY2018-07-026-1/+43
* Add some p * q curves to cofactor tests.J08nY2018-07-022-1/+32
* Add Barreto-Naehrig curves.J08nY2018-06-3018-0/+121
* Add more composite tests.J08nY2018-06-3016-10/+62
* Add composite PQ tests. Better order tests by EC_Data id.J08nY2018-06-3018-11/+170
* Add descriptions to composite curve data.J08nY2018-06-283-37/+56
* Add tests for small R to composite test suite.J08nY2018-06-271-2/+19
* Add composite order curves with small order generators.J08nY2018-06-2710-102/+150