Use modern ciphers & prefer server order
authoradufray <github@adufray.com>
Sat, 15 Oct 2016 22:51:00 +0000 (17:51 -0500)
committerGitHub <noreply@github.com>
Sat, 15 Oct 2016 22:51:00 +0000 (17:51 -0500)
commitd23e27088431fbd43de45f03f85b1d516b9dc82a
tree0d31991c4bd567553270f3c771c422b06d0ace8a
parent779660334a7291f4918e313a78ed48f4d3d6e0a5
Use modern ciphers & prefer server order

Set ciphers to prefer ChaCha20, ephemeral elliptic curve Diffie-Hellman, and AES with GCM mode, in that order.  Also add the flag to the SSL context to prefer the server's cipher ordering.
src/ssli_openssl.c