summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2019-04-11 12:10:00 +0200
committerDaiki Ueno <dueno@redhat.com>2019-04-19 07:44:34 +0200
commit7137b3d492a83ffc5b89fa1ec426626e789b0868 (patch)
tree24bc5728fb1d94a88f333d768a2853516365e72b
parent3e4416072542029a95feac9382014935854f5096 (diff)
downloadgnutls-7137b3d492a83ffc5b89fa1ec426626e789b0868.tar.gz
tests/tls13/prf: check if the exported material matches on server
Signed-off-by: Daiki Ueno <dueno@redhat.com>
-rw-r--r--tests/tls13/prf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tls13/prf.c b/tests/tls13/prf.c
index 6cc96580dd..a8a529bcb8 100644
--- a/tests/tls13/prf.c
+++ b/tests/tls13/prf.c
@@ -314,6 +314,8 @@ static void server(int fd)
gnutls_protocol_get_name
(gnutls_protocol_get_version(session)));
+ check_prfs(session);
+
/* do not wait for the peer to close the connection.
*/
gnutls_bye(session, GNUTLS_SHUT_WR);