Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@bigs bigs released this 01 Aug 23:47
· 252 commits to master since this release
3390f7d
  • Increases the minimum strength requirement of RSA keys to 2048 bits.

NOTE: While this change doesn't break any programmer APIs, it does incur breakage in tests that require. We recommend switching to the incoming release, v0.1.0, of go-libp2p-testing for key-generation needs, for it has switched to using Ed25519 keys by default. If you prefer to use weak RSA keys in tests, you can bypass this restriction by setting the environment variable LIBP2P_ALLOW_WEAK_RSA_KEYS to any non-empty value (e.g. 1), which returns the minimum strength requirement to its previous value of 512 bits.