aboutsummaryrefslogtreecommitdiff
path: root/util/plot_gen.py (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-30Fix gcrypt ecdh and ecdsa.J08nY1-4/+4
2018-10-22Add methods to parse hash and sig type out of idents.J08nY3-4/+51
2018-10-22Efficiently instantiate prngs in shims.J08nY5-31/+25
2018-10-21Add libgcrypt to travis build.J08nY2-3/+14
2018-10-21Fix gcc and clang warnings in native sources.J08nY7-53/+54
2018-10-21Add libgcrypt to docs.feature/gcryptJ08nY2-19/+29
2018-10-21Add support for libgcrypt ecdh and ecdsa.J08nY9-23/+645
2018-10-17Add libgcrypt support, only keygen first.J08nY12-30/+501
2018-10-16Add support for BoringSSL.feature/boring-sslJ08nY17-37/+866
2018-10-15Bump version.v0.3.0J08nY2-4/+4
2018-10-15Add test for OpenSSl modular reduction bug.J08nY4-1/+57
2018-10-14Fix added composite data.J08nY17-17/+17
2018-10-14Add more composite test data, update docs.J08nY53-169/+287
2018-09-29Add some libs to list of libs.J08nY1-1/+2
2018-09-14Sort tried privkey values in edge-cases test suite.J08nY1-4/+4
2018-08-26Add tests for interesting privatekey values to edge-cases tests.J08nY1-4/+69
2018-08-14Allow exporting set curve parameters to verify them.J08nY13-22/+37
2018-08-14Add Cofactor curves to edge-cases test to properly test some values.J08nY1-0/+2
2018-08-13Fix degenerate keys over secp256k1.J08nY1-6/+6
2018-08-13Pad invalid keys to proper length.J08nY8-9/+9
2018-08-12Fix Invalid, Twist and Degenerate test suites.J08nY3-3/+3
2018-08-12Add info about signature tests, rename some data entries.J08nY2-12/+41
2018-08-12Add more ecdsa tests.J08nY7-35/+117
2018-08-12Add ECDSA testing to composite curve tests.J08nY1-2/+6
2018-08-12Reformat all code.J08nY16-56/+52
2018-08-12Reformat reader package.J08nY7-7/+8
2018-08-12Add ECDH tests that use the ECPublicKey object to the ones that are raw.J08nY5-23/+42
2018-08-11Add various ECDSA tests.J08nY24-285/+589
2018-08-11Switch Crypto++ to output signatures in DER format.J08nY3-22/+31
2018-08-10Rename Crypto++ ECDSA algos, as they differ from the named ones.J08nY3-11/+16
2018-08-10Add utility methods for converting EC_Params to JCE EC objects.J08nY7-18/+147