From 2b170c6421cdd717bcfe45f8b7a07d980bb2c256 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 20 Mar 2025 09:26:15 -0400 Subject: [PATCH] chore: remove TLS from commitments --- content/p2p/ift/2025q2-nimlibp2p-tls.md | 35 ------------------------- 1 file changed, 35 deletions(-) delete mode 100644 content/p2p/ift/2025q2-nimlibp2p-tls.md diff --git a/content/p2p/ift/2025q2-nimlibp2p-tls.md b/content/p2p/ift/2025q2-nimlibp2p-tls.md deleted file mode 100644 index c4826f308..000000000 --- a/content/p2p/ift/2025q2-nimlibp2p-tls.md +++ /dev/null @@ -1,35 +0,0 @@ ---- - -title: nim-libp2p TLS secure transport -tags: - - "2025q2" - - "p2p" - - "ift" -draft: false -description: nim-libp2p TLS Secure transport - ---- - -`vac:p2p:ift:2025q2-nim-libp2p-tls` - -Implement TLS as one of the security handshakes used to secure transports that don’t have built-in security, -reusing the certificate generation logic developed as part of `vac:p2p:ift:2025q1-nimlibp2p-wrapping-ngtcp2`. - -## Task List - -### Implement TLS secure transport - -* fully qualified name: `vac:p2p:ift:2025q2-nimlibp2p-tls:tls-transport` -* owner: -* status: not started -* start-date: -* end-date: - - -#### Description -Implement the logic for TLS secure transport according to [libp2p specification](https://github.com/libp2p/specs/blob/master/tls/tls.md) -taking into account that some work has already been done as part of the development of quic transport - - -#### Deliverables -