diff options
| author | stefan <stefan@i3mint.local> | 2026-04-17 19:53:36 +0200 |
|---|---|---|
| committer | stefan <stefan@i3mint.local> | 2026-04-17 19:53:36 +0200 |
| commit | 40bfcd82ee0eee451acddbadcdabe16c54377c49 (patch) | |
| tree | 8285db06d196dfbe5c891b5c74ef5a19d4ff7c44 | |
| parent | 9e3a5ce7959e71d2f61e76dd562ff63b1f913c08 (diff) | |
first standards braindump
| -rw-r--r-- | Standards.adoc | 37 |
1 files changed, 30 insertions, 7 deletions
diff --git a/Standards.adoc b/Standards.adoc index e0e7a33..84fa525 100644 --- a/Standards.adoc +++ b/Standards.adoc @@ -1,5 +1,5 @@ = Standards that define ciphersuites -Stefan Schumacher <cryptomancer@cryptomancer.de> +Stefan Schumacher <public@cryptomancer.de> v0.0.1, 2026/04/17, draft // :doctype: book :experimental: @@ -27,11 +27,34 @@ endif::backend-pdf[] toc::[] -* erzeugt am {localdate} um {localtime} aus Version {revnumber} vom {revdate} -* Datei: {CleanPath} -// * *Datei*: {docname} - - - +* compiled at {localdate} {localtime} Version {revnumber} of {revdate} +* *Datei*: {docname} + +Scope: This document will list all standards that define the properties of ciphersuites (algorithm, key length, mode) +etc. The aim is to generate an exhaustive list of cryptographic material to be used as a database for CBOMs. + +== Taxonomy Dimensions + +. Status +.. Approved +.. Obsolete / Deprecated +.. Legacy +. Protocols +.. TLS +.. OpenSSH +.. IPSec +.. Wireguard +.. GnuPG +.. Kerberos +.. JWT +. Symmetric +. Asymmetric +. Key Exchang +. Key Length +.. 56, 128, 196, 256 +. Operation Mode +. IANA CipherSuite +. Hash +.. MAC |
