aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/cmac/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+4
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Use mac_t and PRF and signer wrappers in cmac pluginTobias Brunner2012-06-251-2/+1
|
* Implemented AES-CMAC based PRF and signer.Tobias Brunner2012-04-031-0/+16
The cmac plugin implements AES-CMAC as defined in RFC 4493 and the signer and PRF based on it as defined in RFC 4494 and RFC 4615, respectively.