From gnutls-devel at lists.gnutls.org Fri May 1 03:47:44 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 01:47:44 +0000 Subject: [gnutls-devel] GnuTLS | Build failure error: expected ')' in crau/crau.h (#1880) In-Reply-To: References: Message-ID: Ryan Carsten Schmidt commented: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305891149 I don't think f5666f8f1f653cfe2bef808a9c9b61534f279ed1 was correct. It changed the behavior of the code. Previously: If `defined(__has_c_attribute)` and not `__has_c_attribute (__maybe_unused__)` and `defined(__GNUC__)`, it did `#define CRAU_MAYBE_UNUSED __attribute__((__unused__))`. Now: If `defined(__has_c_attribute)` and not `__has_c_attribute (__maybe_unused__)`, it does not define `CRAU_MAYBE_UNUSED`, whether or not `defined(__GNUC__)`. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305891149 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-cmmhx4tztjws7i03yi1fwv0k5-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 04:21:11 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 02:21:11 +0000 Subject: [gnutls-devel] GnuTLS | Build failure error: expected ')' in crau/crau.h (#1880) In-Reply-To: References: Message-ID: Daiki Ueno commented: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305921267 Thanks for checking; I'll create a patch. For the meantime, does it help if you add `CFLAGS=-DCRAU_MAYBE_UNUSED` to the configure invocation? -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305921267 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-4rvywm4u3gon1jsczujmj1xf2-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 04:24:30 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 02:24:30 +0000 Subject: [gnutls-devel] GnuTLS | Build failure error: expected ')' in crau/crau.h (#1880) In-Reply-To: References: Message-ID: Ryan Carsten Schmidt commented: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305924644 This patch works for me: https://github.com/macports/macports-ports/blob/e63c8517894250a6d5702e309a408eb7c80341cc/devel/gnutls/files/CRAU_MAYBE_UNUSED.patch The final stanza is just to ensure that `CRAU_MAYBE_UNUSED` is always defined to something, even if it's the empty string, for very old compilers that don't support any of this. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305924644 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-6i5wk3dr6dgy8bnhnlofroc64-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 04:28:12 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 02:28:12 +0000 Subject: [gnutls-devel] GnuTLS | Build failure error: expected ')' in crau/crau.h (#1880) In-Reply-To: References: Message-ID: Daiki Ueno commented: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305929058 Thanks, it looks good to me! Do you mind filing a merge request with that patch? -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305929058 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-0zurxny6ixcmbtls41744p5v7-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 04:29:25 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 02:29:25 +0000 Subject: [gnutls-devel] GnuTLS | Build failure error: expected ')' in crau/crau.h (#1880) In-Reply-To: References: Message-ID: Milestone changed to Release of GnuTLS 3.8.14 ( https://gitlab.com/gnutls/gnutls/-/milestones/52 ) -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1880 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-cpme27wunr8bzqkjaeyscvqmt-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 04:32:46 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 02:32:46 +0000 Subject: [gnutls-devel] GnuTLS | Build failure error: expected ')' in crau/crau.h (#1880) In-Reply-To: References: Message-ID: Ryan Carsten Schmidt commented on a discussion: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305933149 > does it help if you add `CFLAGS=-DCRAU_MAYBE_UNUSED` to the configure invocation? That looks plausible to me, but it did not change the error. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305933149 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-0jor5zaaxlj14a59ec48uex8c-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 04:39:33 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 02:39:33 +0000 Subject: [gnutls-devel] GnuTLS | Fix CRAU_MAYBE_UNUSED definition for old compilers (!2106) References: Message-ID: Ryan Carsten Schmidt created a merge request: https://gitlab.com/gnutls/gnutls/-/merge_requests/2106 Project:Branches: ryandesign/gnutls:patch-1 to gnutls/gnutls:master Author: Ryan Carsten Schmidt * Fix CRAU_MAYBE_UNUSED definition for old compilers Fix behavior change that caused build failure with clang versions older than 17, introduced in f5666f8f1f653cfe2bef808a9c9b61534f279ed1. Also ensure CRAU_MAYBE_UNUSED is always defined to something, for even older compilers. Fixes #1880 ## Checklist * [ ] Commits have `Signed-off-by:` with name/author being identical to the commit author * [ ] Code modified for feature * [ ] Test suite updated with functionality tests * [ ] Test suite updated with negative tests * [ ] Documentation updated / NEWS entry present (for non-trivial changes) ## Reviewer's checklist: * [ ] Any issues marked for closing are addressed * [ ] There is a test suite reasonably covering new functionality or modifications * [ ] Function naming, parameters, return values, types, etc., are consistent and according to `CONTRIBUTION.md` * [ ] This feature/change has adequate documentation added * [ ] No obvious mistakes in the code -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2106 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-5nrwcwqehrm9ypjlduau4cywa-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 04:40:04 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 02:40:04 +0000 Subject: [gnutls-devel] GnuTLS | Build failure error: expected ')' in crau/crau.h (#1880) In-Reply-To: References: Message-ID: Ryan Carsten Schmidt commented on a discussion: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305939236 > Do you mind filing a merge request with that patch? Here you go: !2106 -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305939236 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-9284afxx4iy54gum9z20invwq-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 05:17:14 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 03:17:14 +0000 Subject: [gnutls-devel] GnuTLS | Fix CRAU_MAYBE_UNUSED definition for old compilers (!2106) In-Reply-To: References: Message-ID: Ryan Carsten Schmidt commented: https://gitlab.com/gnutls/gnutls/-/merge_requests/2106#note_3305978937 I hereby register my disapproval of your use of and particularly my frustration with your requirement that I use the Signed-off-by line. If you are not already familiar with such objections I'm happy to explain it. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2106#note_3305978937 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-50gpmx7jnpcjufl7jrrbn2g7h-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 05:33:29 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 03:33:29 +0000 Subject: [gnutls-devel] GnuTLS | Fix CRAU_MAYBE_UNUSED definition for old compilers (!2106) In-Reply-To: References: Message-ID: Merge request !2106 was approved by Daiki Ueno Merge request URL: https://gitlab.com/gnutls/gnutls/-/merge_requests/2106 Project:Branches: ryandesign/gnutls:patch-1 to gnutls/gnutls:master Author: Ryan Carsten Schmidt Assignees: Reviewers: -- You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 06:09:09 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 04:09:09 +0000 Subject: [gnutls-devel] GnuTLS | Fix CRAU_MAYBE_UNUSED definition for old compilers (!2106) In-Reply-To: References: Message-ID: Merge request !2106 was merged Merge request URL: https://gitlab.com/gnutls/gnutls/-/merge_requests/2106 Project:Branches: ryandesign/gnutls:patch-1 to gnutls/gnutls:master Author: Ryan Carsten Schmidt -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2106 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-ch2ckgau84pvhprinpw8yhnwc-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 06:09:10 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 04:09:10 +0000 Subject: [gnutls-devel] GnuTLS | Build failure error: expected ')' in crau/crau.h (#1880) In-Reply-To: References: Message-ID: Issue was closed by Daiki Ueno with commit 29c2027c963cf559817d0da37c1fc2efd0c1bd6a Issue #1880: https://gitlab.com/gnutls/gnutls/-/work_items/1880 -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1880 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-ewvkjpfjfq179fn3pszf4x1h1-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 06:09:18 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 04:09:18 +0000 Subject: [gnutls-devel] GnuTLS | Fix CRAU_MAYBE_UNUSED definition for old compilers (!2106) In-Reply-To: References: Message-ID: Daiki Ueno commented: https://gitlab.com/gnutls/gnutls/-/merge_requests/2106#note_3306043764 Thank you! -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2106#note_3306043764 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-f1axiuq02wd8owhmyh7w7roap-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 06:16:21 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 04:16:21 +0000 Subject: [gnutls-devel] GnuTLS | OCSP delegated signer EKU check can be bypassed by prefix OID match (#1810) In-Reply-To: References: Message-ID: Issue was closed by Daiki Ueno Issue #1810: https://gitlab.com/gnutls/gnutls/-/issues/1810 -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1810 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-e34k6xu1ccw66zhuid21jcle2-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Fri May 1 06:16:21 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Fri, 01 May 2026 04:16:21 +0000 Subject: [gnutls-devel] GnuTLS | OCSP delegated signer EKU check can be bypassed by prefix OID match (#1810) In-Reply-To: References: Message-ID: Milestone removed -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/issues/1810 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-d72ggappivuoed15y6y1wnsjc-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Mon May 4 06:31:07 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Mon, 04 May 2026 04:31:07 +0000 Subject: [gnutls-devel] GnuTLS | hpke: allocate `kem_context` on heap instead of stack (#1882) References: Message-ID: Daiki Ueno created an issue: https://gitlab.com/gnutls/gnutls/-/work_items/1882 Currently, a static buffer of size `HPKE_MAX_INFO_LABEL_SIZE` (= 448)` is allocated for `kem_context`. This is reasonably small to have it on stack, though will be increased when we support PQ algorithms as in https://datatracker.ietf.org/doc/draft-ietf-hpke-pq/. For future proof, it would probably be better to allocate it on heap. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1882 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-4ceu8l5k8o8ycyhvp3osmy77q-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Mon May 4 16:05:47 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Mon, 04 May 2026 14:05:47 +0000 Subject: [gnutls-devel] GnuTLS | Amendment to SECURITY.md (#1881) In-Reply-To: References: Message-ID: Alexander Sosedkin commented: https://gitlab.com/gnutls/gnutls/-/work_items/1881#note_3311655051 > The server applications should use address space isolation, meaning that any malicious attempts after successful authentication do not affect other users of the service s/any malicious attempts after successful authentication do not affect other users of the service/a compromised authenticated user cannot read or modify another user's data/ ? > The difficulty is typically due to factors such as demanding timing constraints, specific platform prerequisites, or the involvement of rare options or protocols Should we detail what are "common" options and protocols"? Is DTLS one? Would this downgrade, say, the recent datagram of death ([CVE-2026-33845](https://gitlab.com/gnutls/gnutls/-/issues/1811)) to a Low? Should src/ be out of scope, except generating long-lived key material with certtool? -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1881#note_3311655051 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-32n6sif5ej56erc7918er6ydg-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Tue May 5 02:28:43 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Tue, 05 May 2026 00:28:43 +0000 Subject: [gnutls-devel] GnuTLS | Amendment to SECURITY.md (#1881) In-Reply-To: References: Message-ID: Daiki Ueno commented on a discussion: https://gitlab.com/gnutls/gnutls/-/work_items/1881#note_3313329156 Applied the first suggestion. > Should we detail what are "common" options and protocols"? Is DTLS one? I would still consider DTLS a common protocol, given its usage in OpenConnect, though we may say about DTLS 0.9 (and/or SSL 3.0, etc.). > Should src/ be out of scope, except generating long-lived key material with certtool? Some tools are already mentioned in the current version of SECURITY.md, though we can be more specific. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1881#note_3313329156 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-9vbc0bji1uruti6fkjqddxg4q-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Tue May 5 12:04:28 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Tue, 05 May 2026 10:04:28 +0000 Subject: [gnutls-devel] GnuTLS | Amendment to SECURITY.md (#1881) In-Reply-To: References: Message-ID: Daiki Ueno commented: https://gitlab.com/gnutls/gnutls/-/work_items/1881#note_3314606699 Update: mentioned AF\_ALG as a deprecated feature, and protocol downgrade attacks are rated Low if the provided security is good enough -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1881#note_3314606699 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-48tl7zk9t8f5gkmhpgoslxhwu-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Thu May 7 02:48:44 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Thu, 07 May 2026 00:48:44 +0000 Subject: [gnutls-devel] GnuTLS | Minor fixes after 3.8.13 release (!2107) In-Reply-To: References: Message-ID: Milestone changed to Release of GnuTLS 3.8.14 (Apr 30, 2026?Jun 30, 2026) ( https://gitlab.com/gnutls/gnutls/-/milestones/52 ) -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2107 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-arles6whk0efenuqwb9mwljj9-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Thu May 7 02:48:37 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Thu, 07 May 2026 00:48:37 +0000 Subject: [gnutls-devel] GnuTLS | Minor fixes after 3.8.13 release (!2107) References: Message-ID: Daiki Ueno created a merge request: https://gitlab.com/gnutls/gnutls/-/merge_requests/2107 Project:Branches: dueno/gnutls:wip/dueno/minor-fixes to gnutls/gnutls:master Author: Daiki Ueno * drbg-aes: pacify -Wzero-as-null-pointer-constant warning * tests/pkcs11/trust-list-fault: fix issues in linking This fixes the use of automake variables and also adds the linked mock library in .gitignore. * tests/sanity-cpp: limit use of `extern "C" { ... }` ## Checklist * [x] Commits have `Signed-off-by:` with name/author being identical to the commit author * [ ] Code modified for feature * [ ] Test suite updated with functionality tests * [ ] Test suite updated with negative tests * [ ] Documentation updated / NEWS entry present (for non-trivial changes) ## Reviewer's checklist: * [ ] Any issues marked for closing are addressed * [ ] There is a test suite reasonably covering new functionality or modifications * [ ] Function naming, parameters, return values, types, etc., are consistent and according to `CONTRIBUTION.md` * [ ] This feature/change has adequate documentation added * [ ] No obvious mistakes in the code -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2107 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-0fu3f0n6o3pijqo2pafyr3ycx-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Thu May 7 02:49:41 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Thu, 07 May 2026 00:49:41 +0000 Subject: [gnutls-devel] GnuTLS | Minor fixes after 3.8.13 release (!2107) In-Reply-To: References: Message-ID: Zolt?n Fridrich was added as a reviewer. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2107 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-8iiq95fhp4x37ei1pyrr72e5s-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Thu May 7 03:00:44 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Thu, 07 May 2026 01:00:44 +0000 Subject: [gnutls-devel] GnuTLS | Minor fixes after 3.8.13 release (!2107) In-Reply-To: References: Message-ID: Alexander Sosedkin was added as a reviewer. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2107 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-4jh065ps4ay6r8xx3ln3hujgd-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Thu May 7 11:58:14 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Thu, 07 May 2026 09:58:14 +0000 Subject: [gnutls-devel] GnuTLS | Minor fixes after 3.8.13 release (!2107) In-Reply-To: References: Message-ID: Zolt?n Fridrich commented: https://gitlab.com/gnutls/gnutls/-/merge_requests/2107#note_3323531104 Seems good to me -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2107#note_3323531104 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-2ypcurr6pj4pw1ky2a78na1hd-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Thu May 7 12:00:21 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Thu, 07 May 2026 10:00:21 +0000 Subject: [gnutls-devel] GnuTLS | Minor fixes after 3.8.13 release (!2107) In-Reply-To: References: Message-ID: Merge request !2107 was approved by Zolt?n Fridrich Merge request URL: https://gitlab.com/gnutls/gnutls/-/merge_requests/2107 Project:Branches: dueno/gnutls:wip/dueno/minor-fixes to gnutls/gnutls:master Author: Daiki Ueno Assignees: Reviewers: Alexander Sosedkin and Zolt?n Fridrich -- You're receiving this email because of your account on gitlab.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Thu May 7 12:00:21 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Thu, 07 May 2026 10:00:21 +0000 Subject: [gnutls-devel] GnuTLS | Minor fixes after 3.8.13 release (!2107) In-Reply-To: References: Message-ID: Merge request !2107 was merged Merge request URL: https://gitlab.com/gnutls/gnutls/-/merge_requests/2107 Project:Branches: dueno/gnutls:wip/dueno/minor-fixes to gnutls/gnutls:master Author: Daiki Ueno Reviewers: Alexander Sosedkin and Zolt?n Fridrich -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/merge_requests/2107 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-565kun8gpm5xpp9f37j9f1nr6-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: From gnutls-devel at lists.gnutls.org Thu May 7 13:25:51 2026 From: gnutls-devel at lists.gnutls.org (Read-only notification of GnuTLS library development activities) Date: Thu, 07 May 2026 11:25:51 +0000 Subject: [gnutls-devel] GnuTLS | Amendment to SECURITY.md (#1881) In-Reply-To: References: Message-ID: Daiki Ueno commented: https://gitlab.com/gnutls/gnutls/-/work_items/1881#note_3323850068 Update: added "Denial of Service only relevant to the client is still in scope. However, due to the nature of TLS handshake, which is always initiated by the client, such attacks are classified as Medium or Low severity" -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1881#note_3323850068 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-6m2ljzo73jc062xxpz0hswoue-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help -------------- next part -------------- An HTML attachment was scrubbed... URL: