From 628a3d59902c4ccc9b73a4d4668d4666c20d5fb0 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 15 May 2023 01:30:04 +0100 Subject: [PATCH] Fix Security Levels documentation AsciiDoc syntax. --- security/security_levels.adoc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/security/security_levels.adoc b/security/security_levels.adoc index 553b697..534a324 100644 --- a/security/security_levels.adoc +++ b/security/security_levels.adoc @@ -1,8 +1,9 @@ = Security Levels -Version: 1.0.0.4 +Version: 1.0.0.5 == S0 + Intended access: Public Encryption: None @@ -10,6 +11,7 @@ Encryption: None Signing: Optional == S1 + Intended access: Authorised users of S1 or lower security levels Encryption: Enforced @@ -23,6 +25,7 @@ Permitted symmetrical encryption ciphers (order of preference): * Twofish == S2 + Intended access: Authorised users of S2 or lower security levels Encryption: Enforced @@ -36,6 +39,7 @@ Permitted symmetrical encryption ciphers (order of preference): * Twofish == S3 + Intended access: Authorised users of s3 or lower security levels Encryption: Enforced @@ -48,6 +52,7 @@ Permitted symmetrical encryption ciphers (order of preference): * ChaCha20* == S4 + Intended access: Authorised users of s4 or lower security levels Encryption: Enforced @@ -59,4 +64,4 @@ Permitted symmetrical encryption ciphers (order of preference): * AES * ChaCha20* -*Preferred when hardware-accelerated AES is unavailable.

+*Preferred when hardware-accelerated AES is unavailable.