]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Version bump to 5.5.2dr6
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 3 Mar 2017 08:34:50 +0000 (09:34 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 3 Mar 2017 08:34:50 +0000 (09:34 +0100)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index 08c2a673be5229c511176bb50a8fe3b67c64f3b1..7a88bee975e97d75c950c7cdd797b79715ac5e24 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,9 @@ strongswan-5.5.2
 - The new "tpm" libtpmtss plugin allows to use persistent private RSA and ECDSA
   keys bound to a TPM 2.0 for both IKE and TLS authentication. Using the
   TPM 2.0 object handle as keyid parameter, the pki --pub tool can extract
-  the public key from the TPM thereby replacing the aikpub2 tool.
+  the public key from the TPM thereby replacing the aikpub2 tool. In a similar
+  fashion pki --req can generate a PKCS#10 certificate request signed with
+  the TPM private key.
 
 - The pki tool gained support for generating certificates with the RFC 3779
   addrblock extension. The charon addrblock plugin now dynamically narrows
index 24d067f57fabbff0a3455f16a458025f3c14e195..f6103149b9b921c93643f4322c5c72844fd8643c 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.5.2dr5])
+AC_INIT([strongSwan],[5.5.2dr6])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index 645fedf4f59603b2818f5eedecbc65359defed2a..ba2519496e9c80889a2acf97f7c36a28484fc072 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.5.2dr5}
+: ${SWANVERSION=5.5.2dr6}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}