diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-09-22 17:36:37 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-09-22 17:36:37 +0200 |
commit | 6b3e408ba5393cb68a980c953800a1293abc77e8 (patch) | |
tree | 3068753c029c180ad73dfb9c23cd0d739efbde7a | |
parent | d505658038438f77dbd66a2a60fdc58edfac99c9 (diff) | |
download | strongswan-6b3e408ba5393cb68a980c953800a1293abc77e8.tar.bz2 strongswan-6b3e408ba5393cb68a980c953800a1293abc77e8.tar.xz |
Version bump to 5.5.1dr55.5.1dr5
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | testing/testing.conf | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -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} |