diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-11-03 18:39:42 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-11-03 18:39:57 +0100 |
commit | 602ee58e45d5294549a520c3b1ff208b61d69f36 (patch) | |
tree | 67a2126044763cf16ec3aa9f77898993efa554e7 /NEWS | |
parent | 53e2fc690e6e0a88b1c2c02eb14e7b64218b1121 (diff) | |
download | strongswan-602ee58e45d5294549a520c3b1ff208b61d69f36.tar.bz2 strongswan-602ee58e45d5294549a520c3b1ff208b61d69f36.tar.xz |
NEWS about pkcs11 plugin added.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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, |