aboutsummaryrefslogtreecommitdiff
path: root/src/test/canonical_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make SCRIPT_VERIFY_STRICTENC compatible with BIP62Pieter Wuille2014-10-081-113/+0
* Separate script/interpreterjtimon2014-09-081-1/+3
* Rename script.h/.cpp to scriptutils.h/.cpp (plus remove duplicated includes)jtimon2014-09-081-1/+1
* move rand functions from util to new random.h/.cppPhilip Kaufmann2014-07-091-5/+3
* Merge pull request #3637Wladimir J. van der Laan2014-05-091-0/+17
|\
| * Also switch the (unused) verification code to low-s instead of even-s.Pieter Wuille2014-03-101-0/+17
* | Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+4
|/
* Cleanup code using forward declarations.Brandon Dahler2013-11-101-4/+7
* included-tests: generate binary data from test files for inclusion into test ...Cory Fields2013-09-161-3/+5
* Only create signatures with even S, and verification mode to check.Pieter Wuille2013-08-161-2/+2
* Check for canonical public keys and signaturesPieter Wuille2012-09-211-0/+87