Support Camellia XCBC algorithms in proposal

This commit is contained in:
Martin Willi
2010-08-13 17:11:54 +02:00
parent 5a2dbd5c37
commit c7776e0aa8
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -623,6 +623,9 @@ static status_t add_string_algo(private_proposal_t *this, chunk_t alg)
case AUTH_AES_XCBC_96:
prf = PRF_AES128_XCBC;
break;
case AUTH_CAMELLIA_XCBC_96:
prf = PRF_CAMELLIA128_XCBC;
break;
default:
prf = PRF_UNDEFINED;
}