android: Enable pkcs8 plugin
This commit is contained in:
@@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \
|
||||
pkcs1 pem xcbc hmac socket-default \
|
||||
pkcs1 pkcs8 pem xcbc hmac socket-default \
|
||||
eap-identity eap-mschapv2 eap-md5 eap-gtc
|
||||
|
||||
strongswan_PLUGINS := $(strongswan_CHARON_PLUGINS)
|
||||
|
||||
@@ -67,6 +67,8 @@ LOCAL_SRC_FILES += $(call add_plugin, pem)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, pkcs1)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, pkcs8)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, pkcs11)
|
||||
|
||||
LOCAL_SRC_FILES += $(call add_plugin, pubkey)
|
||||
|
||||
Reference in New Issue
Block a user