From: Bruno Thomsen <bth@kamstrup.dk>
To: ptxdist@pengutronix.de
Cc: bth@kamstrup.dk
Subject: [ptxdist] [PATCH 2/2] strongswan: aes-gcm support enabled
Date: Fri, 12 Dec 2014 13:21:04 +0100 [thread overview]
Message-ID: <1418386864-13667-2-git-send-email-bth@kamstrup.dk> (raw)
In-Reply-To: <1418386864-13667-1-git-send-email-bth@kamstrup.dk>
Enabled support for AES-GCM (Galois/Counter Mode) which is an
Authenticated Encryption with Associated Data (AEAD) cipher.
This seems like a good moment to reiterate that everything less than
TLS 1.2 with an AEAD cipher suite is cryptographically broken.
-- Adam Langley
Source: https://www.imperialviolet.org/2014/12/08/poodleagain.html
Signed-off-by: Bruno Thomsen <bth@kamstrup.dk>
---
rules/strongswan.make | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/rules/strongswan.make b/rules/strongswan.make
index df4f9c8..dad1e10 100644
--- a/rules/strongswan.make
+++ b/rules/strongswan.make
@@ -156,7 +156,7 @@ STRONGSWAN_CONF_OPT := \
--disable-pkcs11 \
--disable-ctr \
--disable-ccm \
- --disable-gcm \
+ --enable-gcm \
--disable-addrblock \
--enable-acert \
--disable-unity \
@@ -202,6 +202,7 @@ STRONGSWAN_PLUGINS := \
libstrongswan-des.so \
libstrongswan-dnskey.so \
libstrongswan-fips-prf.so \
+ libstrongswan-gcm.so \
libstrongswan-gmp.so \
libstrongswan-hmac.so \
libstrongswan-kernel-netlink.so \
--
1.9.1
--
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2014-12-12 12:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-12 12:21 [ptxdist] [PATCH 1/2] strongswan: added openssl plugin option Bruno Thomsen
2014-12-12 12:21 ` Bruno Thomsen [this message]
2015-01-12 15:34 ` Michael Olbrich
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=1418386864-13667-2-git-send-email-bth@kamstrup.dk \
--to=bth@kamstrup.dk \
--cc=ptxdist@pengutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox