Olaoluwa Osuntokun
9b5e487893
lndc: remove print debug print statements
2016-07-12 17:04:14 -07:00
Olaoluwa Osuntokun
7b7d572984
lndc: fix bug in pubkeyhash based authentication
...
The call to copy used incorrect slicing on `greetingMsg` which caused
the remote node to always reject the auth attempt as all zeroes
(0000..) was being sent as the local node’s guess to the remote node’s
public key identity.
2016-06-21 13:13:03 -07:00
Olaoluwa Osuntokun
fcff17c336
multi: change all imports to roasbeef's forks
...
This commit will allow the general public to build lnd without jumping
through hoops setting up their local git branches nicely with all of
our forks.
2016-05-15 17:22:37 +03:00
Olaoluwa Osuntokun
fc06c7bffb
lndc: use constant time comparison to verify DH proof
2016-04-24 12:37:27 -07:00
Tadge Dryja
26d9ae7f2b
add tcp dial bypass for pbx
2016-01-17 22:32:19 -08:00
Tadge Dryja
b0a402bc4f
remove ID private key from LNDConn struct
2016-01-17 11:20:40 -08:00
Olaoluwa Osuntokun
af42bb0a99
lndc: restore new implementation of land
2016-01-16 19:25:44 -08:00
Tadge Dryja
04b83d024e
rever to older netio
2016-01-16 11:07:20 -08:00
Tadge Dryja
8469b4fd9f
name LNDConn back, put h160 back for now
2016-01-16 10:59:10 -08:00
Olaoluwa Osuntokun
2792554c41
lndc: separate into Conn and Listener implementations, add basic tests
2016-01-14 23:58:05 -08:00