Registry / networking / libp2p-go-libp2p-tls

libp2p-go-libp2p-tls

JSON →
library0.5.0gogounverified

Package tls provides TLS transport security for libp2p connections.

go get github.com/libp2p/go-libp2p-tls
INSTALL
IMPORT
SIG · LIBP2P-GO-LIBP2P-T
L
libp2p-go-libp2p-tls
networkinggov0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tls
github.com/libp2p/go-libp2p-tls

Create a new TLS transport for libp2p.

package main import ( "github.com/libp2p/go-libp2p-tls" ) func main() { tpt := tls.New(nil) _ = tpt }
Debug
Known issues
breakingThis package is deprecated and has moved to github.com/libp2p/go-libp2p/p2p/security/tls.
fix
Update imports to github.com/libp2p/go-libp2p/p2p/security/tls.
affects: >=0.5.0
Upgrade
Version history
0.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
libp2p-go-libp2p-tls — go get libp2p-go-libp2p-tls · libregistry