summaryrefslogtreecommitdiff
path: root/Standards.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Standards.adoc')
-rw-r--r--Standards.adoc81
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
+
+
+