]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Enable pkcs8 plugin
authorTobias Brunner <tobias@strongswan.org>
Tue, 28 Aug 2012 14:45:46 +0000 (16:45 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 31 Aug 2012 16:24:46 +0000 (18:24 +0200)
Android.mk
src/frontends/android/jni/Android.mk
src/libstrongswan/Android.mk

index ad7093d94766a0edc5bc668e2e7f371b41d96d77..663b363cfd02172e527663789218d341bfae8417 100644 (file)
@@ -17,7 +17,7 @@ include $(CLEAR_VARS)
 # this is the list of plugins that are built into libstrongswan and charon
 # also these plugins are loaded by default (if not changed in strongswan.conf)
 strongswan_CHARON_PLUGINS := android-log openssl fips-prf random nonce pubkey \
-       pkcs1 pem xcbc hmac kernel-netlink socket-default android \
+       pkcs1 pkcs8 pem xcbc hmac kernel-netlink socket-default android \
        stroke eap-identity eap-mschapv2 eap-md5 eap-gtc
 
 ifneq ($(strongswan_BUILD_SCEPCLIENT),)
index a603a733ef74ea81e3696b33b53cee74daa5a01c..326565f2bba90978c1ea931493a747d77894e624 100644 (file)
@@ -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)
index 3b2d7eaaacb13ca19c7aa67d88bd9c906e899abd..9125079a4a0977addfa0b773af421775147d390c 100644 (file)
@@ -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)