Does anyone know where I might find test vectors for IPSEC?
Specifically ESP/transport mode/GCM-AES ( with both AES and NULL encryption: AES-GCM-ESP and ENCR_NULL_AUTH_AES_GMAC )
What I'd like to do is check my code to transform an ip packet into an ipsec packet, given a particular key, salt, initialization vector, tag length, etc, by comparing its inputs and outputs on known cases.
Obvious googles don't seem to come up with anything useful, even though there seem to be test vectors for other ciphers and for things like the process of key exchange.
It occurs to me that if no such resource exists, the linux kernel or other open-source software might be prevailed upon to collaborate.
So alternatively, does anyone know how I'd go about asking the kernel to do the transformation for me?
Alternative suggestions are welcome, of course.