diff options
author | Martin Willi <martin@strongswan.org> | 2009-06-08 19:02:31 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-06-09 11:27:34 +0200 |
commit | 08874d6ae29745de264f269b15afbbf6cd5acaad (patch) | |
tree | ac0b24b305747b80849bb69c4ed6bc14c626843d /src/charon/plugins/unit_tester/tests.h | |
parent | 3240cab9782f78a5c18395763012808d0c532f44 (diff) | |
download | strongswan-08874d6ae29745de264f269b15afbbf6cd5acaad.tar.bz2 strongswan-08874d6ae29745de264f269b15afbbf6cd5acaad.tar.xz |
implemented a speed test for public key algorithms
Diffstat (limited to 'src/charon/plugins/unit_tester/tests.h')
-rw-r--r-- | src/charon/plugins/unit_tester/tests.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charon/plugins/unit_tester/tests.h b/src/charon/plugins/unit_tester/tests.h index 8810da4e2..901251467 100644 --- a/src/charon/plugins/unit_tester/tests.h +++ b/src/charon/plugins/unit_tester/tests.h @@ -30,6 +30,7 @@ DEFINE_TEST("MySQL operations", test_mysql, FALSE) DEFINE_TEST("SQLite operations", test_sqlite, FALSE) DEFINE_TEST("mutex primitive", test_mutex, FALSE) DEFINE_TEST("RSA key generation", test_rsa_gen, FALSE) +DEFINE_TEST("PublicKey speed test", test_pubkey_speed, FALSE) DEFINE_TEST("RSA subjectPublicKeyInfo loading", test_rsa_load_any, FALSE) DEFINE_TEST("X509 certificate", test_cert_x509, FALSE) DEFINE_TEST("Mediation database key fetch", test_med_db, FALSE) |