summaryrefslogtreecommitdiff
path: root/src/p11-tests-lib.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-11-16 20:52:55 +0000
committerStef Walter <stef@memberwebs.com>2009-11-16 20:52:55 +0000
commitf4b12883579af918653904d3f1351d9a454d5e6f (patch)
tree0f0a6f47be8953d05b653078d9c78b57ceed43d0 /src/p11-tests-lib.c
parent21988df94ddce026cbd3bcf0146f30fbf68a678b (diff)
Implement testing of DH key pair generation
Diffstat (limited to 'src/p11-tests-lib.c')
-rw-r--r--src/p11-tests-lib.c1
1 files changed, 1 insertions, 0 deletions
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();