go-libp2p-daemon icon indicating copy to clipboard operation
go-libp2p-daemon copied to clipboard

Remove secio usage as default connection encryption

Open vasco-santos opened this issue 4 years ago • 0 comments

Now that we officially deprecated secio as a connection encryption module for libp2p, we should remove it from the daemon. Making noise used by default and remove the option to use secio/noise at all.

Currently, we are running interop tests for libp2p using secio unless explicitly setting noise, which is not desirable.

We should this together with https://github.com/libp2p/js-libp2p-daemon/issues/43 to update the interop tests to use the new daemons with noise

cc @jacobheun @aschmahmann

vasco-santos avatar Dec 30 '20 17:12 vasco-santos