summaryrefslogtreecommitdiff
path: root/DEVELOPING.md
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-01-24 19:57:11 +0300
committerEd Tanous <ed.tanous@intel.com>2019-01-24 20:02:54 +0300
commitda21df7cde6abd82e2839cde8ab9eb96ea571492 (patch)
tree0c30bf17db7fbf0276918e93300420cda5b030d2 /DEVELOPING.md
parent7625cb81a6618be5a25ea659bb15b1ddd52c4706 (diff)
downloadbmcweb-da21df7cde6abd82e2839cde8ab9eb96ea571492.tar.xz
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
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r--DEVELOPING.md4
1 files changed, 0 insertions, 4 deletions
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