]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Print purpose of testing.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 May 2011 10:34:29 +0000 (12:34 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 May 2011 10:34:29 +0000 (12:34 +0200)
src/benchmark-tls.c

index 517e2cbe7203ac84135dbccb093ae158cb9f5938..fc20f2ab65b82e226b5fb90462c598b2d517c93f 100644 (file)
@@ -270,9 +270,11 @@ main (int argc, char **argv)
     }
   gnutls_global_init ();
 
+  printf("Testing key exchanges:\n");
   test_ciphersuite_kx (PRIO_DH);
   test_ciphersuite_kx (PRIO_ECDH);
 
+  printf("\nTesting throughput in cipher/MAC combinations:\n");
   test_ciphersuite (PRIO_AES_CBC_SHA1, 1024);
   test_ciphersuite (PRIO_AES_CBC_SHA1, 4096);
   test_ciphersuite (PRIO_AES_CBC_SHA1, 8*1024);