aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}