summaryrefslogtreecommitdiff
path: root/tests/handshake-false-start.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-23 15:20:21 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-04-24 14:07:31 +0200
commit8869bc40db4f2f5501a82a11603c325fa247d20c (patch)
tree5726683641258268333ed3e4bc054b26eab19bc1 /tests/handshake-false-start.c
parent615dd1230b269009fa3dbecf4db8d1773b1fb030 (diff)
downloadgnutls-8869bc40db4f2f5501a82a11603c325fa247d20c.tar.gz
tests: include self tests with CURVE-X25519
Diffstat (limited to 'tests/handshake-false-start.c')
-rw-r--r--tests/handshake-false-start.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/handshake-false-start.c b/tests/handshake-false-start.c
index 38bc269964..11366aebc5 100644
--- a/tests/handshake-false-start.c
+++ b/tests/handshake-false-start.c
@@ -292,6 +292,8 @@ void doit(void)
reset_buffers();
try("ecdhe-rsa:", i, 1, "NORMAL:-KX-ALL:+ECDHE-RSA", 2048, j);
reset_buffers();
+ try("ecdhe-x25519-rsa:", i, 1, "NORMAL:-KX-ALL:+ECDHE-RSA:-CURVE-ALL:+CURVE-X25519", 2048, j);
+ reset_buffers();
try("ecdhe-ecdsa:", i, 1, "NORMAL:-KX-ALL:+ECDHE-ECDSA", 2048, j);
reset_buffers();
try("dhe-rsa-2048:", i, 0, "NORMAL:-KX-ALL:+DHE-RSA", 2048, j);