From a9fc9af3ff20c63c560623ffdef116e9cbf91f44 Mon Sep 17 00:00:00 2001 From: Nouri-Alnahawi <nouri.alnahaiw@h-da.de> Date: Mon, 5 Jul 2021 10:56:41 +0200 Subject: [PATCH] add sec-protocols pages --- content/docs/migration/protocols/_index.md | 14 ++++++++++++++ content/docs/migration/protocols/all/certs.md | 7 +++++++ content/docs/migration/protocols/all/dnssec.md | 7 +++++++ content/docs/migration/protocols/all/ike.md | 7 +++++++ .../{sec_protocols.md => protocols/all/others.md} | 6 +++--- content/docs/migration/protocols/all/ssh.md | 7 +++++++ content/docs/migration/protocols/all/tls.md | 7 +++++++ content/docs/migration/protocols/all/vpn.md | 7 +++++++ 8 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 content/docs/migration/protocols/_index.md create mode 100644 content/docs/migration/protocols/all/certs.md create mode 100644 content/docs/migration/protocols/all/dnssec.md create mode 100644 content/docs/migration/protocols/all/ike.md rename content/docs/migration/{sec_protocols.md => protocols/all/others.md} (76%) create mode 100644 content/docs/migration/protocols/all/ssh.md create mode 100644 content/docs/migration/protocols/all/tls.md create mode 100644 content/docs/migration/protocols/all/vpn.md diff --git a/content/docs/migration/protocols/_index.md b/content/docs/migration/protocols/_index.md new file mode 100644 index 0000000..6bbe4eb --- /dev/null +++ b/content/docs/migration/protocols/_index.md @@ -0,0 +1,14 @@ +--- +title: "PQ Security Protocols" +date: 2021-05-05T22:41:49+02:00 +draft: false +weight: 2 +layout: no_index +--- +- [TLS/SSL]({{< ref "/tls" >}} "TLS/SSL") +- [SSH]({{< ref "/ssh" >}} "SSH") +- [IPsec/IKE]({{< ref "/ike" >}} "IPsec/IKE") +- [VPN]({{< ref "/vpn" >}} "VPN") +- [DNSSEC]({{< ref "/dnssec" >}} "DNSSEC") +- [X.509]({{< ref "/certs" >}} "X.509") +- [Others]({{< ref "/others" >}} "Others") diff --git a/content/docs/migration/protocols/all/certs.md b/content/docs/migration/protocols/all/certs.md new file mode 100644 index 0000000..09b96e0 --- /dev/null +++ b/content/docs/migration/protocols/all/certs.md @@ -0,0 +1,7 @@ +--- +title: "X.509" +date: 2021-05-05T22:41:49+02:00 +draft: false +type: docs +weight: 6 +--- diff --git a/content/docs/migration/protocols/all/dnssec.md b/content/docs/migration/protocols/all/dnssec.md new file mode 100644 index 0000000..329010f --- /dev/null +++ b/content/docs/migration/protocols/all/dnssec.md @@ -0,0 +1,7 @@ +--- +title: "DNSSEC" +date: 2021-05-05T22:41:49+02:00 +draft: false +type: docs +weight: 5 +--- diff --git a/content/docs/migration/protocols/all/ike.md b/content/docs/migration/protocols/all/ike.md new file mode 100644 index 0000000..af03434 --- /dev/null +++ b/content/docs/migration/protocols/all/ike.md @@ -0,0 +1,7 @@ +--- +title: "IPsec/IKE" +date: 2021-05-05T22:41:49+02:00 +draft: false +type: docs +weight: 3 +--- diff --git a/content/docs/migration/sec_protocols.md b/content/docs/migration/protocols/all/others.md similarity index 76% rename from content/docs/migration/sec_protocols.md rename to content/docs/migration/protocols/all/others.md index 4ae5a98..1a2445d 100644 --- a/content/docs/migration/sec_protocols.md +++ b/content/docs/migration/protocols/all/others.md @@ -1,9 +1,9 @@ --- -title: "PQ Security Protocols" +title: "Others" date: 2021-05-05T22:41:49+02:00 draft: false type: docs -weight: 2 +weight: 10 --- - Key Establishment: - - [Post-quantum MACsec in Ethernet Networks ](https://journals.riverpublishers.com/index.php/JCSANDM/article/view/5973) Authenticated post-quantum key establishment protocol which is suitable for long-term secure MACsec. Hybrid mode, ephemeral key exchange, and an end-to-end encryption [[ChSe21]](../../refs#chse21). + - [Post-quantum MACsec in Ethernet Networks ](https://journals.riverpublishers.com/index.php/JCSANDM/article/view/5973) Authenticated post-quantum key establishment protocol which is suitable for long-term secure MACsec. Hybrid mode, ephemeral key exchange, and an end-to-end encryption [[ChSe21]](../../../../refs#chse21). diff --git a/content/docs/migration/protocols/all/ssh.md b/content/docs/migration/protocols/all/ssh.md new file mode 100644 index 0000000..850c787 --- /dev/null +++ b/content/docs/migration/protocols/all/ssh.md @@ -0,0 +1,7 @@ +--- +title: "SSH" +date: 2021-05-05T22:41:49+02:00 +draft: false +type: docs +weight: 2 +--- diff --git a/content/docs/migration/protocols/all/tls.md b/content/docs/migration/protocols/all/tls.md new file mode 100644 index 0000000..c1a3266 --- /dev/null +++ b/content/docs/migration/protocols/all/tls.md @@ -0,0 +1,7 @@ +--- +title: "TLS/SSL" +date: 2021-05-05T22:41:49+02:00 +draft: false +type: docs +weight: 1 +--- diff --git a/content/docs/migration/protocols/all/vpn.md b/content/docs/migration/protocols/all/vpn.md new file mode 100644 index 0000000..9b06959 --- /dev/null +++ b/content/docs/migration/protocols/all/vpn.md @@ -0,0 +1,7 @@ +--- +title: "VPN" +date: 2021-05-05T22:41:49+02:00 +draft: false +type: docs +weight: 4 +--- -- GitLab