added non-standard SERPENT and TWOFISH support to kernel_netlink plugin

This commit is contained in:
Andreas Steffen
2010-09-08 07:22:31 +02:00
parent 2774826995
commit 91a0825c39
@@ -183,6 +183,8 @@ static kernel_algorithm_t encryption_algs[] = {
/* {ENCR_CAMELLIA_CCM_ICV8, "***" }, */
/* {ENCR_CAMELLIA_CCM_ICV12, "***" }, */
/* {ENCR_CAMELLIA_CCM_ICV16, "***" }, */
{ENCR_SERPENT_CBC, "serpent" },
{ENCR_TWOFISH_CBC, "twofish" },
{END_OF_LIST, NULL }
};