diff options
| author | Stefan Schumacher <public@cryptomancer.de> | 2026-04-18 13:18:14 +0200 |
|---|---|---|
| committer | Stefan Schumacher <public@cryptomancer.de> | 2026-04-18 13:18:14 +0200 |
| commit | c0542effb62d9f5b98d6c99aa519bdc99cf1a836 (patch) | |
| tree | e47edce586f478d3bf3f67fc024da305b7105c19 /Standards.adoc | |
| parent | 47b0131cecd0b1fc6a75af3c45183269f142ad15 (diff) | |
BSI und NIST standards + taxonomie
Diffstat (limited to 'Standards.adoc')
| -rw-r--r-- | Standards.adoc | 58 |
1 files changed, 57 insertions, 1 deletions
diff --git a/Standards.adoc b/Standards.adoc index 8f81581..2b1aadb 100644 --- a/Standards.adoc +++ b/Standards.adoc @@ -35,6 +35,9 @@ etc. The aim is to generate an exhaustive list of cryptographic material to be u == Taxonomy Dimensions +=== Braindump list + +.Braindump . Status .. Approved .. Obsolete / Deprecated @@ -90,7 +93,7 @@ etc. The aim is to generate an exhaustive list of cryptographic material to be u .. Galois Counter Mode (GCM) .. XOR-Encrypt-XOR (XEX) .. XEX-based Tweaked-Codebook mode with ciphertext stealing (XTS) -.. Synthetic Initialization Vector (SIV) +.. Synthetic Initialization Vector (SIV) .. Encrypt Mix Encrypt (EME) .. Cipher Feedback Mode (CFB) . IANA CipherSuite @@ -110,3 +113,56 @@ etc. The aim is to generate an exhaustive list of cryptographic material to be u .. WPA2 .. WPA3 + +=== Taxonomy Categories (1st Level) + +==== German BSI + +.Sources: +. BSI TR-02102-x (Kryptographische Verfahren: Empfehlungen und Schlüssellängen) +. BSI AIS 20/31 (A proposal for: Functionality classes for random number generators - Version 3.0) +. BSI TR-03116 +. BSI TR-03111 Elliptic Curve Cryptography, Version 2.10 + + +* Asymmetric Algorithms + ** Digital Signature + ** Key Exchange +* Symmetric Algorithms +* Hash Functions +* Message Authentication Codes (MACs) +* Random Number Generators + + +==== USA NIST + +.sources: +. NIST SP 800-57 +. NIST SP 800-56A - KEX +. NIST FIPS 186-5 - Signatures +. NIST SP 800-38 - Symmetric +. NIST SP 800-185 - Hash/KDF +. NIST SP 800-90A - RNG +. NIST SP 800-208 - PQC Signatures + + +* Key Exchange / Key Establishment +* Public-Key Encryption +* Digital Signatures +* Symmetric Encryption +* Hash Functions +* MAC / AEAD +* Key Derivation Functions (KDFs) +* Random Number Generation + + +=== Attributes + + +. Protocoll +. Library/Program/Implementation +.. Version +. State +.. Data at rest +.. Data in transit +.. Data in Use |
