From f4b12883579af918653904d3f1351d9a454d5e6f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 16 Nov 2009 20:52:55 +0000 Subject: Implement testing of DH key pair generation --- src/p11-tests-lib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/p11-tests-lib.c') diff --git a/src/p11-tests-lib.c b/src/p11-tests-lib.c index 4e51a12..269be11 100644 --- a/src/p11-tests-lib.c +++ b/src/p11-tests-lib.c @@ -85,6 +85,7 @@ p11_tests_perform (CK_FUNCTION_LIST_PTR module) p11t_certificate_tests(); p11t_rsa_tests(); p11t_dsa_tests(); + p11t_dh_tests (); /* Remaining module tests */ p11t_module_finalize(); -- cgit v1.2.3