Rewrite Security Levels documentation in AsciiDoc.
This commit is contained in:
parent
c1cae7a9e7
commit
3a2c92a457
62
security/security_levels.adoc
Normal file
62
security/security_levels.adoc
Normal file
@ -0,0 +1,62 @@
|
||||
= Security Levels
|
||||
|
||||
Version: 1.0.0.4
|
||||
|
||||
== 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.</p>
|
@ -1,61 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<!-- Inferencium - Documentation - Security Levels -->
|
||||
|
||||
<!-- Copyright 2022 Jake Winters -->
|
||||
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
|
||||
|
||||
<!-- Version: 1.0.0.3 -->
|
||||
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Security Levels</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Security Levels</h1>
|
||||
<h2>S0</h2>
|
||||
<p>Intended access: Public</p>
|
||||
<p>Encryption: None</p>
|
||||
<p>Signing: Optional</p>
|
||||
<h2>S1</h2>
|
||||
<p>Intended access: Authorised users of S1 or lower security levels</p>
|
||||
<p>Encryption: Enforced</p>
|
||||
<p>Signing: Enforced</p>
|
||||
<p>Permitted symmetrical encryption ciphers (order of preference):
|
||||
<ol>
|
||||
<li>AES</li>
|
||||
<li>ChaCha20*</li>
|
||||
<li>Twofish</li>
|
||||
</ol></p>
|
||||
<h2>S2</h2>
|
||||
<p>Intended access: Authorised users of S2 or lower security levels</p>
|
||||
<p>Encryption: Enforced</p>
|
||||
<p>Signing: Enforced</p>
|
||||
<p>Permitted symmetrical encryption ciphers (order of preference):
|
||||
<ol>
|
||||
<li>AES</li>
|
||||
<li>ChaCha20*</li>
|
||||
<li>Twofish</li>
|
||||
</ol></p>
|
||||
<h2>S3</h2>
|
||||
<p>Intended access: Authorised users of s3 or lower security levels</p>
|
||||
<p>Encryption: Enforced</p>
|
||||
<p>Signing: Enforced</p>
|
||||
<p>Permitted symmetrical encryption ciphers (order of preference):
|
||||
<ol>
|
||||
<li>AES</li>
|
||||
<li>ChaCha20*</li>
|
||||
</ol></p>
|
||||
<h2>S4</h2>
|
||||
<p>Intended access: Authorised users of s4 or lower security levels</p>
|
||||
<p>Encryption: Enforced</p>
|
||||
<p>Signing: Enforced</p>
|
||||
<p>Permitted symmetrical encryption ciphers (order of preference):
|
||||
<ol>
|
||||
<li>AES</li>
|
||||
<li>ChaCha20*</li>
|
||||
</ol></p>
|
||||
<p>*Preferred when hardware-accelerated AES is unavailable.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user