aboutsummaryrefslogtreecommitdiffstats
path: root/p2p/crypto.go
Commit message (Expand)AuthorAgeFilesLines
* make crypto handshake calls package level, store privateKey on peer + tests okzelig2015-02-061-64/+23
* apply handshake related improvements from p2p.crypto branchzelig2015-02-061-21/+23
* add temporary forced session token generationzelig2015-02-061-0/+3
* peer-level integration test for crypto handshakezelig2015-02-061-6/+47
* chop first byte when cryptoid.PubKeyS is set from identity.Pubkey() since thi...zelig2015-02-061-1/+11
* add code documentationzelig2015-02-061-15/+47
* changes that fix it all:zelig2015-02-061-50/+61
* first stab at integrating crypto in our p2pzelig2015-02-061-15/+38
* integrate cryptoId into peer and connection lifecyclezelig2015-02-061-0/+15
* completed the test. FAIL now. it crashes at diffie-hellman. ECIES -> secp256k...zelig2015-02-061-16/+29
* handshake test to cryptozelig2015-02-061-2/+0
* fix crashzelig2015-02-061-22/+29
* rewrite to comply with latest speczelig2015-02-061-53/+138
* add crypto auth logic to p2pzelig2015-02-061-0/+174