diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2014-11-29 15:00:10 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2014-11-29 15:00:10 +0100 |
commit | 32d19652f1781b99ea272f266c03d714772699d0 (patch) | |
tree | 05f31ac36fe3aa87b7d47ca6d3ba3b91b5a7cfc5 | |
parent | 9b01a061ec1442dabb970c935c26d15ef8c4dca9 (diff) | |
download | strongswan-32d19652f1781b99ea272f266c03d714772699d0.tar.bz2 strongswan-32d19652f1781b99ea272f266c03d714772699d0.tar.xz |
Version bump to 5.2.2dr15.2.2dr1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -6,6 +6,10 @@ strongswan-5.2.2 Note that no conversion is done for the remaining string, refer to ipsec.conf(5) for details. +- The post-quantum "Bimodal Lattice Signature Scheme (BLISS) can be used as + an IKEv2 public key authentication method. The pki tool offers full support + for the generation of BLISS key pairs and certificates. + strongswan-5.2.1 ---------------- diff --git a/configure.ac b/configure.ac index ff8fefeb4..4e31e0684 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ # initialize & set some vars # ============================ -AC_INIT([strongSwan],[5.2.1]) +AC_INIT([strongSwan],[5.2.2dr1]) AM_INIT_AUTOMAKE(m4_esyscmd([ echo tar-ustar echo subdir-objects |