Should I manually select protocol and cipher?
I’m writing Java code for a decentralized network. (Proof of concept code here.) Each node generates its own self-signed certificate, to be used both server-side and client-side in every connection. Current key choice is 4096 bit RSA. … Continue reading Should I manually select protocol and cipher?