From da21df7cde6abd82e2839cde8ab9eb96ea571492 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Thu, 24 Jan 2019 16:57:11 +0000 Subject: Revert "bmcweb: update SSL cipher suites to OWASP compatB" This reverts commit 54fd221a9139f46c7c95b4a22cc09e6e7ce4cbbc. Reason for revert: This breaks compatibility with python automation running on ubuntu 16.04, and regresses our ability to run the test harness. Suspect we need to run compat C by default, but lets revert for now to stabilize. Change-Id: I4a01450836d917cd9558bc826c1877e629280850 --- DEVELOPING.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'DEVELOPING.md') diff --git a/DEVELOPING.md b/DEVELOPING.md index f06ae816ad..6a920bc8a3 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -92,10 +92,6 @@ authentication, session management, and security. 9. ### Performance - TLS uses cipher suites from the "OWASP Cipher String 'B'" to maintain as - much compatibility as we can with modern browsers, while still keeping a - strong security posture. - The performance priorities for the OpenBMC webserver are (in order): 1. Code is readable and clear 2. Code follows secure guidelines -- cgit v1.2.3