diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-09-15 11:45:17 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2016-09-15 11:45:17 +0200 |
commit | 8aaa6de3227ba9df2619327b7779d86133f43f9c (patch) | |
tree | 46cbdfa1cdd5bed84175945f1507d8c7486b827e | |
parent | 29a48b4c69992a0f1f6014069fd93fba53bfc0c0 (diff) | |
download | strongswan-8aaa6de3227ba9df2619327b7779d86133f43f9c.tar.bz2 strongswan-8aaa6de3227ba9df2619327b7779d86133f43f9c.tar.xz |
Version bump to 5.5.1dr3
-rw-r--r-- | NEWS | 15 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 16 insertions, 1 deletions
@@ -1,3 +1,18 @@ +strongswan-5.5.1 +---------------- + +- The newhope plugin implements the post-quantum NewHope key exchange algorithm + proposed in their 2015 paper by Erdem Alkim, Léo Ducas, Thomas Pöppelmann and + Peter Schwabe. + +- The VICI flush-certs commands flushes certificates from the volatile + certificate cache. Optionally the type of the certificates to be + flushed (e.g. type = x509_crl) can be specified. + +- libtpmtss: In the TSS2 API the function TeardownSocketTcti() was replaced by + tss2_tcti_finalize(). + + strongswan-5.5.0 ---------------- diff --git a/configure.ac b/configure.ac index 40ef5c090..7c7e97f8d 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.5.1dr2]) +AC_INIT([strongSwan],[5.5.1dr3]) AM_INIT_AUTOMAKE(m4_esyscmd([ echo tar-ustar echo subdir-objects |