Maciej Krüger
8ad4c15562
refactor: use async await ( #108 )
...
* chore: upgrade deps
* feat: first iteration of the idea
* feat: iterate a layer deeper
* feat: rewrite handshake
* feat: rewrite propose
* feat: rewrite finish
* feat: rewrite exchange
* feat: rewrite low-level stuff
* feat: work on rewriting tests
* refactor: browser tests
* refactor: .aegir.js
* feat: refactor benchmarks
* fix: try to make it work
* fix: lint
* refactor: move tests
* refactor: switch deps
* refactor: entry file
* refactor: a bit more
* fix: tests
* feat: inital iterables refactor
* refactor: streaming
* refactor: cleanup
* fix: turn bufferlist into buffer
* fix: use errors from interfaces
* refactor: etm
* fix: typo
* fix: .read error
* fix: satisfy output expectations
* fix: it works - WARNING: using varint instead of fixed lp, tests lie
* fix: use errors
* refactor: benchmarks
* fix: add suggestions from review
Co-Authored-By: Jacob Heun <jacobheun@gmail.com>
* fix: upgrade deps and use correct lp-encoder
* refactor: apply changes from review
* refactor: apply changes from review
* refactor: apply changes from review
* chore: remove old tests
test: add support tests back
* test: fix async benchmarks
* chore: clean up deps
* fix: use fixed encoding/decoding everywhere
fix: exchange final nonce handshake over encryption
* test: add verify inbound and outbound secio
* test: verify nonces are boxed
* chore: add node 12 to ci
2019-11-22 14:18:17 -06:00
Jacob Heun
0e23874730
test: add test for handshake to expose error bubbling issue
2018-03-28 15:20:06 -07:00
David Dias
4d4163def5
test: always use Connection instances for tests
2018-01-07 16:24:43 +00:00
David Dias
74f6fd8ab3
test: check if we dialed to the right peer
2018-01-07 16:24:43 +00:00
David Dias
d26590dfb6
test: make tests go faster, way faster
2018-01-07 16:24:43 +00:00
David Dias
65b9675ffe
chore: fix linting
2018-01-07 16:24:43 +00:00
David Dias
09312b1a87
chore: update dependencies, including latest aegir and CI
2018-01-07 16:24:43 +00:00
David Dias
2df6544c0d
feat: next libp2p-crypto ( #90 )
...
* feat: next libp2p-crypto
* chore: update deps
2017-07-22 13:53:06 -07:00
David Dias
49f6acd507
chore: update aegir
2017-03-21 15:13:03 +00:00
Friedel Ziegelmayer
d05593d111
finish tests
2016-11-10 17:47:40 +01:00
Friedel Ziegelmayer
3bc842851b
actually encrypt
2016-11-09 11:15:13 +01:00
Friedel Ziegelmayer
ddb43af01a
fix tests
2016-11-09 11:05:13 +01:00
dignifiedquire
b7650194a9
pass correct keys
2016-11-08 19:01:23 +01:00
David Dias
1fdbcc42b2
feat: add browser <-> nodejs test
2016-11-08 17:35:41 +00:00
David Dias
0566ab17d0
feat: support new multistream-select
2016-11-03 10:42:15 +00:00
Friedel Ziegelmayer
a1167c0084
Async Crypto Endeavour (+benchmarks!) ( #19 )
...
* feat: add benchmarks and integrate with new libp2p-crypto
* start removing node-forge
* less forge
* cleanup and fixes
* benchmarked and tested
* remove unused .aegir
* Replace lib multihashing with multihashing-async
* cleanup package.json
* Using string instead of buffer for proto file
* chore: fix benchmarks
* docs(readme): update README URLs based on HTTP redirects
* ready for next aegir
* update aegir
* ready
* chore: update deps
2016-11-03 09:23:33 +00:00
Friedel Ziegelmayer
c686ea7ffb
refactor: better public facing api
2016-09-07 12:22:04 +02:00
Friedel Ziegelmayer
10a4cf0337
feat(secio): implement with pull-streams, ensure interop with go
2016-09-06 16:31:24 -04:00
Friedel Ziegelmayer
e56ac6cf98
Upgrade to the latest dependencies and add multistream test
2016-05-26 20:17:09 +02:00
dignifiedquire
9132b76dab
fix: do handshake on first read or write
2016-05-23 17:33:16 +02:00
Friedel Ziegelmayer
4b9830d3df
Add base line test and fix issues with handshaking
2016-05-23 12:40:08 +02:00
Friedel Ziegelmayer
3ac905a91c
start stream handling
2016-05-22 13:19:17 +02:00
Friedel Ziegelmayer
9d3437e8d8
More implementation
2016-05-22 01:03:53 +02:00
Friedel Ziegelmayer
13d8336042
add skeleton
2016-05-20 21:29:53 +02:00