]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: execise client cert selection for RSA-PSS-RSAE algorithms
authorDaiki Ueno <ueno@gnu.org>
Mon, 27 Apr 2026 02:10:08 +0000 (11:10 +0900)
committerDaiki Ueno <ueno@gnu.org>
Mon, 27 Apr 2026 05:11:43 +0000 (14:11 +0900)
This adds a test case for 8366cd25ff81ddf27a7a5d885f64a3fdcc0c5125, by
extending send-client-cert test with only RSA-PSS-* signature
algorithms are indicated by the server.

Signed-off-by: Daiki Ueno <ueno@gnu.org>
tests/send-client-cert.c

index 6facb82a9ea20a993bcda27013c5ef3940f70789..cf0ac6b7162d58290d8a04fcba5b2db50fc8efc5 100644 (file)
@@ -193,5 +193,6 @@ void doit(void)
 {
        start("NORMAL:-VERS-ALL:+VERS-TLS1.2");
        start("NORMAL:-VERS-ALL:+VERS-TLS1.3");
+       start("NORMAL:-VERS-ALL:+VERS-TLS1.3:-SIGN-ALL:+SIGN-RSA-PSS-SHA256:+SIGN-RSA-PSS-RSAE-SHA256");
        start("NORMAL");
 }