View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007774 | GNUnet | transport service | public | 2023-03-25 15:02 | 2023-07-27 13:36 |
Reporter | schanzen | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0007774: QUIC communicator implementation | ||||
Description | A QUIC communicator implementation would be nice addition to our existing TCP und UDP communicators. For encryption we need to decide if we roll our own as in gnunet-communicator-udp.c, or use TLS-over-QUIC (RFC9001) Maybe, we even want to support both through a gnunet-communicator-quictls and gnunet-communicator-quic? OTOH, at that point we could just do HTTP/2 I guess? https://nghttp2.org/ https://datatracker.ietf.org/doc/html/rfc9000 https://datatracker.ietf.org/doc/html/rfc9001 There are a few libraries, looking at https://github.com/ngtcp2/ngtcp2/blob/main/examples/gtlssimpleclient.c (MIT license) that seems to work with a variety of TLS backends (including gnutls). | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-03-25 15:02 | schanzen | New Issue | |
2023-03-25 15:02 | schanzen | Relationship added | child of 0007773 |
2023-03-25 15:31 | schanzen | Description Updated | |
2023-03-25 15:32 | schanzen | Description Updated | |
2023-03-25 15:32 | schanzen | Description Updated | |
2023-03-25 15:39 | schanzen | Description Updated | |
2023-03-25 15:39 | schanzen | Description Updated | |
2023-03-25 15:42 | schanzen | Description Updated | |
2023-07-27 13:36 | schanzen | Relationship added | related to 0007894 |