summaryrefslogtreecommitdiff
path: root/bip-0062.mediawiki
AgeCommit message (Collapse)Author
2015-03-11Merge pull request #132 from ↵Wladimir J. van der Laan
petertodd/bip62-compact-validly-encoded-invalid-sigs BIP62: Make OP_0 a validly encoded signature
2015-02-09Fix broken source code link.Douglas Roark
2015-01-09BIP62: Make OP_0 a validly encoded signaturePeter Todd
Previously BIP62 did not provide a compact way to delibrately encode an invalid signature. For example in BIP19 if m != n with this change you can provide compact OP_0's in the scriptSig rather than lengthy DER-encoded signatures. Note that we may want to further expand on this change in the future by saying that only OP_0 is a "valid" invalid signature; BIP19 even with this change is inherently malleable as the invalid signatures can be any validly encoded DER signature.
2014-12-06Add explicit note about OpenSSL wrt low S valuesAndy Alness
2014-09-22BIP62: Reorder rules and clarifyPieter Wuille
2014-07-18Restructure and make rules 2 and 4 unconditionalPieter Wuille
2014-04-05Change date format to ISO 8601Wladimir J. van der Laan
This came up on the mailing list. yyyy-mm-dd (ISO 8601) is the internationally accepted format for numeric dates. This commit changes all BIPs to use that instead of dd-mm-yyyy. It also updates BIP 0001 to prescribe the new format.
2014-03-12Add draft BIP62Pieter Wuille