Check the allowed crypto key size and disable MSE if insufficient #24
Closed
Description
Code snippet here: https://gist.github.com/jehrhardt/5167854
Currently Bt just won't connect to peers if JCE unlimited strength is not installed. It would be better to automatically disable MSE negotiation and fallback to standard BitTorrent handshake (and throw an exception in CLI client if -e
flag is provided, i.e. encryption is required).