Provide MODP-2048 through TKM DH plugin

This commit is contained in:
Adrian-Ken Rueegsegger 2013-02-11 15:21:49 +01:00 committed by Tobias Brunner
parent 7f21523abd
commit e2928a3e8c
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ int main(int argc, char *argv[])
PLUGIN_REGISTER(NONCE_GEN, tkm_nonceg_create),
PLUGIN_PROVIDE(NONCE_GEN),
PLUGIN_REGISTER(DH, tkm_diffie_hellman_create),
PLUGIN_PROVIDE(DH, MODP_2048_BIT),
PLUGIN_PROVIDE(DH, MODP_3072_BIT),
PLUGIN_PROVIDE(DH, MODP_4096_BIT),
PLUGIN_REGISTER(PUBKEY, tkm_public_key_load, TRUE),