aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/crypto_test.go
Commit message (Expand)AuthorAgeFilesLines
* p2p: disable encryption handshakeFelix Lange2015-02-191-167/+0
* p2p: fix ecies dependency in testsFelix Lange2015-02-171-1/+1
* p2p: integrate p2p/discoverFelix Lange2015-02-061-126/+45
* key generation abstracted out, for testing with deterministic keyszelig2015-02-061-7/+56
* make crypto handshake calls package level, store privateKey on peer + tests okzelig2015-02-061-15/+10
* apply handshake related improvements from p2p.crypto branchzelig2015-02-061-7/+7
* peer-level integration test for crypto handshakezelig2015-02-061-0/+11
* add initial peer level test (failing)zelig2015-02-061-1/+52
* changes that fix it all:zelig2015-02-061-7/+85
* add equality check for nonce and remote noncezelig2015-02-061-0/+6
* add minor comments to the testzelig2015-02-061-0/+4
* first stab at integrating crypto in our p2pzelig2015-02-061-20/+19
* completed the test. FAIL now. it crashes at diffie-hellman. ECIES -> secp256k...zelig2015-02-061-27/+28
* handshake test to cryptozelig2015-02-061-1/+1
* handshake test to cryptozelig2015-02-061-0/+54