dogecoin/src/script
John Newbery 55c403b8fe Ensure `-maxsigcachesize` is in valid range
- If the -maxsigcachesize parameter is set to zero, setup a minimum sized
sigcache (2 elements) rather than segfaulting.
- Handle maxsigcachesize being negative
- Handle maxsigcachesize being too large
2017-02-17 09:04:37 +01:00
..
bitcoinconsensus.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
bitcoinconsensus.h libconsensus: Add input validation of flags 2016-10-20 19:26:36 +02:00
interpreter.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
interpreter.h Require compressed keys in segwit as policy and disable signing with uncompressed keys for segwit scripts 2016-10-16 23:53:35 +08:00
ismine.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
ismine.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
script.cpp [trivial] Fix typos in comments 2017-01-27 21:22:35 +01:00
script.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
script_error.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
script_error.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
sigcache.cpp Ensure `-maxsigcachesize` is in valid range 2017-02-17 09:04:37 +01:00
sigcache.h Ensure `-maxsigcachesize` is in valid range 2017-02-17 09:04:37 +01:00
sign.cpp Move CTxInWitness inside CTxIn 2016-12-04 23:47:12 -08:00
sign.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
standard.cpp Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00
standard.h Increment MIT Licence copyright header year on files modified in 2016 2016-12-31 11:01:21 -07:00