Fix Security Levels documentation AsciiDoc syntax.

This commit is contained in:
inference 2023-05-15 01:30:04 +01:00
parent 3a2c92a457
commit 628a3d5990
Signed by: inference
SSH Key Fingerprint: SHA256:9Pl0nZ2UJacgm+IeEtLSZ4FOESgP1eKCtRflfPfdX9M

View File

@ -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.</p>
*Preferred when hardware-accelerated AES is unavailable.