mirror of
https://github.com/vacp2p/roadmap.git
synced 2026-01-09 07:37:59 -05:00
chore: remove TLS from commitments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user