From: Denys Dmytriyenko <denys@ti.com>
To: Sam Nelson <sam.nelson@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH v2 2/2] strongswan: Add pkcs11 plugin
Date: Fri, 30 Jan 2015 13:47:12 -0500 [thread overview]
Message-ID: <20150130184712.GK21328@edge> (raw)
In-Reply-To: <1422585948-19345-2-git-send-email-sam.nelson@ti.com>
Ack
On Thu, Jan 29, 2015 at 09:45:48PM -0500, Sam Nelson wrote:
> - Enable pkcs11 plugin to add softhsm for secure store
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
>
> ---
> Changes from previous patch
> - Updated using += option
> ---
> ---
> .../strongswan/files/strongswan_libsecstore.patch | 16 ++++++++++++++++
> .../strongswan/strongswan_5.1.1.bbappend | 9 ++++++++-
> 2 files changed, 24 insertions(+), 1 deletion(-)
> create mode 100644 meta-arago-extras/recipes-support/strongswan/files/strongswan_libsecstore.patch
>
> diff --git a/meta-arago-extras/recipes-support/strongswan/files/strongswan_libsecstore.patch b/meta-arago-extras/recipes-support/strongswan/files/strongswan_libsecstore.patch
> new file mode 100644
> index 0000000..c16b05e
> --- /dev/null
> +++ b/meta-arago-extras/recipes-support/strongswan/files/strongswan_libsecstore.patch
> @@ -0,0 +1,16 @@
> +--- strongswan-5.0.0/src/strongswan.conf 2010-10-22 10:33:30.000000000 -0400
> ++++ strongswan-5.0.0.libsecstore/src/strongswan.conf 2014-04-03 18:31:17.228569896 -0400
> +@@ -31,4 +31,13 @@
> +
> + # set to no, the DH exponent size is optimized
> + # dh_exponent_ansi_x9_42 = no
> ++ plugins {
> ++ pkcs11 {
> ++ modules {
> ++ secstore {
> ++ path = /usr/lib/softhsm/libsecstore.so.1
> ++ }
> ++ }
> ++ }
> ++ }
> + }
> diff --git a/meta-arago-extras/recipes-support/strongswan/strongswan_5.1.1.bbappend b/meta-arago-extras/recipes-support/strongswan/strongswan_5.1.1.bbappend
> index 9dbc509..de281eb 100644
> --- a/meta-arago-extras/recipes-support/strongswan/strongswan_5.1.1.bbappend
> +++ b/meta-arago-extras/recipes-support/strongswan/strongswan_5.1.1.bbappend
> @@ -1,7 +1,14 @@
> PR_append = "-arago0"
> +FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
>
> DEPENDS_remove = "gmp"
>
> EXTRA_OECONF_remove = "--enable-gmp"
>
> -EXTRA_OECONF += "--disable-gmp"
> +EXTRA_OECONF += "--disable-gmp \
> + --enable-ctr \
> + --enable-pkcs11 \
> + --disable-tools \
> +"
> +
> +SRC_URI += "file://strongswan_libsecstore.patch"
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2015-01-30 18:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-30 2:45 [PATCH v2 1/2] strongswan: Add append recipe for strongswan v5.1.1 to remove GPLV3 dependency Sam Nelson
2015-01-30 2:45 ` [PATCH v2 2/2] strongswan: Add pkcs11 plugin Sam Nelson
2015-01-30 18:47 ` Denys Dmytriyenko [this message]
2015-01-30 18:47 ` [PATCH v2 1/2] strongswan: Add append recipe for strongswan v5.1.1 to remove GPLV3 dependency Denys Dmytriyenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150130184712.GK21328@edge \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=sam.nelson@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.