specifying keysize in bits, as it is required in IKEv2

added generic kernel SA algorithm handling, which brings us:
        aes-128, aes-256, blowfish, des, 3des and null encryption for CHILD_SAs
This commit is contained in:
Martin Willi
2006-06-09 07:31:30 +00:00
parent b7f9ca5837
commit 5c131a016b
8 changed files with 171 additions and 142 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ struct algorithm_t {
u_int16_t algorithm;
/**
* the associated key size, or zero if not needed
* the associated key size in bits, or zero if not needed
*/
u_int16_t key_size;
};