Implemented AES-CMAC based PRF and signer.
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.
This commit is contained in:
@@ -215,6 +215,13 @@ if MONOLITHIC
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_CMAC
|
||||
SUBDIRS += plugins/cmac
|
||||
if MONOLITHIC
|
||||
libstrongswan_la_LIBADD += plugins/cmac/libstrongswan-cmac.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if USE_XCBC
|
||||
SUBDIRS += plugins/xcbc
|
||||
if MONOLITHIC
|
||||
|
||||
Reference in New Issue
Block a user