aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-04-05 14:08:06 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-04-05 14:08:06 +0200
commitd6457833ec2ac982fa2675f2399de1c73d9488af (patch)
treefbfad7ac703a169266e49ff2b55f21e4a5c377c2
parent5ee07585aaab51361fbc139cfefaa4fc4e9f27f3 (diff)
downloadstrongswan-d6457833ec2ac982fa2675f2399de1c73d9488af.tar.bz2
strongswan-d6457833ec2ac982fa2675f2399de1c73d9488af.tar.xz
added support of PEM output by ipsec pki --gen|pub commands to NEWS
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0ba0de592..f57f65126 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
strongswan-4.4.0
----------------
+- The ipsec pki --gen and --pub commands now allow the output of
+ private and public keys in PEM format using the --outform pem
+ command line option.
+
- The new DHCP plugin queries virtual IP addresses for clients from a DHCP
server using broadcasts, or a defined server using the
charon.plugins.dhcp.server strongswan.conf option. DNS/WINS server information
@@ -21,6 +25,7 @@ strongswan-4.4.0
- The android charon plugin stores received DNS server information as "net.dns"
system properties, as used by the Android platform.
+
strongswan-4.3.6
----------------