aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2016-09-22 17:36:37 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-09-22 17:36:37 +0200
commit6b3e408ba5393cb68a980c953800a1293abc77e8 (patch)
tree3068753c029c180ad73dfb9c23cd0d739efbde7a
parentd505658038438f77dbd66a2a60fdc58edfac99c9 (diff)
downloadstrongswan-6b3e408ba5393cb68a980c953800a1293abc77e8.tar.bz2
strongswan-6b3e408ba5393cb68a980c953800a1293abc77e8.tar.xz
Version bump to 5.5.1dr55.5.1dr5
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rw-r--r--testing/testing.conf2
3 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a69df7e37..796a4b5e2 100644
--- 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.
diff --git a/configure.ac b/configure.ac
index 9cae4624d..91418bbf3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
diff --git a/testing/testing.conf b/testing/testing.conf
index deccd6512..b992c3aba 100644
--- a/testing/testing.conf
+++ b/testing/testing.conf
@@ -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}