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.