Aditya's branch includes a change to make the disabling of TLS explicit, rather than inferred by the absence of the -tls-cert and -tls-key command-line arguments to lightwalletd. This provides more security as it prevents the user from unknowingly not using TLS; the user must explicitly specify that TLS will not be used. Not required, but a good safety measure.
Aditya's branch includes a change to make the disabling of TLS explicit, rather than inferred by the absence of the
-tls-certand-tls-keycommand-line arguments to lightwalletd. This provides more security as it prevents the user from unknowingly not using TLS; the user must explicitly specify that TLS will not be used. Not required, but a good safety measure.