protocol/network#Encryption:
IPFS uses cyphersuites like TLS.
NOTE: we do not use TLS directly, because we do not want the CA system baggage. Most TLS implementations are very big. Since the IPFS model begins with keys, IPFS only needs to apply ciphers. This is a minimal portion of the whole TLS standard.
So you rolled your own transport encryption? I find this surprising, and I'm… skeptical.
This needs to be a new section (or an entirely separate document) rather than an aside.
(Also, I'll add that if all you want is to connect to something, exchange RSA public keys, and get an encrypted transport stream, TLS is entirely capable of providing that without involving CAs.)
protocol/network#Encryption:
So you rolled your own transport encryption? I find this surprising, and I'm… skeptical.
This needs to be a new section (or an entirely separate document) rather than an aside.
(Also, I'll add that if all you want is to connect to something, exchange RSA public keys, and get an encrypted transport stream, TLS is entirely capable of providing that without involving CAs.)