aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-11-03 18:39:42 +0100
committerTobias Brunner <tobias@strongswan.org>2011-11-03 18:39:57 +0100
commit602ee58e45d5294549a520c3b1ff208b61d69f36 (patch)
tree67a2126044763cf16ec3aa9f77898993efa554e7 /NEWS
parent53e2fc690e6e0a88b1c2c02eb14e7b64218b1121 (diff)
downloadstrongswan-602ee58e45d5294549a520c3b1ff208b61d69f36.tar.bz2
strongswan-602ee58e45d5294549a520c3b1ff208b61d69f36.tar.xz
NEWS about pkcs11 plugin added.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4c93ee2a6..22eae902a 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,13 @@ strongswan-4.6.0
connections between hosts using dynamic IP addresses. Thanks to Mirko Parthey
for the initial patch.
+- Support for ECDSA private and public key operations has been added to the
+ pkcs11 plugin. The plugin now also provides DH and ECDH via PKCS#11 and can
+ use tokens as random number generators (RNG). By default only private key
+ operations are enabled, more advanced features have to be enabled by their
+ option in strongswan.conf. This also applies to public key operations (even
+ for keys not stored on the token) which were enabled by default before.
+
- The libstrongswan plugin system now supports detailed plugin dependencies.
Many plugins have been extended to export its capabilities and requirements.
This allows the plugin loader to resolve plugin loading order automatically,