Add security levels documentation.
This commit is contained in:
parent
7d50818660
commit
c65881e988
54
security/security_levels.txt
Normal file
54
security/security_levels.txt
Normal file
@ -0,0 +1,54 @@
|
||||
Inferencium
|
||||
Security Levels
|
||||
|
||||
Copyright 2022 Inference
|
||||
License: CC-BY-4.0
|
||||
|
||||
0.0.0.0
|
||||
|
||||
|
||||
Security level: s0
|
||||
Intended access: Public
|
||||
Encryption: None
|
||||
Signing: Optional
|
||||
|
||||
|
||||
Security level: s1
|
||||
Intended access: Authorised users of s1 or lower security levels
|
||||
Encryption: Enforced
|
||||
Signing: Enforced
|
||||
Permitted symmetrical encryption ciphers:
|
||||
0. AES
|
||||
1. ChaCha20*
|
||||
2. Twofish
|
||||
|
||||
|
||||
Security level: s2
|
||||
Intended access: Authorised users of s2 or lower security levels
|
||||
Encryption: Enforced
|
||||
Signing: Enforced
|
||||
Permitted symmetrical encryption ciphers:
|
||||
0. AES
|
||||
1. ChaCha20*
|
||||
2. Twofish
|
||||
|
||||
|
||||
Security level: s3
|
||||
Intended access: Authorised users of s3 or lower security levels
|
||||
Encryption: Enforced
|
||||
Signing: Enforced
|
||||
Permitted symmetrical encryption ciphers:
|
||||
0. AES
|
||||
1. ChaCha20*
|
||||
|
||||
|
||||
Security level: s4
|
||||
Intended access: Authorised users of s4 or lower security levels
|
||||
Encryption: Enforced
|
||||
Signing: Enforced
|
||||
Permitted symmetrical encryption ciphers:
|
||||
0. AES
|
||||
1. ChaCha20*
|
||||
|
||||
|
||||
*Preferred when hardware-accelerated AES is unavailable.
|
Loading…
x
Reference in New Issue
Block a user