From e57b28f743e42366fec4869730c32d03cf55d1c4 Mon Sep 17 00:00:00 2001 From: pold-io Date: Sun, 15 Jun 2025 21:40:07 +0200 Subject: [PATCH 1/2] Add multipath feature description to TQUIC --- data/entries.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/data/entries.json b/data/entries.json index fe94ef2..b135860 100644 --- a/data/entries.json +++ b/data/entries.json @@ -226,6 +226,15 @@ "source_url": "https://github.com/lxin/quic/blob/7cbc861207e2d0e8fadf918b70e2044a1038b667/libquic/Makefile.am#L8", "created_at": "2025-04-04T15:00:00.000000+00:00", "created_by": "mbuhl " + }, + { + "implementation_uuid": "07bc53dd-998d-4308-ab4f-3aebe56d3a68", + "feature_uuid": "681db7da-bbee-4f6d-aaab-dd39cfcebec9", + "value": true, + "source": "Repo", + "source_url": "https://github.com/Tencent/tquic/blob/04e656cb68100caad9cdd1ad1e31b10be6799b07/README.md?plain=1#L21", + "created_at": "2025-06-15T19:38:59.943886+00:00", + "created_by": "Leopold Jofer " } ] -} +} \ No newline at end of file From cb192748b5a4e7f705f8f79006472acc190db2d1 Mon Sep 17 00:00:00 2001 From: pold-io Date: Sun, 15 Jun 2025 22:54:32 +0200 Subject: [PATCH 2/2] Add TLSLIB details for TQUIC --- data/entries.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/entries.json b/data/entries.json index b135860..0ca3af7 100644 --- a/data/entries.json +++ b/data/entries.json @@ -235,6 +235,18 @@ "source_url": "https://github.com/Tencent/tquic/blob/04e656cb68100caad9cdd1ad1e31b10be6799b07/README.md?plain=1#L21", "created_at": "2025-06-15T19:38:59.943886+00:00", "created_by": "Leopold Jofer " + }, + { + "implementation_uuid": "07bc53dd-998d-4308-ab4f-3aebe56d3a68", + "feature_uuid": "ad7d5635-1522-404a-a9cb-e87ccdaec4b8", + "value": [ + "BoringSSL", + "Rustls" + ], + "source": "Docs", + "source_url": "https://tquic.net/docs/how_to_contribute/development_guides#layout-of-the-tquic-implementation", + "created_at": "2025-06-15T20:53:20.139051+00:00", + "created_by": "Leopold Jofer " } ] } \ No newline at end of file