[LEDE-DEV] [PATCH 1/2] ustream-ssl: Enable ECDHE with OpenSSL.

2018-03-31 Thread Rosen Penev
When used with LuCI, SSLlabs complains that Forward Secrecy is not enabled and thus caps the score to a B. Signed-off-by: Rosen Penev --- ustream-openssl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ustream-openssl.c b/ustream-openssl.c index 83f6140..2faa855

[LEDE-DEV] [PATCH 1/2] ustream-ssl: Enable ECDHE with OpenSSL and prefer it to the other suites.

2018-03-30 Thread Rosen Penev
When used with LuCI, SSLlabs complains that Forward Secrecy is not enabled and thus caps the score to a B. Signed-off-by: Rosen Penev --- ustream-openssl.c | 4 1 file changed, 4 insertions(+) diff --git a/ustream-openssl.c b/ustream-openssl.c index 83f6140..0f51b9d