]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
NEWS: add an entry for #1818.3
authorAlexander Sosedkin <asosedkin@redhat.com>
Wed, 29 Apr 2026 11:51:54 +0000 (13:51 +0200)
committerAlexander Sosedkin <asosedkin@redhat.com>
Wed, 29 Apr 2026 14:26:23 +0000 (16:26 +0200)
Signed-off-by: Alexander Sosedkin <asosedkin@redhat.com>
NEWS

diff --git a/NEWS b/NEWS
index 2e5ae88cc210a34e037dd30c4b4d5c5efa6d6d7d..ce3877678bd71d9efed785559f31538de06b6a1a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -130,6 +130,12 @@ See the end for copying conditions.
    were created as persistent objects and accumulating.
    They are now ephemeral (#1813).
 
+** libgnutls: Fix missing RSA key coprimality check in verify_params
+   gnutls_privkey_verify_params overlooked the scenario of p and q
+   not being co-prime.
+   It now returns GNUTLS_E_PK_INVALID_PRIVKEY in this case (#1818).
+   Reported by Kamil Frankowicz.
+
 ** build: Support building with Nettle 4.0
    Nettle 4.0 was released in Feburary 2026, with API incompatibile
    changes from 3.10. The library can now compile with it, while