K 10 svn:author V 5 andre K 8 svn:date V 27 2013-03-15T13:40:00.263812Z K 7 svn:log V 530 First skeleton of the TCP-AO traffic and master key derivation functions. tcp_ao_kdf() Setup of traffic key derivation for IPv4 and IPv6 tcp_ao_kdf_hmac() KDF_HMAC_SHA1, RFC5926, Section 3.1.1.1 tcp_ao_kdf_cmac() KDF_AES_128_CMAC, RFC5926, Section 3.1.1.2 tpc_ao_kdf_md5() legacy compatibility to TCP-MD5 (has no key-derivation) The first function is rather incomplete as I first have to analyze and decide on the key management and storage approach (ipsec keysock vs. setsockopt). Sponsored by: Juniper Networks END