aboutsummaryrefslogtreecommitdiffstats
path: root/src/libipsec/esp_context.c
Commit message (Expand)AuthorAgeFilesLines
* libipsec: Properly initialize variables when creating AEAD wrapperTobias Brunner2013-09-041-2/+2
* libipsec: Don't limit traditional algorithms to AES and SHA1/2Tobias Brunner2013-08-121-25/+7
* libipsec: Add support for AES-GCMTobias Brunner2013-05-031-3/+45
* libipsec: Wrap traditional algorithms in AEAD wrapperTobias Brunner2013-05-031-57/+59
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Include stdint.h for UINT32_MAX on FreeBSDTobias Brunner2012-08-291-0/+1
* Adding class to manage ESP context (crypto, sequence numbers)Tobias Brunner2012-08-081-0/+300