summaryrefslogtreecommitdiff
path: root/DEVELOPING.md
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r--DEVELOPING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md
index 6a920bc8a3..f06ae816ad 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -92,6 +92,10 @@
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