summaryrefslogtreecommitdiff
path: root/18/2a04332d655a5beba437f0c8d97a93040a9b4c
blob: 2dd7c40f916c13a2fcf1361b414e14bcffa7cb74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Return-Path: <aj@erisian.com.au>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id 10E66121E
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 14 Mar 2018 16:12:24 +0000 (UTC)
X-Greylist: from auto-whitelisted by SQLgrey-1.7.6
Received: from azure.erisian.com.au (cerulean.erisian.com.au [139.162.42.226])
	by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 7C0375CD
	for <bitcoin-dev@lists.linuxfoundation.org>;
	Wed, 14 Mar 2018 16:12:23 +0000 (UTC)
Received: from aj@azure.erisian.com.au (helo=[10.74.50.213])
	by azure.erisian.com.au with esmtpsa (Exim 4.84_2 #1 (Debian))
	id 1ew90l-0005xj-JT; Thu, 15 Mar 2018 02:12:20 +1000
Date: Wed, 14 Mar 2018 12:12:11 -0400
In-Reply-To: <CAPswA9xuVT74L87QO9TXGc6=O6Gd2kbQMBdmn=7zUm5OHXcfOA@mail.gmail.com>
References: <CALJw2w5=g-FL+MZ08DEoLxVzOKbSXeKu50drE1b4P0JZJpdTyA@mail.gmail.com>
	<CAPswA9xuVT74L87QO9TXGc6=O6Gd2kbQMBdmn=7zUm5OHXcfOA@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain;
 charset=utf-8
Content-Transfer-Encoding: quoted-printable
To: Kalle Rosenbaum <kalle@rosenbaum.se>,
	Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>,
	Kalle Rosenbaum via bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org>,
	Karl Johan Alm <karljohan-alm@garage.co.jp>,
	bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org>
From: Anthony Towns <aj@erisian.com.au>
Message-ID: <C0F50D50-C514-47BE-BC93-A5BD01E5826E@erisian.com.au>
X-Spam-Score: -2.9
X-Spam-Score-int: -28
X-Spam-Bar: --
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD
	autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
	smtp1.linux-foundation.org
Subject: Re: [bitcoin-dev] {sign|verify}message replacement
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Protocol Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
	<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Wed, 14 Mar 2018 16:12:24 -0000

On 14 March 2018 5:46:55 AM GMT-04:00, Kalle Rosenbaum via bitcoin-dev <bit=
coin-dev@lists=2Elinuxfoundation=2Eorg> wrote:
>Thank you=2E
>
>I can't really see from your proposal if you had thought of this: A
>soft
>fork can make old nodes accept invalid message signatures as valid=2E For
>example, a "signer" can use a witness version unknown to the verifier
>to
>fool the verifier=2E Witness version is detectable (just reject unknown
>witness versions)  but there may be more subtle changes=2E Segwit was not
>"detectable" in that way, for example=2E
>
>This is the reason why I withdrew BIP120=2E If you have thought about the
>above, I'd be very interested=2E
>
>/Kalle
>
>Sent from my Sinclair ZX81
>
>Den 14 mars 2018 16:10 skrev "Karl Johan Alm via bitcoin-dev" <
>bitcoin-dev@lists=2Elinuxfoundation=2Eorg>:
>
>Hello,
>
>I am considering writing a replacement for the message signing tools
>that are currently broken for all but the legacy 1xx addresses=2E The
>approach (suggested by Pieter Wuille) is to do a script based
>approach=2E This does not seem to require a lot of effort for
>implementing in Bitcoin Core*=2E Below is my proposal for this system:
>
>A new structure SignatureProof is added, which is a simple scriptSig &
>witnessProgram container that can be serialized=2E This is passed out
>from/into the signer/verifier=2E
>
>RPC commands:
>
>sign <address> <message> [<prehashed>=3Dfalse]
>
>Generates a signature proof for <message> using the same method that
>would be used to spend coins sent to <address>=2E**
>
>verify <address> <message> <proof> [<prehashed>=3Dfalse]
>
>Deserializes and executes the proof using a custom signature checker
>whose sighash is derived from <message>=2E Returns true if the check
>succeeds, and false otherwise=2E The scriptPubKey is derived directly
>from <address>=2E**
>
>Feedback welcome=2E
>
>-Kalle=2E
>
>(*) Looks like you can simply use VerifyScript with a new signature
>checker class=2E (h/t Nicolas Dorier)
>(**) If <prehashed> is true, <message> is the sighash, otherwise
>sighash=3Dsha256d(message)=2E
>_______________________________________________
>bitcoin-dev mailing list
>bitcoin-dev@lists=2Elinuxfoundation=2Eorg
>https://lists=2Elinuxfoundation=2Eorg/mailman/listinfo/bitcoin-dev

Wouldn't it be sufficient for old nodes to check for standardness of the s=
pending script and report non-standard scripts as either invalid outright, =
or at least highly questionable? That should prevent confusion as long as s=
oft forks are only making nonstandard behaviours invalid=2E

Cheers,
aj

--=20
Sent from my phone=2E