From 0c8ff337bd4ddd86d222c3a455e42b338a383db1 Mon Sep 17 00:00:00 2001 From: stefan Date: Fri, 17 Apr 2026 20:27:25 +0200 Subject: 3rd standards braindump --- Standards.adoc | 5 + Standards.html | 709 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Standards.pdf | Bin 0 -> 27068 bytes 3 files changed, 714 insertions(+) create mode 100644 Standards.html create mode 100644 Standards.pdf diff --git a/Standards.adoc b/Standards.adoc index 7ece28d..08f1e20 100644 --- a/Standards.adoc +++ b/Standards.adoc @@ -67,6 +67,11 @@ etc. The aim is to generate an exhaustive list of cryptographic material to be u ... age .. Kerberos .. JWT +... JOSE +.. FIDO2 Passkeys +. .PKI +... X.509 +... Cryptographic Message Syntax . Symmetric . Asymmetric . Key Exchange diff --git a/Standards.html b/Standards.html new file mode 100644 index 0000000..42b5de1 --- /dev/null +++ b/Standards.html @@ -0,0 +1,709 @@ + + + + + + + + +Standards that define ciphersuites + + + + + +
+
+
+
+

Stefan Schumacher <public@cryptomancer.de>

+
+
+
Table of Contents
+ +
+
+
    +
  • +

    compiled at 2026-04-17 20:26:24 +0200 Version 0.0.1 of 2026/04/17, draft

    +
  • +
  • +

    Datei: Standards

    +
  • +
+
+
+

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.

+
+
+
+
+

1. Taxonomy Dimensions

+
+
+
    +
  1. +

    Status

    +
    +
      +
    1. +

      Approved

      +
    2. +
    3. +

      Obsolete / Deprecated

      +
    4. +
    5. +

      Legacy

      +
    6. +
    +
    +
  2. +
  3. +

    Protocols

    +
    +
      +
    1. +

      TLS

      +
      +
        +
      1. +

        TLS 1.3

        +
      2. +
      3. +

        TLS 1.2

        +
      4. +
      5. +

        TLS 1.1

        +
      6. +
      7. +

        TLS 1.0

        +
      8. +
      9. +

        SSL 3

        +
      10. +
      11. +

        SSL 2

        +
      12. +
      +
      +
    2. +
    3. +

      Secure Shell

      +
      +
        +
      1. +

        SSH1 (deprecated)

        +
      2. +
      3. +

        SSH2

        +
        +
          +
        1. +

          OpenSSH

          +
        2. +
        3. +

          Dropbear

          +
        4. +
        5. +

          SSH Tectia Client/Server

          +
        6. +
        +
        +
      4. +
      +
      +
    4. +
    5. +

      Internet Key Exchange IKE

      +
      +
        +
      1. +

        IKEv1

        +
      2. +
      3. +

        IKEv2

        +
      4. +
      +
      +
    6. +
    7. +

      IPSec

      +
      +
        +
      1. +

        OpenVPN

        +
      2. +
      3. +

        FreeSWAN/StrongSWAN

        +
      4. +
      5. +

        Wireguard

        +
      6. +
      +
      +
    8. +
    9. +

      Online Certificate Status Protocol

      +
    10. +
    11. +

      OpenPGP

      +
      +
        +
      1. +

        LibrePGP

        +
      2. +
      3. +

        GnuPG

        +
      4. +
      5. +

        age

        +
      6. +
      +
      +
    12. +
    13. +

      Kerberos

      +
    14. +
    15. +

      JWT

      +
      +
        +
      1. +

        JOSE

        +
      2. +
      +
      +
    16. +
    17. +

      FIDO2 Passkeys

      +
    18. +
    +
    +
  4. +
  5. +

    .PKI

    +
    +
      +
    1. +

      X.509

      +
    2. +
    3. +

      Cryptographic Message Syntax

      +
    4. +
    +
    +
  6. +
  7. +

    Symmetric

    +
  8. +
  9. +

    Asymmetric

    +
  10. +
  11. +

    Key Exchange

    +
  12. +
  13. +

    Key Length

    +
    +
      +
    1. +

      56, 128, 196, 256

      +
    2. +
    +
    +
  14. +
  15. +

    Operation Mode

    +
  16. +
  17. +

    IANA CipherSuite

    +
  18. +
  19. +

    Hash

    +
    +
      +
    1. +

      MAC

      +
    2. +
    +
    +
  20. +
  21. +

    PQC

    +
  22. +
  23. +

    PQC-Hybrid

    +
  24. +
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/Standards.pdf b/Standards.pdf new file mode 100644 index 0000000..64c747e Binary files /dev/null and b/Standards.pdf differ -- cgit v1.2.3