diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-04-05 14:08:06 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-04-05 14:08:06 +0200 |
commit | d6457833ec2ac982fa2675f2399de1c73d9488af (patch) | |
tree | fbfad7ac703a169266e49ff2b55f21e4a5c377c2 | |
parent | 5ee07585aaab51361fbc139cfefaa4fc4e9f27f3 (diff) | |
download | strongswan-d6457833ec2ac982fa2675f2399de1c73d9488af.tar.bz2 strongswan-d6457833ec2ac982fa2675f2399de1c73d9488af.tar.xz |
added support of PEM output by ipsec pki --gen|pub commands to NEWS
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ---------------- |