chore: remove TLS from commitments

This commit is contained in:
Richard Ramos
2025-03-20 09:26:15 -04:00
parent c8a40486a7
commit 2b170c6421

View File

@@ -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 dont 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