]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
Version bump to 5.5.1dr5
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 22 Sep 2016 15:36:37 +0000 (17:36 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 22 Sep 2016 15:36:37 +0000 (17:36 +0200)
NEWS
configure.ac
testing/testing.conf

diff --git a/NEWS b/NEWS
index a69df7e37a6424cba3780a48a8238274aac5e2d7..796a4b5e227399debb68cd59eba9691d772586f6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ strongswan-5.5.1
   and the more traditional MGF1 Mask Generation Functions based on the SHA-1,
   SHA-256 and SHA-512 hash algorithms implemented by the new mgf1 plugin.
 
+- The pki tool can handle RSASSA-PKCS1v1.5-with-SHA-3 signatures using the
+  sha3 and gmp plugins.
+
 - The VICI flush-certs command flushes certificates from the volatile
   certificate cache. Optionally the type of the certificates to be
   flushed  (e.g. type = x509_crl) can be specified.
index 9cae4624d8f49795bfff7bfe1480c1c89d1a5047..91418bbf3c45a158f511fb69f9e083800b1ac853 100644 (file)
@@ -19,7 +19,7 @@
 #  initialize & set some vars
 # ============================
 
-AC_INIT([strongSwan],[5.5.1dr4])
+AC_INIT([strongSwan],[5.5.1dr5])
 AM_INIT_AUTOMAKE(m4_esyscmd([
        echo tar-ustar
        echo subdir-objects
index deccd65120856930b55a699b5edd832db64a157c..b992c3ababc2f66dba3456446ac018a1887225cd 100644 (file)
@@ -31,7 +31,7 @@ fi
 : ${KERNELPATCH=ha-4.4-abicompat.patch.bz2}
 
 # strongSwan version used in tests
-: ${SWANVERSION=5.5.1dr4}
+: ${SWANVERSION=5.5.1dr5}
 
 # Build directory where the guest kernel and images will be built
 : ${BUILDDIR=$TESTDIR/build}