From e73aa11ae6edba984e4696f77d8e18f1edb0fc2e Mon Sep 17 00:00:00 2001 From: Nouri-Alnahawi <nouri.alnahaiw@h-da.de> Date: Mon, 5 Jul 2021 12:44:39 +0200 Subject: [PATCH] add more sec-protocols --- content/docs/migration/protocols/_index.md | 16 ++++++++++++++-- content/docs/migration/protocols/all/cms.md | 7 +++++++ content/docs/migration/protocols/all/dtls.md | 7 +++++++ content/docs/migration/protocols/all/smime.md | 7 +++++++ 4 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 content/docs/migration/protocols/all/cms.md create mode 100644 content/docs/migration/protocols/all/dtls.md create mode 100644 content/docs/migration/protocols/all/smime.md diff --git a/content/docs/migration/protocols/_index.md b/content/docs/migration/protocols/_index.md index 6bbe4eb..b7f8069 100644 --- a/content/docs/migration/protocols/_index.md +++ b/content/docs/migration/protocols/_index.md @@ -5,10 +5,22 @@ draft: false weight: 2 layout: no_index --- +##### Key Exchange, Establishment, and Encapsulation - [TLS/SSL]({{< ref "/tls" >}} "TLS/SSL") - [SSH]({{< ref "/ssh" >}} "SSH") - [IPsec/IKE]({{< ref "/ike" >}} "IPsec/IKE") -- [VPN]({{< ref "/vpn" >}} "VPN") -- [DNSSEC]({{< ref "/dnssec" >}} "DNSSEC") +- [DTLS]({{< ref "/dtls" >}} "DTLS") + +##### Authentication & Signing +- [CMS]({{< ref "/cms" >}} "CMS") +- [S/MIME]({{< ref "/smime" >}} "S/MIME") - [X.509]({{< ref "/certs" >}} "X.509") + +##### Certificate Authority +- [DNSSEC]({{< ref "/dnssec" >}} "DNSSEC") + +##### Wireless + +##### Others +- [VPN]({{< ref "/vpn" >}} "VPN") - [Others]({{< ref "/others" >}} "Others") diff --git a/content/docs/migration/protocols/all/cms.md b/content/docs/migration/protocols/all/cms.md new file mode 100644 index 0000000..05461bd --- /dev/null +++ b/content/docs/migration/protocols/all/cms.md @@ -0,0 +1,7 @@ +--- +title: "CMS" +date: 2021-05-05T22:41:49+02:00 +draft: false +type: docs +weight: 8 +--- diff --git a/content/docs/migration/protocols/all/dtls.md b/content/docs/migration/protocols/all/dtls.md new file mode 100644 index 0000000..bf8ca38 --- /dev/null +++ b/content/docs/migration/protocols/all/dtls.md @@ -0,0 +1,7 @@ +--- +title: "DTLS" +date: 2021-05-05T22:41:49+02:00 +draft: false +type: docs +weight: 7 +--- diff --git a/content/docs/migration/protocols/all/smime.md b/content/docs/migration/protocols/all/smime.md new file mode 100644 index 0000000..265d35b --- /dev/null +++ b/content/docs/migration/protocols/all/smime.md @@ -0,0 +1,7 @@ +--- +title: "S/MIME" +date: 2021-05-05T22:41:49+02:00 +draft: false +type: docs +weight: 8 +--- -- GitLab