Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Releases: libp2p/go-libp2p-secio

v0.2.3 - DEPRECATED

24 Feb 00:58
0d1ffa7
Compare
Choose a tag to compare

secio is not maintained any more, and we advise against using it.

Use go-libp2p-tls and go-libp2p-noise instead.

Release v0.2.1

28 Oct 22:50
v0.2.1
6f83420
Compare
Choose a tag to compare
  • Update gogo/protobuf and regenerate protobuf files.
  • Update libp2p-core, multihash, etc.

v0.2.0

02 Aug 22:59
7c3f577
Compare
Choose a tag to compare
  • Bump go-libp2p-core to v0.2.0. This ups the minimum RSA key length to 2048 bits.

v0.1.1

12 Jul 20:31
6d84e87
Compare
Choose a tag to compare
  • Removes support for blowfish. This release removes support for the demonstrably-insecure blowfish block cipher.

v0.1.0

25 May 12:29
a158134
Compare
Choose a tag to compare

🎉 This release applies the core refactor to this module; migrating to the consolidated types under go-libp2p-core. See libp2p/go-libp2p#602 for more context.