Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | p2p: integrate p2p/discover | Felix Lange | 2015-02-06 | 1 | -126/+45 |
* | key generation abstracted out, for testing with deterministic keys | zelig | 2015-02-06 | 1 | -7/+56 |
* | make crypto handshake calls package level, store privateKey on peer + tests ok | zelig | 2015-02-06 | 1 | -15/+10 |
* | apply handshake related improvements from p2p.crypto branch | zelig | 2015-02-06 | 1 | -7/+7 |
* | peer-level integration test for crypto handshake | zelig | 2015-02-06 | 1 | -0/+11 |
* | add initial peer level test (failing) | zelig | 2015-02-06 | 1 | -1/+52 |
* | changes that fix it all: | zelig | 2015-02-06 | 1 | -7/+85 |
* | add equality check for nonce and remote nonce | zelig | 2015-02-06 | 1 | -0/+6 |
* | add minor comments to the test | zelig | 2015-02-06 | 1 | -0/+4 |
* | first stab at integrating crypto in our p2p | zelig | 2015-02-06 | 1 | -20/+19 |
* | completed the test. FAIL now. it crashes at diffie-hellman. ECIES -> secp256k... | zelig | 2015-02-06 | 1 | -27/+28 |
* | handshake test to crypto | zelig | 2015-02-06 | 1 | -1/+1 |
* | handshake test to crypto | zelig | 2015-02-06 | 1 | -0/+54 |