No description provided.
Add BIP150 (Peer Authentication) #434
pull jonasschnelli wants to merge 2 commits into bitcoin:master from jonasschnelli:2016/07/auth_bip changing 2 files +180 −0-
jonasschnelli commented at 7:45 AM on August 17, 2016: contributor
-
Add BIP150 (Peer Authentication) 5e49486769
-
peer authentication bip draft editing ffa155e452
- luke-jr merged this on Aug 17, 2016
- luke-jr closed this on Aug 17, 2016
-
rebroad commented at 1:58 PM on August 26, 2016: none
I've currently been using ZeroTier One in order to authenticate peers and avoid MITM situations. Seems to work well so far with only about 30ms added to the ping time compared with to direct IPv4 connection.
-
rebroad commented at 2:11 PM on August 26, 2016: none
Thinking about this, I don't think a simple AUTH set of messages will prevent MITM unless every message uses some form of PKI. It's not enough to just have a few messages exchanged to establish identity.
-
luke-jr commented at 8:43 PM on August 26, 2016: member
This is not the place to discuss proposals.
-
luke-jr commented at 3:00 AM on August 27, 2016: member
-
jonasschnelli commented at 7:05 AM on August 27, 2016: contributor
@rebroad: I'm interested to read your concerns on the mailinglist. Be aware of the conjunction with BIP151. A "simple set" of AUTH commands together with a preshared key (and on top of BIP151) can protect against MITM attacks.
Contributors