aboutsummaryrefslogtreecommitdiff
path: root/test_sign.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-11MSVC: Fix signed/unsigned mismatch errorsVitaly Chikunov1-2/+2
2021-12-11MSVC: No support for GCC's compound statement expressionsVitaly Chikunov1-11/+11
2021-05-06Update to be compatible with openssl#15100Dmitry Belyavskiy1-1/+1
2021-05-02Make test programs less hard-codedRichard Levitte1-10/+1
2021-02-22Always cNORM before "\n"Richard Levitte1-10/+10
2020-08-06Bugfix - arguments orderDmitry Belyavskiy1-1/+1
2020-05-21test_sign: Test conversion of private keys to PEM and DER and backVitaly Chikunov1-0/+82
2020-02-29cppcheck: Variable is reassigned a value before the old one has been used.Nikolay Morozov1-1/+1
2019-02-15tests: Load just built engine from the output directoryVitaly Chikunov1-1/+8
2019-02-02Fix memory leaks in the testsVitaly Chikunov1-0/+2
2019-01-26test_sign: Sign/Verify tests for all curvesVitaly Chikunov1-0/+250