You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned at libp2p/js-libp2p-switch#278 (comment) we don't currently support multiple crypto modules in Switch, even though multiple modules can be given. While the listener will select the proper crypto module via multistream-select, the dialer only ever uses a single crypto module.
The dialer and listener need to be able to negotiate which crypto they want to use. While libp2p currently only has the libp2p-secio module, once the TLS1.3 module is created (likely some time next year) we will need to support this properly.
As mentioned at libp2p/js-libp2p-switch#278 (comment) we don't currently support multiple crypto modules in Switch, even though multiple modules can be given. While the listener will select the proper crypto module via multistream-select, the dialer only ever uses a single crypto module.
The dialer and listener need to be able to negotiate which crypto they want to use. While libp2p currently only has the
libp2p-secio
module, once the TLS1.3 module is created (likely some time next year) we will need to support this properly.Depends on libp2p/js-libp2p-switch#278
The text was updated successfully, but these errors were encountered: