aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-06-19 16:51:33 +0000
committersaturneric <[email protected]>2025-06-19 16:51:33 +0000
commit7def6426a6e1e2dd8b3bcd5d1147b1455ea09d10 (patch)
tree6fc333f4b8adaf35a8096c5b788118fceda7ae10
parentrefactor: improve faq page (diff)
downloadManual-7def6426a6e1e2dd8b3bcd5d1147b1455ea09d10.tar.gz
Manual-7def6426a6e1e2dd8b3bcd5d1147b1455ea09d10.zip
docs(memory-security): update securelevel names in documentation
- change "SecureLevel 0 (Default/Low)" to "SecureLevel 0 (Default)" - change "SecureLevel 1 (Medium)" to "SecureLevel 1 (Standard)" - change "SecureLevel 2 (High)" to "SecureLevel 2 (Enhanced)"
-rw-r--r--src/content/docs/advanced/memory-security.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/content/docs/advanced/memory-security.md b/src/content/docs/advanced/memory-security.md
index 9610bc5..c03766a 100644
--- a/src/content/docs/advanced/memory-security.md
+++ b/src/content/docs/advanced/memory-security.md
@@ -13,7 +13,7 @@ alongside any other configuration options. This flexible approach lets you
adjust memory protection according to your security requirements and system
capabilities.
-### SecureLevel 0 (Default/Low)
+### SecureLevel 0 (Default)
Standard memory allocation is used at this level. It is recommended for
environments prioritizing compatibility and performance, where handling of
@@ -26,7 +26,7 @@ the original source is actively cleared and zeroed out. This process helps
ensure that plaintext information does not remain accessible in memory after it
is no longer needed.
-### SecureLevel 1 (Medium)
+### SecureLevel 1 (Standard)
Enhanced memory management techniques are activated at this level, including
zero-initialization of sensitive buffers and stricter tracking of memory usage.
@@ -39,7 +39,7 @@ engine (GpgME) and protected by GnuPG mechanisms. Each secure buffer is fully
initialized to zero upon allocation and is explicitly erased upon release,
minimizing the risk of residual sensitive data in memory.
-### SecureLevel 2 (High):
+### SecureLevel 2 (Enhanced):
At this highest security level, GpgFrontend utilizes OpenSSL’s secure memory
feature, allocating sensitive data into locked regions protected from being