aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/cmac/cmac_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* 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/+81
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.