diff options
| author | Stefan Schumacher <public@cryptomancer.de> | 2026-04-18 16:22:47 +0200 |
|---|---|---|
| committer | Stefan Schumacher <public@cryptomancer.de> | 2026-04-18 16:22:47 +0200 |
| commit | ec7770e9f258f31e417d104258751cfd81510ead (patch) | |
| tree | 7516e48e3ddf317b2142d704203e3958e1fd9153 /Standards.adoc | |
| parent | c0542effb62d9f5b98d6c99aa519bdc99cf1a836 (diff) | |
Protokolle um Implementierungen ergänze
Diffstat (limited to 'Standards.adoc')
| -rw-r--r-- | Standards.adoc | 81 |
1 files changed, 79 insertions, 2 deletions
diff --git a/Standards.adoc b/Standards.adoc index 2b1aadb..af0d698 100644 --- a/Standards.adoc +++ b/Standards.adoc @@ -156,13 +156,90 @@ etc. The aim is to generate an exhaustive list of cryptographic material to be u * Random Number Generation -=== Attributes +==== Attributes -. Protocoll +. Protocol . Library/Program/Implementation .. Version . State .. Data at rest .. Data in transit .. Data in Use + + +=== Protocols + +* TLS (Transport Layer Security) +* SSH (Secure Shell) +* IPsec (Internet Protocol Security) +* HTTPS (HTTP over TLS) +* DTLS (Datagram Transport Layer Security) +* QUIC (Quick UDP Internet Connections) +* OpenPGP +* S/MIME (Secure/Multipurpose Internet Mail Extensions) +* Kerberos +* Wireless Security +* VPN +* PKI +* Certificates +* Messaging security protocols +* File encryption +* Storage encryption + + + + +==== Protocols with Implementations + + +. TLS (Transport Layer Security) +.. TLS 1.2 +.. TLS 1.3 +. SSH (Secure Shell) +.. SSHv2 +.. SFTP +.. SCP +. IPsec (Internet Protocol Security) +.. IKEv1 +.. IKEv2 +.. ESP +.. AH +. HTTPS (HTTP over TLS) +. DTLS (Datagram Transport Layer Security) +. QUIC (Quick UDP Internet Connections) +.. HTTP/3 over QUIC +. OpenPGP +. S/MIME (Secure/Multipurpose Internet Mail Extensions) +. Kerberos +.. Kerberos v5 +. Wireless Security +.. WPA3 +.. WPA2 +. VPN +.. OpenVPN +.. WireGuard +.. L2TP +.. IPsec +. PKI +.. X.509 +. Certificates +.. OCSP (Online Certificate Status Protocol) +.. CRL (Certificate Revocation List) +. Messaging security protocols +.. Matrix MegOlm +.. Matrix MLS +.. Signal +.. Threema +.. WhatsApp +.. XMPP +... Off-the-Record +... Omemo +... OpenPGP over XMPP +... S/MIME +... Jingle && DTLS-SRTP +. File encryption +. Storage encryption + + + |
