Add Security Levels documentation.
This commit is contained in:
parent
ad4623ff77
commit
16b7e8f57a
68
security/security_levels.adoc
Normal file
68
security/security_levels.adoc
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
= Security Levels
|
||||||
|
|
||||||
|
Version: 1.0.1.6
|
||||||
|
|
||||||
|
|
||||||
|
== S0
|
||||||
|
|
||||||
|
Intended access: Public
|
||||||
|
|
||||||
|
Encryption: None
|
||||||
|
|
||||||
|
Signing: Optional
|
||||||
|
|
||||||
|
== S1
|
||||||
|
|
||||||
|
Intended access: Authorised users of S1 or lower security levels
|
||||||
|
|
||||||
|
Encryption: Enforced
|
||||||
|
|
||||||
|
Signing: Enforced
|
||||||
|
|
||||||
|
Permitted symmetrical encryption ciphers (order of preference):
|
||||||
|
|
||||||
|
* AES
|
||||||
|
* ChaCha20*
|
||||||
|
* Twofish
|
||||||
|
|
||||||
|
== S2
|
||||||
|
|
||||||
|
Intended access: Authorised users of S2 or lower security levels
|
||||||
|
|
||||||
|
Encryption: Enforced
|
||||||
|
|
||||||
|
Signing: Enforced
|
||||||
|
|
||||||
|
Permitted symmetrical encryption ciphers (order of preference):
|
||||||
|
|
||||||
|
* AES
|
||||||
|
* ChaCha20*
|
||||||
|
* Twofish
|
||||||
|
|
||||||
|
== S3
|
||||||
|
|
||||||
|
Intended access: Authorised users of s3 or lower security levels
|
||||||
|
|
||||||
|
Encryption: Enforced
|
||||||
|
|
||||||
|
Signing: Enforced
|
||||||
|
|
||||||
|
Permitted symmetrical encryption ciphers (order of preference):
|
||||||
|
|
||||||
|
* AES
|
||||||
|
* ChaCha20*
|
||||||
|
|
||||||
|
== S4
|
||||||
|
|
||||||
|
Intended access: Authorised users of s4 or lower security levels
|
||||||
|
|
||||||
|
Encryption: Enforced
|
||||||
|
|
||||||
|
Signing: Enforced
|
||||||
|
|
||||||
|
Permitted symmetrical encryption ciphers (order of preference):
|
||||||
|
|
||||||
|
* AES
|
||||||
|
* ChaCha20*
|
||||||
|
|
||||||
|
*Preferred when hardware-accelerated AES is unavailable.
|
Loading…
x
Reference in New Issue
Block a user