diff --git a/content/docs/migration/protocols/_index.md b/content/docs/migration/protocols/_index.md new file mode 100644 index 0000000000000000000000000000000000000000..6bbe4eb4f53370e1bf67837259579862551bee9a --- /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 0000000000000000000000000000000000000000..09b96e004b08a226ce193987b9cedb0ca85cadf5 --- /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 0000000000000000000000000000000000000000..329010fcb5d7112e40162b637ef39ad6066c14fa --- /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 0000000000000000000000000000000000000000..af034343ac7e75ab65353fe7da7f0b2498afcecc --- /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 4ae5a98beee95b2e0b8bd369893886d2e2b580db..1a2445d5b6c3872ab0f4b89a18ff790f66e31c77 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 0000000000000000000000000000000000000000..850c787b9f8c700f9502cb0bb16a394833b7c286 --- /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 0000000000000000000000000000000000000000..c1a326618fe3b35c0e982e2e5f7d7ecbb1f577d9 --- /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 0000000000000000000000000000000000000000..9b069595b9deefab4f10051bc341bf2a1c3fc5cc --- /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 +---