implemented XCBC algorithms (signer, prf) for IKE on top of a crypter
supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase
This commit is contained in:
@@ -120,6 +120,10 @@ if USE_HMAC
|
||||
SUBDIRS += plugins/hmac
|
||||
endif
|
||||
|
||||
if USE_XCBC
|
||||
SUBDIRS += plugins/xcbc
|
||||
endif
|
||||
|
||||
if USE_X509
|
||||
SUBDIRS += plugins/x509
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user