aboutsummaryrefslogtreecommitdiffstats
path: root/src/libipsec/esp_packet.h
Commit message (Expand)AuthorAgeFilesLines
* ipsec: Use IV generator to encrypt ESP messagesTobias Brunner2013-10-111-1/+1
* Moved packet_t and tun_device_t to networking folderTobias Brunner2012-10-241-1/+1
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-1/+1
* Represent the payload of an ESP packet as ip_packet_t instead of a chunk_tTobias Brunner2012-08-081-8/+15
* esp_packet_t implements packet_t interfaceTobias Brunner2012-08-081-14/+10
* ESP packet wrapper added, handles encryption/decryption/verification etc.Tobias Brunner2012-08-081-0/+148