go-libp2p-tls
go-libp2p-tls copied to clipboard
go-libp2p's TLS encrypted transport
Requires: libp2p/go-openssl#13 Appends to: libp2p/go-libp2p-tls#67 Closes: libp2p/go-libp2p-tls#67 Closes: libp2p/go-libp2p#1539 This should add openssl with TLS 1.3. I'm not sure how to build with the openssl build flag (added in libp2p/go-libp2p-tls#67),...
Depends on https://github.com/libp2p/go-libp2p-core/pull/215.
Response to the issue "[IPFS Bounty: Explore OpenSSL support in the TLS security transport](https://github.com/ipfs/go-ipfs/issues/7150)"
The purpose of this PR is to evaluate what it would take to use TLS session resumption. Session tickets are stored in the peerstore. We store a maximum of 3...
As described in https://github.com/libp2p/specs/pull/227#discussion_r349905051.